2009-04-13 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Mon, 13 Apr 2009 11:16:02 +0000 (11:16 -0000)
committerZoltan Varga <vargaz@gmail.com>
Mon, 13 Apr 2009 11:16:02 +0000 (11:16 -0000)
* configure.in: Quiet 'copying selected object files' messages from
newer libtool versions as well.

svn path=/trunk/mono/; revision=131570

ChangeLog
configure.in

index 45722171a28d7228af34f3bab5752a366ecc296a..eae5f5a86a18b6da357d68f058deeaf3a314bd7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
 
+       * configure.in: Quiet 'copying selected object files' messages from
+       newer libtool versions as well.
+       
        * configure.in: Disable AC_PROG_CXX for now to fix the windows build.
 
        In mono/mini:
index 49834bb39f955264bf34c3fa477b5ce7cbc3c75b..4f92e3a4c84a305d70db857b5928a2c4d4372fa5 100644 (file)
@@ -2358,7 +2358,7 @@ AC_CONFIG_COMMANDS([runtime/etc/mono/2.0/Browsers/Compat.browser],
 
 if test x$enable_quiet_build = xyes; then
    AC_CONFIG_COMMANDS([quiet], [for i in `find mono libgc support -name Makefile.in | sed -e 's/Makefile.in/Makefile/g'`; do if test -f $i; then $srcdir/scripts/patch-quiet.sh $i; fi; done], [shell=$SHELL])
-   AC_CONFIG_COMMANDS([quiet-libtool], [sed -e 's/$echo "copying selected/$show "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool])
+   AC_CONFIG_COMMANDS([quiet-libtool], [sed -e 's/$echo "copying selected/$show "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool; sed -e 's/$ECHO "copying selected/# "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool])
 fi
 
 AC_OUTPUT([