diff options
author | jstebbins <[email protected]> | 2014-10-05 19:21:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-10-05 19:21:10 +0000 |
commit | ef651f58cf21f0ec89a8db3e7e812ceae16d099d (patch) | |
tree | 3605cee1808bf329aef2cd0648e34548ad5e977d /gtk | |
parent | 4ddad5be957bc4bd374c43bf17bd7d8276a5f4af (diff) |
LinGui: correct autogen error message
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6433 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rwxr-xr-x | gtk/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/autogen.sh b/gtk/autogen.sh index 424e8ca71..b998c91e9 100755 --- a/gtk/autogen.sh +++ b/gtk/autogen.sh @@ -51,7 +51,7 @@ fi (grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && { (libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo - echo "**Error**: You must have \`libtool' installed." + echo "**Error**: You must have \`libtoolize' installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" DIE=1 } |