configure.in: Also look at $srcdir/gas/configure to find a gas version #.
authorJeffrey A Law <law@cygnus.com>
Wed, 8 Jul 1998 01:51:21 +0000 (01:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Jul 1998 01:51:21 +0000 (19:51 -0600)
        * configure.in: Also look at $srcdir/gas/configure to find a
        gas version #.

From-SVN: r21004

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 7a8d2d57dac86cb214e9609642f0a17697c3d14d..9b3a8efcc9040d3b005499a156a66a0c37ef41ef 100644 (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
index 7cbad9b7eaf9b618cf1df704c81873f9c0d82dc2..51d341db77ed4b080769af2d972acb13db267b4b 100755 (executable)
@@ -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
index 661d8b0f617a8c4c7a89b9cf1a04d9d1f0f9d9ad..a5e96bef85f1e4b6393f908c719873e36e3fa07d 100644 (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