]> granicus.if.org Git - handbrake/commitdiff
LinGui: check for libtoolize instead of libtool
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 30 Sep 2014 16:26:11 +0000 (16:26 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 30 Sep 2014 16:26:11 +0000 (16:26 +0000)
libtoolize is really the tool that is actually used, libtool just happens
to be in the same package on most linux distributions.

Thanks to Sebastian Ramache for the patch

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6423 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/autogen.sh

index 36e952b7fc4f256ae511391f70034e75a9d14ed6..424e8ca71cab5eef42d910b628c6bdad7199211d 100755 (executable)
@@ -49,7 +49,7 @@ fi
 }
 
 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
-  (libtool --version) < /dev/null > /dev/null 2>&1 || {
+  (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
     echo
     echo "**Error**: You must have \`libtool' installed."
     echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"