diff options
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |