summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap4
-rw-r--r--bootstrap.conf3
2 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 5c5b170..e66152f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -545,10 +545,6 @@ m=gnulib-tests/gnulib.mk
sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
-# Create ChangeLog
-# FIXME: generate post-2007 entries from git-log, for release.
-touch ChangeLog
-
# Reconfigure, getting other files.
for command in \
diff --git a/bootstrap.conf b/bootstrap.conf
index 6227049..311bc98 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -127,3 +127,6 @@ if test $gettext_external = 1; then
fi
gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
+
+# Automake requires that ChangeLog exist.
+touch ChangeLog