Work around more NeXTStEP-induced pain.

GNU libtool has a libtool program and a libtoolize program.

The development tools for NeXTStEP, apparently, had a libtool program as
well, and the current version of the development tools for the current
version of NeXTStEP, generally known as "Xcode for macOS", still have
that program.

This means that we do some renaming after installing GNU libtool, so
that its "libtool" becomes "glibtool" and its "libtoolize" becomes
"glibtoolize".

That meant we had to compensate for that when running autoreconf when
building and installing minizip.

It turns out we have to do that when running autogen.sh when building
and installing GLib as well.


(cherry picked from commit 2ecb606142)
This commit is contained in:
Guy Harris 2020-12-12 21:53:46 +00:00
parent 5c1c84f415
commit 0717bf0a99
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ set -x
#
includedir=`SDKROOT="$SDKPATH" xcrun --show-sdk-path 2>/dev/null`/usr/include
if [ ! -f ./configure ]; then
./autogen.sh
LIBTOOLIZE=glibtoolize ./autogen.sh
fi
if grep -qs '#define.*MACOSX' $includedir/ffi/fficonfig.h
then