aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
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 2e5965e73..bf452fdca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
find . -type d -name .deps | xargs rm -rf
rm -rf config.guess config.sub ltmain.sh
-libtoolize
+libtoolize --automake
aclocal 2>/dev/null &&
autoheader &&
automake --add-missing --include-deps # 2>/dev/null &&