]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Create intl/ChangeLog
authorDaiki Ueno <ueno@gnu.org>
Tue, 7 Jun 2016 09:23:22 +0000 (18:23 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 7 Jun 2016 09:24:18 +0000 (18:24 +0900)
* autogen.sh: Create an empty ChangeLog for gettext-runtime/intl, which
is necessary when running "make dist" from the top level directory.

autogen.sh

index d23e70e8c1ff49107bb077952647f8b741003876..b567272f06052aab04da90c5e5b9725dcebbd4ad 100755 (executable)
@@ -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"