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/03 02:01:07 UTC

cvs commit: xml-xerces/c/tests configure.in

aruna1      00/06/02 17:01:07

  Modified:    c/tests  configure.in
  Log:
  Modification for DOMIdTest building
  
  Revision  Changes    Path
  1.8       +3 -19     xml-xerces/c/tests/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure.in	2000/05/15 20:46:10	1.7
  +++ configure.in	2000/06/03 00:01:07	1.8
  @@ -1,26 +1,7 @@
  -# $Log: configure.in,v $
  -# Revision 1.7  2000/05/15 20:46:10  aruna1
  -# Unix related changes in for NodeIDMap
  +# $Id: configure.in,v 1.8 2000/06/03 00:01:07 aruna1 Exp $
   #
  -# Revision 1.6  2000/04/04 20:10:17  abagchi
  -# Added PTX support
   #
  -# Revision 1.5  2000/02/26 05:45:17  rahulj
  -# Fixed a typo.
  -#
  -# Revision 1.4  2000/02/26 05:17:06  rahulj
  -# Distinguish between version of OS under HPUX.
  -#
  -# Revision 1.3  2000/02/18 22:52:07  abagchi
  -# Added Traversal
  -#
  -# Revision 1.2  2000/02/17 20:18:20  abagchi
  -# Added Encoding Test
  -#
  -# Revision 1.1  2000/01/31 22:21:53  aruna1
  -# initial checkin
  -#
  -#
  +
   dnl Process this file with autoconf to produce a configure script
   AC_INIT(DOM/DOMTest/DTest.h)
   
  @@ -86,9 +67,9 @@
   
   dnl output the Makefiles
   AC_OUTPUT([Makefile \
  +DOM/DOMTest/Makefile \
   DOM/DOMIDTest/Makefile \
   DOM/DOMMemTest/Makefile \
  -DOM/DOMTest/Makefile \
   DOM/Traversal/Makefile \
   EncodingTest/Makefile \
   ThreadTest/Makefile])