diff --git a/tests/configure.in b/tests/configure.in
index d416fd5abbc39887f08020bd1e746017095fa480..a7733133cb93c9f1a0ff17abab7fab28c80d22f5 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])