]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in, [...]: Update with yesterday's toplevel configure.in changes.
authorManfred Hollstein <manfred@s-direktnet.de>
Wed, 28 Jan 1998 09:29:07 +0000 (09:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 28 Jan 1998 09:29:07 +0000 (02:29 -0700)
        * tests/configure.in, testsuite/configure.in: Update with yesterday's
        toplevel configure.in changes.

From-SVN: r17526

libstdc++/ChangeLog
libstdc++/tests/configure.in
libstdc++/testsuite/configure.in

index 0cd7a45f1e6867b4d8764c2dba4d4dc4664112a9..6640d5d91376547f198044c298c70cb9588cb426 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+        * tests/configure.in, testsuite/configure.in: Update with yesterday's
+       toplevel configure.in changes.
+
 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure.in (package_makefile_rules_frag): New variable
index 1266bd26fb39506897a43853a5873d813751b419..06c56192beb5d93bab246d8ba1f241e0e435a707 100644 (file)
@@ -6,6 +6,7 @@ configdirs=
 srctrigger=tcomplex.cc
 srcname="tests for ANSI C++ library"
 package_makefile_frag=Make.pack
+package_makefile_rules_frag=Make.pack.r
 
 # per-host:
 
@@ -19,7 +20,7 @@ XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/
 SIMPLE_TESTS='tstring tlist tmap tvector'
 TESTS="tcomplex ${SIMPLE_TESTS}"
 MOSTLYCLEAN="*.o core ${TESTS} *.out"
-(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
 
 # post-target:
 
index 21a6c8c59b6bf9cbbf86e147acbc7eca8dcb99f7..ad5f232b08532e47f4295a1dbd7b2b1b79aead91 100644 (file)
@@ -6,6 +6,7 @@ configdirs=
 srctrigger=configure.in
 srcname="tests for ANSI C++ library, dejagnu style"
 package_makefile_frag=Make.pack
+package_makefile_rules_frag=Make.pack.r
 
 # per-host:
 
@@ -18,6 +19,6 @@ ALL=' '
 XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
 TESTS="tcomplex tstring tlist tmap tvector"
 MOSTLYCLEAN="*.o core ${TESTS} *.out"
-(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
 
 # post-target: