summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-05 18:31:21 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-05 18:31:21 (GMT)
commite8013712b23405b02e6e4d2b97b5d535558d307f (patch)
tree9947631899e7f7f35a064d43c8b7555d0166f91b /autogen.sh
parentba739af91fc0d94e69e63348747c3ed880f887c1 (diff)
downloadhdf5-e8013712b23405b02e6e4d2b97b5d535558d307f.zip
hdf5-e8013712b23405b02e6e4d2b97b5d535558d307f.tar.gz
hdf5-e8013712b23405b02e6e4d2b97b5d535558d307f.tar.bz2
[svn-r26130] Updated autogen.sh to try glibtoolize if libtoolize is
not found. Allows reconfiguration on OS-X. Part of: HDFFV-9120 Untested since we have no suitable OS-X machines
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index a5465d1..119c01f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -218,10 +218,9 @@ PATH=${AUTOCONF_DIR}:${M4_DIR}:$PATH
HDF5_LIBTOOLIZE="${LIBTOOL_DIR}/libtoolize"
# OS-X uses glibtoolize, so if libtoolize does not exist try that
-# NEED TO TEST THIS ON OS-X BEFORE MAKING IT ACTIVE
-#if test ! -e ${HDF5_LIBTOOLIZE} ; then
-# HDF5_LIBTOOLIZE="${LIBTOOL_DIR}/glibtoolize"
-#fi
+if test ! -e ${HDF5_LIBTOOLIZE} ; then
+ HDF5_LIBTOOLIZE="${LIBTOOL_DIR}/glibtoolize"
+fi
# Run autotools in order