From: Daiki Ueno Date: Wed, 19 Dec 2012 10:32:12 +0000 (+0900) Subject: Fix build error in hello-c++-kde due to autom4te cache. X-Git-Tag: v0.18.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d4e87fe4f4c2fbe14e18f047909239b11f2543;p=thirdparty%2Fgettext.git Fix build error in hello-c++-kde due to autom4te cache. --- 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 + + 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 * po/cs.po: New file, from Marek Černocký . 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)