From: Ian Lance Taylor Date: Thu, 6 Jan 1994 21:11:10 +0000 (+0000) Subject: * configure.in: Don't issue warnings about directories which are X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9fe444b57a4075beb94408fb603730397605a2ee;p=deliverable%2Fbinutils-gdb.git * configure.in: Don't issue warnings about directories which are not being configued if -norecursion is set. --- diff --git a/ChangeLog b/ChangeLog index 2c8f0b1b69..fa0d4c25d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * configure.in: Don't issue warnings about directories which are + not being configued if -norecursion is set. + * configure.in: Don't build gas for alpha-dec-osf1*. Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com) diff --git a/configure.in b/configure.in index 586eb030f1..d565791526 100644 --- a/configure.in +++ b/configure.in @@ -279,7 +279,7 @@ done # FSF releases, it's important to let people know when their machine isn't # supported by the one or two programs in a package. -if [ x"${notsupp}" != x ]; then +if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then echo "*** This configuration is not supported in the following subdirectories:" 1>&2 echo " ${notsupp}" 1>&2 echo " (Any other directories should still work fine.)" 1>&2