aboutsummaryrefslogtreecommitdiffstats
path: root/classes/autotools.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-15 20:12:02 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-15 20:12:02 +0000
commitedc36b768e7ebba8f379eb0ede51a35712601b22 (patch)
treea881d3c80d4c2a69775941755b55d91cf8b22eb1 /classes/autotools.bbclass
parent0817dccfb5642f3beda53acf4440c205a5d754fe (diff)
downloadopenembedded-edc36b768e7ebba8f379eb0ede51a35712601b22.tar.gz
autotools.bbclass: merge in patch from openmoko to get intltool working for some packages
Diffstat (limited to 'classes/autotools.bbclass')
-rw-r--r--classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
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