summaryrefslogtreecommitdiff
path: root/popt/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'popt/autogen.sh')
-rwxr-xr-xpopt/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/autogen.sh b/popt/autogen.sh
index 198b94b53..0ccf99700 100755
--- a/popt/autogen.sh
+++ b/popt/autogen.sh
@@ -9,7 +9,7 @@ cd "$srcdir"
libtoolize --copy --force
aclocal
autoheader
-automake
+automake -a -c
autoconf
if [ "$1" = "--noconfigure" ]; then