summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-09-02 17:35:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-04 17:35:34 +0200
commit24d45117bd2fba659d97710a889759982d304e3e (patch)
treee810ca4ea13e4b8b1dc572d6f09f2c0a201a6c49 /configure.ac
parent3ed501f98fad3ca674336fb983b9e586d1a5b09e (diff)
downloadrsyslog-24d45117bd2fba659d97710a889759982d304e3e.tar.gz
rsyslog-24d45117bd2fba659d97710a889759982d304e3e.tar.xz
rsyslog-24d45117bd2fba659d97710a889759982d304e3e.zip
Use automake 1.11 silent-rules support
Drop shave and use automake 1.11 silent-rules http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 07467c8b..c32e8674 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,9 @@
AC_PREREQ(2.61)
AC_INIT([rsyslog],[5.3.0],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
@@ -849,12 +852,7 @@ AM_CONDITIONAL(ENABLE_OMTEMPLATE, test x$enable_omtemplate = xyes)
# end of copy template - be sure to search for omtemplate to find everything!
-SHAVE_INIT
-
-
AC_CONFIG_FILES([Makefile \
- shave \
- shave-libtool \
runtime/Makefile \
tools/Makefile \
doc/Makefile \