diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-21 15:53:19 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-21 15:53:19 (GMT) |
commit | 5098e7a0773ac44e4baaeb7638d1ce93d8c48822 (patch) | |
tree | b8475bf20d73daf9b58ddb8f58d69d29c1797acd /bin/reconfigure.sh | |
parent | 6f2de2c62cdc8a6def14fd06b0b25fae1d487d28 (diff) | |
download | hdf5-5098e7a0773ac44e4baaeb7638d1ce93d8c48822.zip hdf5-5098e7a0773ac44e4baaeb7638d1ce93d8c48822.tar.gz hdf5-5098e7a0773ac44e4baaeb7638d1ce93d8c48822.tar.bz2 |
[svn-r10056] Purpose:
Update
Description:
Matthew reinstalled autotools into AFS with architecture directories.
Solution:
Updated bin/reconfigure.sh script to point to new locations of autotools.
reconfigure.sh should run on "any" Linux box connected to AFS.
Platforms tested:
reconfigure.sh tested on heping and eirene. No other files modified.
Diffstat (limited to 'bin/reconfigure.sh')
-rw-r--r-- | bin/reconfigure.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/reconfigure.sh b/bin/reconfigure.sh index 41da76d..e480e41 100644 --- a/bin/reconfigure.sh +++ b/bin/reconfigure.sh @@ -14,17 +14,17 @@ # Run commands in order - echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal - /afs/ncsa/projects/hdf/packages/automake_1.6.3/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal + echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal + /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal - echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/bin/autoheader - /afs/ncsa/projects/hdf/packages/autoconf_2.59/bin/autoheader + echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader + /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader - echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/bin/automake --foreign - /afs/ncsa/projects/hdf/packages/automake_1.6.3/bin/automake --foreign + echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/automake --foreign + /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/automake --foreign - echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/bin/autoconf - /afs/ncsa/projects/hdf/packages/autoconf_2.59/bin/autoconf + echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf + /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf exit 0 |