configure.in, [...]: Update with yesterday's toplevel configure.in changes.

* tests/configure.in, testsuite/configure.in: Update with yesterday's
        toplevel configure.in changes.

From-SVN: r17526
This commit is contained in:
Manfred Hollstein 1998-01-28 09:29:07 +00:00 committed by Jeff Law
parent 2e1c4154c1
commit 5dc0a69ae4
3 changed files with 9 additions and 2 deletions

View 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

View 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:

View 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: