summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-05-20 11:55:28 +0300
committerTor Lillqvist <tml@collabora.com>2020-05-20 11:11:49 +0200
commitd921cb6053694dd4dec0f25a8f29640129b873ee (patch)
treea549126db47d01fef43db3fa5caaf13cdb2bae2a /autogen.sh
parentEnhance docker build system: reduce created layers (diff)
downloadonline-d921cb6053694dd4dec0f25a8f29640129b873ee.tar.gz
online-d921cb6053694dd4dec0f25a8f29640129b873ee.zip
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f5043bec54..701d38dbd3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"