From: Ross Burton Date: Tue, 6 Mar 2007 10:20:26 +0000 (+0000) Subject: Fix INTLTOOL usage check (from OE) X-Git-Tag: 2011-1~12083 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1275d5765be2d4388dac0242c6ee4681eec75a5a;p=openembedded-core.git Fix INTLTOOL usage check (from OE) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1330 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 927e3432b7..33546e0eb6 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -115,7 +115,7 @@ autotools_do_configure() { echo "no" | glib-gettextize --force --copy fi fi - if grep "^AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then + if grep "^[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then oenote Executing intltoolize --copy --force --automake intltoolize --copy --force --automake fi