mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r10511]
Purpose: "Bug fix" Description: Hardcoded Makefiles to use /bin/sh instead of letting configure detect shell automatically. This is what v1.6 does, and avoids problems on janus. Platforms tested: sleipnir, copper, modi4, mir
This commit is contained in:
parent
7ce84a1d39
commit
14e06e81cb
@ -215,7 +215,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@
|
||||
|
@ -185,7 +185,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@
|
||||
|
@ -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@
|
||||
|
@ -219,7 +219,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@
|
||||
|
@ -208,7 +208,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@
|
||||
|
@ -6,6 +6,12 @@
|
||||
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
|
||||
|
||||
# Libraries to link to while building
|
||||
LIBHDF5=$(top_builddir)/src/libhdf5.la
|
||||
LIBH5TEST=$(top_builddir)/test/libh5test.la
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -186,7 +186,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@
|
||||
|
@ -208,7 +208,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@
|
||||
|
@ -202,7 +202,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@
|
||||
|
@ -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@
|
||||
|
@ -203,7 +203,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@
|
||||
|
@ -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@
|
||||
|
@ -199,7 +199,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@
|
||||
|
@ -211,7 +211,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@
|
||||
|
@ -209,7 +209,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@
|
||||
|
@ -225,7 +225,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@
|
||||
|
@ -274,7 +274,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@
|
||||
|
@ -403,7 +403,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@
|
||||
|
@ -210,7 +210,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@
|
||||
|
@ -186,7 +186,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@
|
||||
|
@ -209,7 +209,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@
|
||||
|
@ -217,7 +217,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@
|
||||
|
@ -210,7 +210,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@
|
||||
|
@ -210,7 +210,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@
|
||||
|
@ -205,7 +205,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@
|
||||
|
@ -203,7 +203,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@
|
||||
|
@ -225,7 +225,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@
|
||||
|
@ -207,7 +207,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@
|
||||
|
@ -215,7 +215,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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user