summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-08-01 20:13:01 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-08-01 20:13:01 +0000
commitddbcdd5c8241f9289a928445fdd05dae768e49f2 (patch)
treebeed3e1205e2fb3cf8f10ecae2d1d675f02cb7fb /autogen.sh
parent9a4d7ca1695365c786cbecdb2f9b1c80b2b6a47d (diff)
fake automake into believing that ChangeLog already exists
Diffstat (limited to 'autogen.sh')
-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