summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 14123a2..2b3fd3a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -141,10 +141,7 @@ rsync -
tar -
"
-# If there is no ChangeLog file, create it.
-if test -d .git; then
- test -e ChangeLog ||
- git log --pretty=medium | fold -s > ChangeLog
-fi
+# Automake requires that ChangeLog exist.
+touch ChangeLog || exit 1
gnulib_name=libgnulib