summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
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 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index daa87a2a..c4055c50 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ fi
(cd $srcdir && autoreconf --verbose --force --install) || exit 1
-conf_flags="--enable-shave --cache-file=config.cache"
+conf_flags="--cache-file=config.cache"
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...