diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-09 15:12:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-09 15:12:53 +0100 |
commit | d8dd732d00c31946ee4570ce04b9960c2ad6826b (patch) | |
tree | 3d037c4eb3977022dd6c7c4ef9d200b4324d055a | |
parent | 57a85d58db6e0fb56749c0cc06a2a520f37ce664 (diff) | |
download | idutils-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-x | bootstrap | 4 | ||||
-rw-r--r-- | bootstrap.conf | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -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 |