diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 7 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 7 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 7 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 7 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 7 |
5 files changed, 30 insertions, 5 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 1be5fcb..0579fc4 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -189,7 +189,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@ diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 01cb83e..c3e0e53 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -177,7 +177,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@ diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index cf9f478..c863fc6 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -229,7 +229,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@ diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 7da8057..ffe1359 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -246,7 +246,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@ diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 0a8df4e..54a9f39 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -201,7 +201,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@ |