diff options
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index 014fad3..5e43c7f 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -261,12 +261,7 @@ SEARCH = @SEARCH@ SED = @SED@ SETX = @SETX@ SET_MAKE = @SET_MAKE@ - -# 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 +SHELL = @SHELL@ SIZE_T = @SIZE_T@ STATIC_EXEC = @STATIC_EXEC@ STATIC_SHARED = @STATIC_SHARED@ |