ref: c63c6f726587d24bf6b9ac6ac1e1ae62142512a7
parent: ea79b846212982f90b1859ee62e6ce39f5a5f53a
author: suzuki toshiya <[email protected]>
date: Sun Jun 19 18:54:40 EDT 2011
[autogen.sh] Reflect environment variable LIBTOOLIZE.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-19 suzuki toshiya <[email protected]>
+
+ [autogen.sh] Reflect environment variable LIBTOOLIZE.
+
2011-06-18 Werner Lemberg <[email protected]>
Update license documentation.
--- a/autogen.sh
+++ b/autogen.sh
@@ -118,9 +118,12 @@
# 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