mirror of https://github.com/freetype/freetype
[autogen.sh] Reflect environment variable LIBTOOLIZE.
This commit is contained in:
parent
ea79b84621
commit
c63c6f7265
|
@ -1,3 +1,7 @@
|
|||
2011-06-19 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[autogen.sh] Reflect environment variable LIBTOOLIZE.
|
||||
|
||||
2011-06-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Update license documentation.
|
||||
|
|
|
@ -118,9 +118,12 @@ fi
|
|||
|
||||
# On MacOS X, the GNU libtool is named `glibtool'.
|
||||
HOSTOS=`uname`
|
||||
LIBTOOLIZE=libtoolize
|
||||
if test "$HOSTOS"x = Darwinx; then
|
||||
if test "$LIBTOOLIZE"x != x; then
|
||||
:
|
||||
elif test "$HOSTOS"x = Darwinx; then
|
||||
LIBTOOLIZE=glibtoolize
|
||||
else
|
||||
LIBTOOLIZE=libtoolize
|
||||
fi
|
||||
|
||||
if test "$ACLOCAL"x = x; then
|
||||
|
|
Loading…
Reference in New Issue