diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-11-18 20:33:15 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-11-18 20:33:15 (GMT) |
commit | 67a0f257026203b940e136e882dde730d116617f (patch) | |
tree | e781b7832ebbccfe8896ac62be3471286b0e4c71 | |
parent | cd465c983e02e292a319a42338b6b57bfe48b52f (diff) | |
download | hdf5-67a0f257026203b940e136e882dde730d116617f.zip hdf5-67a0f257026203b940e136e882dde730d116617f.tar.gz hdf5-67a0f257026203b940e136e882dde730d116617f.tar.bz2 |
[svn-r16097] Purpose: Updating bin/reconfigure script
Updating bin/reconfigure script to point to autotools in /mnt/hdf/packages,
since /home1/packages no longer exists.
Tested: kagiso
-rwxr-xr-x | bin/reconfigure | 8 | ||||
-rwxr-xr-x | c++/configure | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rwxr-xr-x | fortran/configure | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index be4b3ca..72a9186 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -27,12 +27,12 @@ AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.61" # If the user has defined environment variables pointing to the autotools, # use those (but check their versions first!). Otherwise, assume that -# we're running on a machine with access to the autotools in home1/packages. +# we're running on a machine with access to the autotools in mnt/hdf/packages. if test -z ${AUTOCONF}; then - AUTOCONF=/home1/packages/autoconf/autoconf-2.61/bin/autoconf + AUTOCONF=/mnt/hdf/packages/autoconf/autoconf-2.61/bin/autoconf fi if test -z ${AUTOHEADER}; then - AUTOHEADER=/home1/packages/autoconf/autoconf-2.61/bin/autoheader + AUTOHEADER=/mnt/hdf/packages/autoconf/autoconf-2.61/bin/autoheader fi @@ -50,7 +50,7 @@ fi # Make sure tools are in path -PATH=/home1/packages/autoconf/autoconf-2.61/bin:$PATH +PATH=/mnt/hdf/packages/autoconf/autoconf-2.61/bin:$PATH # Run commands in order diff --git a/c++/configure b/c++/configure index 020ac97..6190ca4 100755 --- a/c++/configure +++ b/c++/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From c++/configure.in Id: configure.in 16057 2008-11-10 21:39:39Z epourmal . +# From c++/configure.in Id: configure.in 16068 2008-11-12 21:44:06Z epourmal . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.8-snap0. # @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 16057 2008-11-10 21:39:39Z epourmal . +# From configure.in Id: configure.in 16068 2008-11-12 21:44:06Z epourmal . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.6.8-snap0. # diff --git a/fortran/configure b/fortran/configure index 9a56e63..6afb899 100755 --- a/fortran/configure +++ b/fortran/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From fortran/configure.in Id: configure.in 16057 2008-11-10 21:39:39Z epourmal . +# From fortran/configure.in Id: configure.in 16068 2008-11-12 21:44:06Z epourmal . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 Fortran 1.6.8-snap0. # |