configure.in: Also look at $srcdir/gas/configure to find a gas version #.

* configure.in: Also look at $srcdir/gas/configure to find a
        gas version #.

From-SVN: r21004
This commit is contained in:
Jeffrey A Law 1998-07-08 01:51:21 +00:00 committed by Jeff Law
parent 280831b064
commit 67a00b49d6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Jul 8 02:43:34 1998 Jeffrey A Law (law@cygnus.com)
* configure.in: Also look at $srcdir/gas/configure to find a
gas version #.
Wed Jul 8 00:28:22 1998 Carlo Wood <carlo@runaway.xs4all.nl>
* dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS

2
gcc/configure vendored
View File

@ -5228,7 +5228,7 @@ if [ -x as$host_exeext ]; then
gcc_cv_as=./as$host_exeext
elif [ -f $srcdir/../gas/configure.in ]; then
# Single tree build which includes gas.
for f in $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
for f in $srcdir/../gas/configure $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
do
gcc_cv_gas_version=`grep '^VERSION=[0-9]*\.[0-9]*' $f`
if [ x$gcc_cv_gas_version != x ]; then

View File

@ -3323,7 +3323,7 @@ if [[ -x as$host_exeext ]]; then
gcc_cv_as=./as$host_exeext
elif [[ -f $srcdir/../gas/configure.in ]]; then
# Single tree build which includes gas.
for f in $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
for f in $srcdir/../gas/configure $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
do
gcc_cv_gas_version=`grep '^VERSION=[[0-9]]*\.[[0-9]]*' $f`
if [[ x$gcc_cv_gas_version != x ]]; then