mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix check for libtool in autogen.sh
libtoolize is named glibtoolize on some macOS systems.
This commit is contained in:
parent
343bf0d39b
commit
ff05c94a6e
@ -16,7 +16,8 @@ DIE=0
|
||||
DIE=1
|
||||
}
|
||||
|
||||
(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
|
||||
(libtoolize --version) < /dev/null > /dev/null 2>&1 ||
|
||||
(glibtoolize --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,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user