summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-20 01:51:51 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-20 01:51:51 (GMT)
commit9224d9637f5a0d87a1cd170547323ac4a5113693 (patch)
treee1c698befba59f5239d5793b0706b0c7822735cb
parent02b3e7d7a3067b9c8469d60c7ffe48150ebaeaf3 (diff)
downloadhdf5-9224d9637f5a0d87a1cd170547323ac4a5113693.zip
hdf5-9224d9637f5a0d87a1cd170547323ac4a5113693.tar.gz
hdf5-9224d9637f5a0d87a1cd170547323ac4a5113693.tar.bz2
[svn-r5685] Purpose:
Special hack fix for snow.llnl.gov. aclocal.m4: Snow's names were not included in the special hack. Added its names in. Removed the trailing * in pacific.llnl.gov too. configure: Derived from aclocal.m4 Platforms tested: Snow of LLNL. Verified with Blue that everything still works.
-rw-r--r--aclocal.m42
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0966dc7..0ecf501 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1509,7 +1509,7 @@ else
hname="`hostname`"
case "$hname" in
- *pacific.llnl.gov* | *s0*)
+ *pacific.llnl.gov | snow*.llnl.gov | *s0*)
hardcode_libdir_flag_spec=' '
;;
*)
diff --git a/configure b/configure
index 7ad6243..8a928b0 100755
--- a/configure
+++ b/configure
@@ -5173,7 +5173,7 @@ else
hname="`hostname`"
case "$hname" in
- *pacific.llnl.gov* | *s0*)
+ *pacific.llnl.gov | snow*.llnl.gov | *s0*)
hardcode_libdir_flag_spec=' '
;;
*)