[gvfs] Use AM_SLIENT_RULES for clearer compile output



commit e0dadf5ebfc458bcb821f839bbd6e400a3a5093c
Author: Christian Kellner <gicmo gnome org>
Date:   Fri Oct 2 12:23:49 2009 +0200

    Use AM_SLIENT_RULES for clearer compile output
    
    To get the old behaviour with lots of compiler spew just use
    "make V=1". Remove the libtool --slient hack since that is not
    needed anymore (fixes bug 586729).

 configure.ac |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f02d212..3643161 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,11 +17,7 @@ AM_PROG_LIBTOOL
 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 AM_PROG_CC_C_O
 
-
-# Make libtool use --silent when --silent is passed to make
-changequote(,)dnl
-LIBTOOL="${LIBTOOL} \$(shell echo \"\$(MFLAGS)\" | awk '/^[^ ]*s/ { print \"--silent\" }')"
-changequote([,])dnl
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 AC_TYPE_PID_T
 AC_TYPE_SIGNAL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]