summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-10-17 15:48:23 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-10-17 15:48:23 (GMT)
commit1b86e5a5297dc6670ff284f98202330e74201943 (patch)
treeca3557e5abbe5793ea04e215e678285da8dd6241 /config
parent924ba14474479cacc6aa99aabb2ac81462ff6d73 (diff)
downloadhdf5-1b86e5a5297dc6670ff284f98202330e74201943.zip
hdf5-1b86e5a5297dc6670ff284f98202330e74201943.tar.gz
hdf5-1b86e5a5297dc6670ff284f98202330e74201943.tar.bz2
[svn-r15898] Purpose: Bug Fix
Description: Libtool wasn't working on linew because the script was not working with the Solaris Bourne shell. Libtool has built- in detection to ensure that it uses an appropriate shell, but our config/commence.am was hard coding this shell to be /bin/sh. Removing this line allows the shell to be picked up by configure, thus allowing libtool to use the correct shell on linew (bash). This was initially added to correct for a problem on an old machine (janus), so shoudn't be needed for machines we currently support. Tested: full make check install on kagiso and linew, compile only on smirom, duty, and liberty.
Diffstat (limited to 'config')
-rw-r--r--config/commence.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/commence.am b/config/commence.am
index 819ff08..e1cd2bb 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -22,12 +22,6 @@
RM=rm -f
CP=cp
-# 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
-
# Some machines need a command to run executables; this is that command
# so that our tests will run.
# We use RUNTESTS instead of RUNSERIAL directly because it may be that