config-ml.in: Default to being verbose, to match Feb 18 change to configure.
authorIan Lance Taylor <ian@cygnus.com>
Thu, 8 Oct 1998 23:34:45 +0000 (23:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 23:34:45 +0000 (17:34 -0600)
        * config-ml.in: Default to being verbose, to match Feb 18 change to
        configure.

From-SVN: r22948

ChangeLog
config-ml.in

index 9f67a401a05129c733550dd9954b0e304b6d4799..5abe6ca6d26f93deacaae365b6be1948b931e972 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -115,6 +115,9 @@ Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
         * ylwrap: Don't use a full path name if the source file is in the
         same directory.  From hjl@lucon.org (H.J. Lu).
 
+       * config-ml.in: Default to being verbose, to match Feb 18 change to
+       configure.
+
 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * ltmain.sh: Add some hacks to make SunOS --enable-shared work
index 2ba21f45ac5d46b883ad7a857f37a400548454c0..3a159cf31d4d42e9639f9c66d6684ef801fdbd65 100644 (file)
@@ -99,6 +99,7 @@ fi
 
 # Scan all the arguments and set all the ones we need.
 
+ml_verbose=--verbose
 for option in ${ml_arguments}
 do
   case $option in
@@ -128,6 +129,9 @@ do
   --norecursion | --no*)
        ml_norecursion=yes
        ;;
+  --silent | --sil* | --quiet | --q*)
+       ml_verbose=--silent
+       ;;
   --verbose | --v | --verb*)
        ml_verbose=--verbose
        ;;