mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user