From 67a00b49d6b636472ade6a137e818bdc2c003f5f Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 8 Jul 1998 01:51:21 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a8d2d57dac..9b3a8efcc90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS diff --git a/gcc/configure b/gcc/configure index 7cbad9b7eaf..51d341db77e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index 661d8b0f617..a5e96bef85f 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 -- 2.30.2