From cbbb917dce2e0d2ef49c07bc2f7d4af802d0a52a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 12 Aug 2010 09:23:19 +0000 Subject: [PATCH] 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. --- aegisub/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/autogen.sh b/aegisub/autogen.sh index 20b6788c7..8faf3479d 100755 --- a/aegisub/autogen.sh +++ b/aegisub/autogen.sh @@ -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