From bb50b04ea4c9be311f165ad1adf95efc6a273cba Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Tue, 18 Jul 2017 16:53:36 -0500 Subject: [PATCH] updated libtool repo. to a valid address --- preinstall_hdf5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preinstall_hdf5.sh b/preinstall_hdf5.sh index ac466d8..555490c 100755 --- a/preinstall_hdf5.sh +++ b/preinstall_hdf5.sh @@ -50,7 +50,7 @@ if [[ $status != 0 ]]; then fi cd .. -wget http://www.dvlnx.com/software/gnu/libtool/$LIBTOOL_VERS.tar.gz +wget http://ftp.gnu.org/gnu/libtool/$LIBTOOL_VERS.tar.gz tar xzf $LIBTOOL_VERS.tar.gz cd $LIBTOOL_VERS ./configure --prefix=$INSTALL_DIR/util CC=$CC