summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 781bf19b..e53ed54c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,6 +54,8 @@ echo "Running automake..."
automake --add-missing
echo "Running autoconf..."
autoconf
+echo "Running autoheader..."
+autoheader
cd $THEDIR