From: Koen Kooi Date: Thu, 15 Feb 2007 20:12:02 +0000 (+0000) Subject: autotools.bbclass: merge in patch from openmoko to get intltool working for some... X-Git-Tag: Release-2010-05/1~9230^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc36b768e7ebba8f379eb0ede51a35712601b22;p=openembedded.git autotools.bbclass: merge in patch from openmoko to get intltool working for some packages --- diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 927e3432b7..33546e0eb6 100644 --- a/classes/autotools.bbclass +++ b/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