not being configued if -norecursion is set.
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)
# 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