aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-21 11:56:59 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-21 11:56:59 +0300
commit1e7ff5a23347851ec69cc43cb984c08f1ac609fa (patch)
tree57bb8c1e5850916b87b03574f63dd90ca8975fde /configure.ac
parent1c0fc0cef63f1cb0687961cafbc392b9afd141d8 (diff)
downloadmailfromd-1e7ff5a23347851ec69cc43cb984c08f1ac609fa.tar.gz
mailfromd-1e7ff5a23347851ec69cc43cb984c08f1ac609fa.tar.bz2
Switch to `silent rules' mode
* bootstrap (slurp): Convert gnulib Makefile.am to support silent rules. * configure.ac (AM_INIT_AUTOMAKE): Add silent-rules. Enable silent rules by default. * gacopyz/Makefile.am, mfd/Makefile.am: Add silent rules markers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4fca3bdd..bba239c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,9 @@ AC_INIT([mailfromd],
AC_CONFIG_SRCDIR([mfd/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options])
-
+AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
+# Enable silent rules by default:
+test -z "$enable_silent_rules" && AM_DEFAULT_VERBOSITY=0
#
AC_DEFINE_UNQUOTED([MAILFROMD_VERSION_MAJOR], MF_VERSION_MAJOR,
[Major version number])

Return to:

Send suggestions and report system problems to the System administrator.