[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
This commit is contained in:
Dana Robinson 2015-02-05 13:31:21 -05:00
parent ba739af91f
commit e8013712b2

View File

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