You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/06/06 02:20:19 UTC

cvs commit: xml-xerces/c/tests configure

aruna1      00/06/05 17:20:19

  Modified:    c/tests  configure
  Log:
  DOMIDTest related changes in configure.in
  
  Revision  Changes    Path
  1.5       +6 -4      xml-xerces/c/tests/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure	2000/04/04 20:10:17	1.4
  +++ configure	2000/06/06 00:20:18	1.5
  @@ -1,7 +1,7 @@
   #! /bin/sh
   
   # Guess values for system-dependent variables and create Makefiles.
  -# Generated automatically using autoconf version 2.13
  +# Generated automatically using autoconf version 2.13 
   # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
   #
   # This configure script is free software; the Free Software Foundation
  @@ -1260,7 +1260,7 @@
     cat >> confdefs.h <<EOF
   #define $ac_tr_hdr 1
   EOF
  -
  + 
   else
     echo "$ac_t""no" 1>&6
   fi
  @@ -1447,8 +1447,9 @@
   ac_given_INSTALL="$INSTALL"
   
   trap 'rm -fr `echo "Makefile \
  -DOM/DOMMemTest/Makefile \
   DOM/DOMTest/Makefile \
  +DOM/DOMIDTest/Makefile \
  +DOM/DOMMemTest/Makefile \
   DOM/Traversal/Makefile \
   EncodingTest/Makefile \
   ThreadTest/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  @@ -1544,8 +1545,9 @@
   cat >> $CONFIG_STATUS <<EOF
   
   CONFIG_FILES=\${CONFIG_FILES-"Makefile \
  -DOM/DOMMemTest/Makefile \
   DOM/DOMTest/Makefile \
  +DOM/DOMIDTest/Makefile \
  +DOM/DOMMemTest/Makefile \
   DOM/Traversal/Makefile \
   EncodingTest/Makefile \
   ThreadTest/Makefile"}