summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-04 15:51:10 +0100
committerJim Meyering <meyering@redhat.com>2008-01-14 17:57:51 +0100
commit0a91cfc981325efb5a1ad4663efc223322695300 (patch)
tree5b14d3e224ab00b518e6e58ae44c8c1a7a8b989f
parent63968066e895362d2fadbc7e04e7ea995c5efb7c (diff)
downloadidutils-0a91cfc981325efb5a1ad4663efc223322695300.tar.gz
idutils-0a91cfc981325efb5a1ad4663efc223322695300.tar.bz2
idutils-0a91cfc981325efb5a1ad4663efc223322695300.zip
Ensure that a ChangeLog file exists before running automake.
Add ChangeLog to .gitignore. Signed-off-by: Jim Meyering <meyering@redhat.com>
-rw-r--r--.gitignore1
-rwxr-xr-xbootstrap4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2a4fd0f..502896a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
.gdb-history
.version
ABOUT-NLS
+ChangeLog
INSTALL
Makefile
Makefile.in
diff --git a/bootstrap b/bootstrap
index e66152f..5c5b170 100755
--- a/bootstrap
+++ b/bootstrap
@@ -545,6 +545,10 @@ 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 \