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.
This commit is contained in:
Guy Harris 2020-12-12 13:53:46 -08:00
parent 53775325df
commit 2ecb606142
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ set -x
#
includedir=`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