* configure.in: Don't issue warnings about directories which are

not being configued if -norecursion is set.
This commit is contained in:
Ian Lance Taylor 1994-01-06 21:11:10 +00:00
parent fcbc95a72a
commit 9fe444b57a
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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