diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/ADGuide/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Graphics/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Intro/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/PSandPDF/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/TechNotes/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Tutor/Graphics/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Tutor/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/Tutor/examples/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/cpplus/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/ed_libs/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/ed_styles/Makefile.in | 7 | ||||
-rw-r--r-- | doc/html/fortran/Makefile.in | 7 |
14 files changed, 84 insertions, 14 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 44dd54c..b51a5e4 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -182,7 +182,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/doc/html/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in index 8e64acc..e3edc95 100644 --- a/doc/html/ADGuide/Makefile.in +++ b/doc/html/ADGuide/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@ diff --git a/doc/html/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in index db41d4b..3a548d2 100644 --- a/doc/html/Graphics/Makefile.in +++ b/doc/html/Graphics/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@ diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in index 4a2ad29..af08d52 100644 --- a/doc/html/Intro/Makefile.in +++ b/doc/html/Intro/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@ diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index e01d24b..cf8cde3 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -192,7 +192,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/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in index 5bd6cc4..a6d735b 100644 --- a/doc/html/PSandPDF/Makefile.in +++ b/doc/html/PSandPDF/Makefile.in @@ -169,7 +169,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/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in index a50e825..c0f8d70 100644 --- a/doc/html/TechNotes/Makefile.in +++ b/doc/html/TechNotes/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@ diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in index 39d9bde..5924da9 100644 --- a/doc/html/Tutor/Graphics/Makefile.in +++ b/doc/html/Tutor/Graphics/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@ diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in index 312839e..01aea64 100644 --- a/doc/html/Tutor/Makefile.in +++ b/doc/html/Tutor/Makefile.in @@ -188,7 +188,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/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in index 98059ca..10c862e 100644 --- a/doc/html/Tutor/examples/Makefile.in +++ b/doc/html/Tutor/examples/Makefile.in @@ -181,7 +181,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/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in index 4c5fe52..ed2276b 100644 --- a/doc/html/cpplus/Makefile.in +++ b/doc/html/cpplus/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@ diff --git a/doc/html/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in index 2810204..6753a2b 100644 --- a/doc/html/ed_libs/Makefile.in +++ b/doc/html/ed_libs/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@ 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@ diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in index 61dcee7..48364ab 100644 --- a/doc/html/fortran/Makefile.in +++ b/doc/html/fortran/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@ |