summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-11-18 20:33:15 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-11-18 20:33:15 (GMT)
commit67a0f257026203b940e136e882dde730d116617f (patch)
treee781b7832ebbccfe8896ac62be3471286b0e4c71
parentcd465c983e02e292a319a42338b6b57bfe48b52f (diff)
downloadhdf5-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-xbin/reconfigure8
-rwxr-xr-xc++/configure2
-rwxr-xr-xconfigure2
-rwxr-xr-xfortran/configure2
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.
#
diff --git a/configure b/configure
index d8fb674..08d50f2 100755
--- a/configure
+++ b/configure
@@ -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.
#