diff options
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 8364a6c..3ac59b8 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -222,12 +222,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@ |