summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 362fa44..dc0d0bc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,6 +24,12 @@
# If you see no configure script, then run ./autogen.sh to create it
# and procede with the "normal" build procedures.
+#if we pretend to have a ChangeLog, then automake is less
+#worried. (Don't worry, we *do* have a ChangeLog, we just need the
+#Makefile first.)
+
+touch ChangeLog
+
aclocal && autoheader && automake -a && autoconf
for i in tests