]> granicus.if.org Git - gc/commitdiff
Second try to make quiet build work reliably
authorMarek Safar <marek.safar@gmail.com>
Fri, 19 Oct 2012 11:26:40 +0000 (12:26 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 15 Sep 2013 08:59:19 +0000 (12:59 +0400)
configure.in

index 18d1179f16895cb7c6e6c17872434dc2ad4eeb89..be6f6d4259bba4cd59761a84fad03adea161cf47 100644 (file)
@@ -28,6 +28,8 @@ AC_SUBST(GC_VERSION)
 AC_PROG_CC
 AC_PROG_CXX
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl automake 1.6 and later need the AM_PROG_AS macro.
 ifdef([AM_PROG_AS],[AM_PROG_AS],[])
 AC_CHECK_TOOL(AR, ar)
@@ -519,11 +521,6 @@ else
   multilib_arg=
 fi
 
-if test x$enable_quiet_build = xyes; then
-   AC_CONFIG_COMMANDS([quiet], [for i in `find . -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; sed -e 's/$ECHO "copying selected/# "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool])
-fi
-
 AC_OUTPUT(Makefile
 m4/Makefile
 include/Makefile