[autogen.sh] Reflect environment variable LIBTOOLIZE.

autohinter-properties
suzuki toshiya 14 years ago
parent ea79b84621
commit c63c6f7265
  1. 4
      ChangeLog
  2. 7
      autogen.sh

@ -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…
Cancel
Save