[Libreoffice-commits] online.git: autogen.sh
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 10:21:06 UTC 2019
autogen.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 673a7b505ecc1a2ce8e86cd18dd10396a9c298f4
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Feb 26 12:14:36 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Feb 26 12:20:29 2019 +0200
Revert "Make glibtoolize optional, as presumably was the thought"
I was wrong. I didn't remember that I had had to run glibtoolize
myself once back in the days when initially setting up my iOS build
tree on macOS, in order to get the m4 directory with its symlinks to
the libtool-related m4 files in (for me) /opt/gnu/share/aclocal. Even
if libtool is not used in any way when building the iOS app.
This reverts commit 14e998723fc0d234c798fa156c0df7b6e4a94478.
Change-Id: I474b0f47a2156a30b22be8c39864ebcd09010e21
diff --git a/autogen.sh b/autogen.sh
index 9f1ac894c..f5043bec5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,10 +19,7 @@ EOF
if test `uname -s` = Linux; then
libtoolize || failed "libtool"
elif test `uname -s` = Darwin; then
- echo 'Having glibtoolize is mandatory only if you intend to use the alternative "brew" method. See ios/README.' >&2
- echo 'So unless you plan to do that, it does not matter if glibtoolize is not be found below:' >&2
- glibtoolize
- echo 'There. The script now continues. Errors below are fatal.' >&2
+ glibtoolize || failed "Can't find glibtoolize. For instance use the one from https://brew.sh, 'brew install libtool', or build GNU libtool yourself."
fi
aclocal || failed "aclocal"
More information about the Libreoffice-commits
mailing list