summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index ac91e646..8b444007 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -112,14 +112,18 @@ do
echo "Running libtoolize..."
libtoolize --force --copy
fi
+
echo "Running $ACLOCAL $aclocalinclude ..."
$ACLOCAL $aclocalinclude
+
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader
fi
+
echo "Running $AUTOMAKE --gnu $am_opt ..."
$AUTOMAKE --add-missing --gnu $am_opt
+
echo "Running autoconf ..."
autoconf
)