aboutsummaryrefslogtreecommitdiffstats
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 fe22daa..4058d25 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,8 @@
#! /bin/sh
+# Create empty ChangeLog if we are building from git tree
+test -f ChangeLog || touch ChangeLog
+
autoreconf -v --install || exit 1
./configure "$@"