From a56b91a68ebc2367e18aeee07653a2d2a04c2272 Mon Sep 17 00:00:00 2001
From: "Unknown (aruna1)" <dev-null@apache.org>
Date: Sat, 3 Jun 2000 00:01:07 +0000
Subject: [PATCH] Modification for DOMIdTest building

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172146 13f79535-47bb-0310-9956-ffa450edef68
---
 tests/configure.in | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/tests/configure.in b/tests/configure.in
index d416fd5ab..a7733133c 100644
--- a/tests/configure.in
+++ b/tests/configure.in
@@ -1,26 +1,7 @@
-# $Log$
-# Revision 1.7  2000/05/15 20:46:10  aruna1
-# Unix related changes in for NodeIDMap
-#
-# 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
+# $Id$
 #
 #
+
 dnl Process this file with autoconf to produce a configure script
 AC_INIT(DOM/DOMTest/DTest.h)
 
@@ -86,9 +67,9 @@ AC_SUBST(libs)
 
 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])
-- 
GitLab