summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh (renamed from reconf)2
1 files changed, 1 insertions, 1 deletions
diff --git a/reconf b/autogen.sh
index 3afb0447f7a..c5d47c5e8b5 100755
--- a/reconf
+++ b/autogen.sh
@@ -3,5 +3,5 @@ rm -f config.cache
aclocal
autoconf
autoheader
-automake -a
+automake -a --add-missing
exit