summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-05-17 21:53:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 07:31:21 +0200
commit1bbd2b07f8d7279dd844c7cd52c72af5da5abdb8 (patch)
tree892117091f309c44bc6202db1d79432ba92013aa /configure.ac
parentd1985c4a65feb5caaea855517431ed564a13ed4c (diff)
downloadrsyslog-1bbd2b07f8d7279dd844c7cd52c72af5da5abdb8.tar.gz
rsyslog-1bbd2b07f8d7279dd844c7cd52c72af5da5abdb8.tar.xz
rsyslog-1bbd2b07f8d7279dd844c7cd52c72af5da5abdb8.zip
Add shave support
shave tranforms the verbose autotools output into a pretty Kbuild-like one which makes it easier to spot warnings. See also http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ git clone git://git.lespiau.name/shave By default, shave is disabled and you have to explicitly enable it via ./configure --enable-shave. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6daf3f5a..db4de163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,6 +699,7 @@ AC_ARG_ENABLE(imtemplate,
AM_CONDITIONAL(ENABLE_IMTEMPLATE, test x$enable_imtemplate = xyes)
# end of copy template - be sure to serach for imtemplate to find everything!
+SHAVE_INIT
# settings for the omprog output module
AC_ARG_ENABLE(omprog,
@@ -754,6 +755,8 @@ AM_CONDITIONAL(ENABLE_OMSTDOUT, test x$enable_omstdout = xyes)
AC_CONFIG_FILES([Makefile \
+ shave \
+ shave-libtool \
runtime/Makefile \
tools/Makefile \
doc/Makefile \