configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists.

�
        * configure.in (configdirs): Include testsuite only if
        ${srcdir}/../gcc exists.
        * tests/configure.in (check): Set to ${CHECK} if
        ${srcdir}/../../gcc doesn't exists.

From-SVN: r17334
This commit is contained in:
Jeff Law 1998-01-13 13:24:04 -07:00
parent c43143f6a1
commit 2c44362274
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
# necessary for a configure script to process the program in
# this directory. For more information, look at ../configure.
configdirs="tests testsuite"
if [ -d ${srcdir}/../gcc ] ; then
configdirs="tests testsuite"
else
configdirs="tests"
fi
srctrigger=sinst.cc
srcname="ANSI C++ library"
package_makefile_frag=Make.pack