summaryrefslogtreecommitdiffstats
path: root/doc/html/ed_styles/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-03-30 21:14:48 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-03-30 21:14:48 (GMT)
commit14e06e81cbf54a16e03efb776391acfc2d22e7eb (patch)
tree1fd44423b9cd97d17a7774799220a93c6bd75513 /doc/html/ed_styles/Makefile.in
parent7ce84a1d39930f96990dd6b9c0403170dfb5c8dc (diff)
downloadhdf5-14e06e81cbf54a16e03efb776391acfc2d22e7eb.zip
hdf5-14e06e81cbf54a16e03efb776391acfc2d22e7eb.tar.gz
hdf5-14e06e81cbf54a16e03efb776391acfc2d22e7eb.tar.bz2
[svn-r10511]
Purpose: "Bug fix" Description: Hardcoded Makefiles to use /bin/sh instead of letting configure detect shell automatically. This is what v1.6 does, and avoids problems on janus. Platforms tested: sleipnir, copper, modi4, mir
Diffstat (limited to 'doc/html/ed_styles/Makefile.in')
-rw-r--r--doc/html/ed_styles/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/html/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in
index 59b4560..866e55b 100644
--- a/doc/html/ed_styles/Makefile.in
+++ b/doc/html/ed_styles/Makefile.in
@@ -179,7 +179,12 @@ R_LARGE = @R_LARGE@
SEARCH = @SEARCH@
SETX = @SETX@
SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
+
+# Hardcode SHELL to be /bin/sh. Most machines have this shell, and
+# on at least one machine configure fails to detect its existence (janus).
+# Also, when HDF5 is configured on one machine but run on another,
+# configure's automatic SHELL detection may not work on the build machine.
+SHELL = /bin/sh
SIZE_T = @SIZE_T@
SRB = @SRB@
STATIC_SHARED = @STATIC_SHARED@