1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-05-30 08:04:55 +03:00

autogen: Only check for libtoolize

/usr/bin/libtool may not be in all installations.
This commit is contained in:
Colin Walters 2012-01-27 07:03:00 -05:00
parent fe5a4fa33e
commit 1339da2997

View File

@ -16,7 +16,7 @@ DIE=0
DIE=1 DIE=1
} }
(libtool --version) < /dev/null > /dev/null 2>&1 || { (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo echo
echo "You must have libtool installed to compile libxslt." echo "You must have libtool installed to compile libxslt."
echo "Download the appropriate package for your distribution," echo "Download the appropriate package for your distribution,"