summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index fa2af259..3f97995f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,8 +23,8 @@ set -v
export AUTOMAKE='automake --foreign'
aclocal
libtoolize
-autoreconf
+autoreconf -i
pushd daemon
-autoreconf
+autoreconf -i
popd
./configure "$@"