summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d76540d..0f3974b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -71,6 +71,9 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
+# changelog file
+touch ChangeLog
+
echo "Running automake --add-missing --gnu $am_opt ..."
automake -a --gnu $am_opt