diff options
author | Michael Biebl <biebl@debian.org> | 2009-09-02 17:35:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 17:35:34 +0200 |
commit | 24d45117bd2fba659d97710a889759982d304e3e (patch) | |
tree | e810ca4ea13e4b8b1dc572d6f09f2c0a201a6c49 /autogen.sh | |
parent | 3ed501f98fad3ca674336fb983b9e586d1a5b09e (diff) | |
download | rsyslog-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" ... |