summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-09 15:12:53 +0100
committerJim Meyering <meyering@redhat.com>2008-02-09 15:12:53 +0100
commitd8dd732d00c31946ee4570ce04b9960c2ad6826b (patch)
tree3d037c4eb3977022dd6c7c4ef9d200b4324d055a
parent57a85d58db6e0fb56749c0cc06a2a520f37ce664 (diff)
downloadidutils-d8dd732d00c31946ee4570ce04b9960c2ad6826b.tar.gz
idutils-d8dd732d00c31946ee4570ce04b9960c2ad6826b.tar.bz2
idutils-d8dd732d00c31946ee4570ce04b9960c2ad6826b.zip
Modify bootstrap.conf, not bootstrap (for ChangeLog-generation).
* bootstrap.conf: touch ChangeLog here, ... * bootstrap: ...not here.
-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