From: Daiki Ueno Date: Tue, 7 Jun 2016 09:23:22 +0000 (+0900) Subject: build: Create intl/ChangeLog X-Git-Tag: v0.19.8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a048cfe39504db09cfbbfdfc6cb9f417b3789f;p=thirdparty%2Fgettext.git build: Create intl/ChangeLog * autogen.sh: Create an empty ChangeLog for gettext-runtime/intl, which is necessary when running "make dist" from the top level directory. --- diff --git a/autogen.sh b/autogen.sh index d23e70e8c..b567272f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -450,7 +450,7 @@ cd gettext-runtime aclocal -I m4 -I ../m4 -I gnulib-m4 \ && autoconf \ && autoheader \ - && touch ChangeLog config.h.in \ + && touch ChangeLog intl/ChangeLog config.h.in \ && automake --add-missing --copy \ || exit $? cd "$dir0"