summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d23e70e..b567272 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"