]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix build error in hello-c++-kde due to autom4te cache.
authorDaiki Ueno <ueno@gnu.org>
Wed, 19 Dec 2012 10:32:12 +0000 (19:32 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 19 Dec 2012 10:32:56 +0000 (19:32 +0900)
gettext-tools/examples/ChangeLog
gettext-tools/examples/po/xsmallpot.sh

index 2c48cf9c2319701cad655324ad68ae9317d491cc..8e42b38024f2a149e893011e6e3e975b12faaaa7 100644 (file)
@@ -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>.
index 7fb1f53950c29a7c6abff9594eb79055052f78a0..b4a86d5dfd95d50c9f17e7c2fb2830c4a7214ad1 100755 (executable)
@@ -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)