Fix INTLTOOL usage check (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1330 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-03-06 10:20:26 +00:00
parent 8799e44954
commit 1275d5765b

View File

@@ -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