* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
authorBen Elliston <bje@au.ibm.com>
Mon, 13 Aug 2007 01:32:36 +0000 (01:32 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 13 Aug 2007 01:32:36 +0000 (01:32 +0000)
--silent if $silent.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index f9b2f46bb47be49008296082c3f4bd14d26f600a..547d3501c023fb47206cf1e99d42c8cd999568de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
+       --silent if $silent.
+       * configure: Regenerate.
+
 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
index 1a43f9e69a620ba2d7a29fe6d84a3055859724f5..7053cb833496238303368d836030faccea2aab36 100755 (executable)
--- a/configure
+++ b/configure
@@ -1788,6 +1788,9 @@ do
   # Add the quoted argument to the list.
   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
 done
+if test "$silent" = yes; then
+  TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
+fi
 # Remove the initial space we just introduced and, as these will be
 # expanded by make, quote '$'.
 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
@@ -5663,6 +5666,9 @@ EOF_SED
 gcc_transform_name=`cat conftestsed.out`
 rm -f conftestsed.out
 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
+if test "$silent" = yes; then
+  baseargs="$baseargs --silent"
+fi
 
 # For the build-side libraries, we just need to pretend we're native,
 # and not use the same cache file.  Multilibs are neither needed nor
index da88113f0684296c2ab6801e11c6de178510eaac..e9eea64e810156bd5466b3241cb3121958c0b891 100644 (file)
@@ -101,6 +101,9 @@ do
   # Add the quoted argument to the list.
   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
 done
+if test "$silent" = yes; then
+  TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
+fi
 # Remove the initial space we just introduced and, as these will be
 # expanded by make, quote '$'.
 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
@@ -2178,6 +2181,9 @@ EOF_SED
 gcc_transform_name=`cat conftestsed.out`
 rm -f conftestsed.out
 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
+if test "$silent" = yes; then
+  baseargs="$baseargs --silent"
+fi
 
 # For the build-side libraries, we just need to pretend we're native,
 # and not use the same cache file.  Multilibs are neither needed nor