Skip to content

Commit

Permalink
Build: Debian moved bin/libtoolize from libtool to libtool-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Dec 6, 2014
1 parent ea3741d commit 9ffff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -51,7 +51,7 @@ DIE=0
(grep "^AC_PROG_LIBTOOL" $CONFIGURE >/dev/null) && {
($LIBTOOL --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`libtool' installed to compile $PROJECT."
echo "**Error**: You must have \`libtool' (libtool-bin on Debian) installed to compile $PROJECT."
echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
Expand Down

0 comments on commit 9ffff3d

Please sign in to comment.