From ca03efc4bf7095a0899e9e895c138182860ebc18 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 27 Jan 2012 06:56:23 -0500 Subject: [PATCH] autogen: Only check for libtoolize The system /usr/bin/libtool may not be in all installations. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a247b327..24137bde 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ DIE=0 DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || { +(libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile libxml." echo "Download the appropriate package for your distribution," -- 2.21.0