diff options
-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 |