neilg       2003/12/13 12:16:35

  Modified:    c/tests  configure configure.in
  Log:
  configure scripts need to be told about XSerializerTests before they can build its 
Makefile
  
  Revision  Changes    Path
  1.31      +2 -0      xml-xerces/c/tests/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- configure 10 Dec 2003 23:50:26 -0000      1.30
  +++ configure 13 Dec 2003 20:16:35 -0000      1.31
  @@ -1537,6 +1537,7 @@
   DOM/RangeTest/Makefile \
   InitTermTest/Makefile \
   ThreadTest/Makefile \
  +XSerializerTest/Makefile \
   MemHandlerTest/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
   EOF
   cat >> $CONFIG_STATUS <<EOF
  @@ -1644,6 +1645,7 @@
   DOM/RangeTest/Makefile \
   InitTermTest/Makefile \
   ThreadTest/Makefile \
  +XSerializerTest/Makefile \
   MemHandlerTest/Makefile"}
   EOF
   cat >> $CONFIG_STATUS <<\EOF
  
  
  
  1.32      +1 -0      xml-xerces/c/tests/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure.in,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- configure.in      2 Jun 2003 22:22:25 -0000       1.31
  +++ configure.in      13 Dec 2003 20:16:35 -0000      1.32
  @@ -97,6 +97,7 @@
   DOM/RangeTest/Makefile \
   InitTermTest/Makefile \
   ThreadTest/Makefile \
  +XSerializerTest/Makefile \
   MemHandlerTest/Makefile])
   
   echo
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to