forked from mia/Aegisub
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:
parent
58ca596359
commit
cbbb917dce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue