aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index 27da808a9..b75bb1819 100755
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -273,8 +273,8 @@ echo "Running aclocal -I m4 ${ACLOCAL_FLAGS:+$ACLOCAL_FLAGS }..."
$ACLOCAL -I m4 $ACLOCAL_FLAGS
echo "Running autoheader..."
$AUTOHEADER
-echo "Running automake --gnu ..."
-$AUTOMAKE --gnu;
+echo "Running automake --gnu --add-missing..."
+$AUTOMAKE --gnu --add-missing;
echo "Running autoconf..."
$AUTOCONF