From: Daiki Ueno Date: Fri, 25 Apr 2014 06:41:23 +0000 (+0900) Subject: examples: Don't use KDE build infrastructure when generating POT X-Git-Tag: v0.19~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94fd96b5c71172c37b4f88b07645477a5afc5171;p=thirdparty%2Fgettext.git examples: Don't use KDE build infrastructure when generating POT --- diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh index a0bb8001a..d5aa26feb 100755 --- a/gettext-tools/examples/po/xsmallpot.sh +++ b/gettext-tools/examples/po/xsmallpot.sh @@ -20,12 +20,22 @@ chmod -R u+w tmp-$directory cd tmp-$directory case $directory in hello-c++-kde) - ./autogen.sh - sed -e 's,tmp-,,' < configure.in > configure.ac - rm -f configure.in - grep '^\(AC_INIT\|AC_CONFIG\|AC_PROG_\|AC_SUBST(.*OBJC\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > tmp-configure.ac - mv -f tmp-configure.ac configure.ac - autoconf -f + cat > configure.ac <