From e8013712b23405b02e6e4d2b97b5d535558d307f Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 5 Feb 2015 13:31:21 -0500 Subject: [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 --- autogen.sh | 7 +++---- 1 file 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 -- cgit v0.12