Commit 5dc0a69a by Manfred Hollstein Committed by Jeff Law

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
parent 2e1c4154
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
......
......@@ -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:
......
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment