summaryrefslogtreecommitdiffstats
path: root/gtk/autogen.sh
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-09-30 16:26:11 +0000
committerjstebbins <[email protected]>2014-09-30 16:26:11 +0000
commitb4aedb86a4748ec903f95c0c99e76fd3272a726d (patch)
tree4264e6ac110edcd4f9acf9913810bd889b4b2e0f /gtk/autogen.sh
parent2d15d164a8719fac51bc7e0a86325f867faac891 (diff)
LinGui: check for libtoolize instead of libtool
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
Diffstat (limited to 'gtk/autogen.sh')
-rwxr-xr-xgtk/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/autogen.sh b/gtk/autogen.sh
index 36e952b7f..424e8ca71 100755
--- a/gtk/autogen.sh
+++ b/gtk/autogen.sh
@@ -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/"