Look also for libtoolize on macOS, not just glibtoolize

When build in lode, it gets installed only as "libtoolize".

(Note that when bulding the iOS app, it is needed only by online's
configure script. Not at all at build or run time, of course.)

Change-Id: I7c96672b2660354aecd17db7004f5b79d707e245
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94560
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
libreoffice-7-0
Tor Lillqvist 2020-05-20 11:55:28 +03:00
parent 16f72821bd
commit d921cb6053
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ EOF
if test `uname -s` = Linux; then
libtoolize || failed "libtool"
elif test `uname -s` = Darwin; then
glibtoolize || failed "Can't find glibtoolize. For instance use the one from https://brew.sh, 'brew install libtool', or build GNU libtool yourself."
libtoolize || glibtoolize || failed "Can't find libtoolize or glibtoolize. Use lode or instal it yourself."
fi
aclocal || failed "aclocal"