diff options
Diffstat (limited to 'bin')
-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 |