summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2012-12-19 19:32:12 +0900
committerDaiki Ueno <ueno@gnu.org>2012-12-19 19:32:56 +0900
commita1d4e87fe4f4c2fbe14e18f047909239b11f2543 (patch)
tree070a296cd974f0c7319a512285311f7739fc90a7
parent443d2b40a9a1bcdae1f10fbe3094a8cfdbc82269 (diff)
downloadgettext-a1d4e87fe4f4c2fbe14e18f047909239b11f2543.tar.gz
Fix build error in hello-c++-kde due to autom4te cache.
-rw-r--r--gettext-tools/examples/ChangeLog5
-rwxr-xr-xgettext-tools/examples/po/xsmallpot.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 2c48cf9c2..8e42b3802 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-19 Daiki Ueno <ueno@gnu.org>
+
+ Fix build error in hello-c++-kde due to autom4te cache.
+ * po/xsmallpot.sh: Pass -f to autoconf to ignore cache.
+
2012-12-07 Bruno Haible <bruno@clisp.org>
* po/cs.po: New file, from Marek Černocký <marek@manet.cz>.
diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh
index 7fb1f5395..b4a86d5df 100755
--- a/gettext-tools/examples/po/xsmallpot.sh
+++ b/gettext-tools/examples/po/xsmallpot.sh
@@ -24,7 +24,7 @@ case $directory in
sed -e 's,tmp-,,' < configure.in > configure.ac
grep '^\(AC_INIT\|AC_CONFIG\|AC_PROG_\|AC_SUBST(.*OBJC\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > configure.in
rm -f configure.ac
- autoconf
+ autoconf -f
./configure
;;
hello-objc-gnustep)