Use $INTLTOOLIZE instead of `intltoolize` in autogen.sh to ensure the binary, if specified is actually called. I'm amazed noone has noticed this before.

Originally committed to SVN as r4733.
This commit is contained in:
Amar Takhar 2010-08-12 09:23:19 +00:00
parent 58ca596359
commit cbbb917dce
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ fi
$ECHO_N "checking for $INTLTOOLIZE >= $INTLTOOL_REQUIRED_VERSION ... "
if (intltoolize --version) < /dev/null > /dev/null 2>&1; then
if ($INTLTOOLIZE --version) < /dev/null > /dev/null 2>&1; then
VER=`$INTLTOOLIZE --version \
| grep intltoolize | sed "s/.* \([0-9.]*\)/\1/"`
check_version $VER $INTLTOOL_REQUIRED_VERSION