[autogen.sh] Reflect environment variable LIBTOOLIZE.

This commit is contained in:
suzuki toshiya 2011-06-19 22:54:40 +09:00
parent ea79b84621
commit c63c6f7265
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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