mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
ba739af91f
commit
e8013712b2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user