mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r15942] Purpose: Bug Fixes and Libtool Upgrade
Description: - Remove need to set LD_LIBRARY_PATH when using shared szip library. - Libtool 2.2.6a is now used to generate libraries. - 'make check install' dependency bug is fixed, and should no longer break the build. - removed hard coding of shell in config/commence.am, as this causes problems on Solaris with the new version of libtool. - RELEASE.txt with appropriate changes. Tested: - kagiso, smirom, linew (merged from 1.8, pretty quick tests)
This commit is contained in:
parent
220c8585e1
commit
a664274624
12
Makefile.in
12
Makefile.in
@ -194,6 +194,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -204,8 +206,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -226,12 +231,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@
|
||||
|
254
aclocal.m4
vendored
254
aclocal.m4
vendored
@ -946,7 +946,7 @@ m4_define([_LT_COPYING], [dnl
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
])
|
||||
|
||||
# serial 55 LT_INIT
|
||||
# serial 56 LT_INIT
|
||||
|
||||
|
||||
# LT_PREREQ(VERSION)
|
||||
@ -1283,12 +1283,12 @@ m4_define([lt_decl_dquote_varnames],
|
||||
# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
|
||||
# ---------------------------------------------------
|
||||
m4_define([lt_decl_varnames_tagged],
|
||||
[_$0(m4_quote(m4_default([$1], [[, ]])),
|
||||
m4_quote(m4_if([$2], [],
|
||||
m4_quote(lt_decl_tag_varnames),
|
||||
m4_quote(m4_shift($@)))),
|
||||
m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
|
||||
m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
|
||||
[m4_assert([$# <= 2])dnl
|
||||
_$0(m4_quote(m4_default([$1], [[, ]])),
|
||||
m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
|
||||
m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
|
||||
m4_define([_lt_decl_varnames_tagged],
|
||||
[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
|
||||
|
||||
|
||||
# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
|
||||
@ -1796,10 +1796,19 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
|
||||
rhapsody* | darwin*)
|
||||
AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
|
||||
AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
|
||||
AC_CHECK_TOOL([LIPO], [lipo], [:])
|
||||
AC_CHECK_TOOL([OTOOL], [otool], [:])
|
||||
AC_CHECK_TOOL([OTOOL64], [otool64], [:])
|
||||
_LT_DECL([], [DSYMUTIL], [1],
|
||||
[Tool to manipulate archived DWARF debug symbol files on Mac OS X])
|
||||
_LT_DECL([], [NMEDIT], [1],
|
||||
[Tool to change global to local symbols on Mac OS X])
|
||||
_LT_DECL([], [LIPO], [1],
|
||||
[Tool to manipulate fat objects and archives on Mac OS X])
|
||||
_LT_DECL([], [OTOOL], [1],
|
||||
[ldd/readelf like tool for Mach-O binaries on Mac OS X])
|
||||
_LT_DECL([], [OTOOL64], [1],
|
||||
[ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
|
||||
|
||||
AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
|
||||
[lt_cv_apple_cc_single_mod=no
|
||||
@ -1839,10 +1848,10 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
|
||||
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
|
||||
darwin1.*)
|
||||
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
||||
darwin*) # darwin 5.x on
|
||||
darwin*) # darwin 5.x on
|
||||
# if running on 10.5 or later, the deployment target defaults
|
||||
# to the OS version, if on x86, and 10.4, the deployment
|
||||
# target defaults to 10.4. Don't you love it?
|
||||
# target defaults to 10.4. Don't you love it?
|
||||
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
|
||||
10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
|
||||
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
||||
@ -1884,7 +1893,11 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES],
|
||||
_LT_TAGVAR(whole_archive_flag_spec, $1)=''
|
||||
_LT_TAGVAR(link_all_deplibs, $1)=yes
|
||||
_LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
|
||||
if test "$GCC" = "yes"; then
|
||||
case $cc_basename in
|
||||
ifort*) _lt_dar_can_shared=yes ;;
|
||||
*) _lt_dar_can_shared=$GCC ;;
|
||||
esac
|
||||
if test "$_lt_dar_can_shared" = "yes"; then
|
||||
output_verbose_link_cmd=echo
|
||||
_LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
|
||||
_LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
|
||||
@ -2406,7 +2419,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
||||
lt_cv_sys_max_cmd_len=-1;
|
||||
;;
|
||||
|
||||
cygwin* | mingw*)
|
||||
cygwin* | mingw* | cegcc*)
|
||||
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
||||
# about 5 minutes as the teststring grows exponentially.
|
||||
# Worse, since 9x/ME are not pre-emptively multitasking,
|
||||
@ -2574,10 +2587,6 @@ else
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit (int);
|
||||
#endif
|
||||
|
||||
void fnord() { int i=42;}
|
||||
int main ()
|
||||
{
|
||||
@ -2593,7 +2602,7 @@ int main ()
|
||||
else
|
||||
puts (dlerror ());
|
||||
|
||||
exit (status);
|
||||
return status;
|
||||
}]
|
||||
_LT_EOF
|
||||
if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
||||
@ -2632,7 +2641,7 @@ else
|
||||
lt_cv_dlopen_self=yes
|
||||
;;
|
||||
|
||||
mingw* | pw32*)
|
||||
mingw* | pw32* | cegcc*)
|
||||
lt_cv_dlopen="LoadLibrary"
|
||||
lt_cv_dlopen_libs=
|
||||
;;
|
||||
@ -2929,6 +2938,7 @@ m4_defun([_LT_SYS_DYNAMIC_LINKER],
|
||||
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
||||
m4_require([_LT_DECL_EGREP])dnl
|
||||
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
||||
m4_require([_LT_DECL_OBJDUMP])dnl
|
||||
m4_require([_LT_DECL_SED])dnl
|
||||
AC_MSG_CHECKING([dynamic linker characteristics])
|
||||
m4_if([$1],
|
||||
@ -3093,14 +3103,14 @@ bsdi[[45]]*)
|
||||
# libtool to hard-code these into programs
|
||||
;;
|
||||
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
version_type=windows
|
||||
shrext_cmds=".dll"
|
||||
need_version=no
|
||||
need_lib_prefix=no
|
||||
|
||||
case $GCC,$host_os in
|
||||
yes,cygwin* | yes,mingw* | yes,pw32*)
|
||||
yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
||||
library_names_spec='$libname.dll.a'
|
||||
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
||||
postinstall_cmds='base_file=`basename \${file}`~
|
||||
@ -3123,7 +3133,7 @@ cygwin* | mingw* | pw32*)
|
||||
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
||||
sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
|
||||
;;
|
||||
mingw*)
|
||||
mingw* | cegcc*)
|
||||
# MinGW DLLs use traditional 'lib' prefix
|
||||
soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
||||
sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
||||
@ -3549,7 +3559,7 @@ tpf*)
|
||||
version_type=linux
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
shlibpath_overrides_runpath=no
|
||||
hardcode_into_libs=yes
|
||||
@ -3573,7 +3583,7 @@ variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
||||
if test "$GCC" = yes; then
|
||||
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
||||
fi
|
||||
|
||||
|
||||
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
|
||||
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
|
||||
fi
|
||||
@ -3850,6 +3860,7 @@ _LT_DECL([], [reload_cmds], [2])dnl
|
||||
# -- PORTME fill in with the dynamic library characteristics
|
||||
m4_defun([_LT_CHECK_MAGIC_METHOD],
|
||||
[m4_require([_LT_DECL_EGREP])
|
||||
m4_require([_LT_DECL_OBJDUMP])
|
||||
AC_CACHE_CHECK([how to recognize dependent libraries],
|
||||
lt_cv_deplibs_check_method,
|
||||
[lt_cv_file_magic_cmd='$MAGIC_CMD'
|
||||
@ -3900,6 +3911,12 @@ mingw* | pw32*)
|
||||
fi
|
||||
;;
|
||||
|
||||
cegcc)
|
||||
# use the weaker test based on 'objdump'. See mingw*.
|
||||
lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
|
||||
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
||||
;;
|
||||
|
||||
darwin* | rhapsody*)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
@ -4211,7 +4228,7 @@ case $host_os in
|
||||
aix*)
|
||||
symcode='[[BCDT]]'
|
||||
;;
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
symcode='[[ABCDGISTW]]'
|
||||
;;
|
||||
hpux*)
|
||||
@ -4457,7 +4474,7 @@ m4_if([$1], [CXX], [
|
||||
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
||||
# PIC is the default for these OSes.
|
||||
;;
|
||||
mingw* | cygwin* | os2* | pw32*)
|
||||
mingw* | cygwin* | os2* | pw32* | cegcc*)
|
||||
# This hack is so that the source file can tell whether it is being
|
||||
# built for inclusion in a dll (and should export symbols for example).
|
||||
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
||||
@ -4484,10 +4501,11 @@ m4_if([$1], [CXX], [
|
||||
fi
|
||||
;;
|
||||
hpux*)
|
||||
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
||||
# not for PA HP-UX.
|
||||
# PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
||||
# PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
||||
# sets the default TLS model and affects inlining.
|
||||
case $host_cpu in
|
||||
hppa*64*|ia64*)
|
||||
hppa*64*)
|
||||
;;
|
||||
*)
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
@ -4585,12 +4603,19 @@ m4_if([$1], [CXX], [
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
;;
|
||||
icpc* | ecpc* )
|
||||
# Intel C++
|
||||
ecpc* )
|
||||
# old Intel C++ for x86_64 which still supported -KPIC.
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
||||
;;
|
||||
icpc* )
|
||||
# Intel C++, used to be incompatible with GCC.
|
||||
# ICC 10 doesn't accept -KPIC any more.
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
||||
;;
|
||||
pgCC* | pgcpp*)
|
||||
# Portland Group C++ compiler
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
@ -4756,7 +4781,7 @@ m4_if([$1], [CXX], [
|
||||
# PIC is the default for these OSes.
|
||||
;;
|
||||
|
||||
mingw* | cygwin* | pw32* | os2*)
|
||||
mingw* | cygwin* | pw32* | os2* | cegcc*)
|
||||
# This hack is so that the source file can tell whether it is being
|
||||
# built for inclusion in a dll (and should export symbols for example).
|
||||
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
||||
@ -4772,10 +4797,11 @@ m4_if([$1], [CXX], [
|
||||
;;
|
||||
|
||||
hpux*)
|
||||
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
||||
# not for PA HP-UX.
|
||||
# PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
||||
# PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
||||
# sets the default TLS model and affects inlining.
|
||||
case $host_cpu in
|
||||
hppa*64*|ia64*)
|
||||
hppa*64*)
|
||||
# +Z the default
|
||||
;;
|
||||
*)
|
||||
@ -4825,7 +4851,7 @@ m4_if([$1], [CXX], [
|
||||
fi
|
||||
;;
|
||||
|
||||
mingw* | cygwin* | pw32* | os2*)
|
||||
mingw* | cygwin* | pw32* | os2* | cegcc*)
|
||||
# This hack is so that the source file can tell whether it is being
|
||||
# built for inclusion in a dll (and should export symbols for example).
|
||||
m4_if([$1], [GCJ], [],
|
||||
@ -4856,11 +4882,25 @@ m4_if([$1], [CXX], [
|
||||
|
||||
linux* | k*bsd*-gnu)
|
||||
case $cc_basename in
|
||||
icc* | ecc* | ifort*)
|
||||
# old Intel for x86_64 which still supported -KPIC.
|
||||
ecc*)
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
||||
;;
|
||||
# icc used to be incompatible with GCC.
|
||||
# ICC 10 doesn't accept -KPIC any more.
|
||||
icc* | ifort*)
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
||||
;;
|
||||
# Lahey Fortran 8.1.
|
||||
lf95*)
|
||||
_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
|
||||
;;
|
||||
pgcc* | pgf77* | pgf90* | pgf95*)
|
||||
# Portland Group compilers (*not* the Pentium gcc compiler,
|
||||
# which looks to be a dead project)
|
||||
@ -5042,7 +5082,7 @@ m4_if([$1], [CXX], [
|
||||
pw32*)
|
||||
_LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
||||
;;
|
||||
cygwin* | mingw*)
|
||||
cygwin* | mingw* | cegcc*)
|
||||
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
|
||||
;;
|
||||
*)
|
||||
@ -5094,7 +5134,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
|
||||
extract_expsyms_cmds=
|
||||
|
||||
case $host_os in
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
||||
# When not using gcc, we currently assume that we are using
|
||||
# Microsoft Visual C++.
|
||||
@ -5181,7 +5221,7 @@ _LT_EOF
|
||||
fi
|
||||
;;
|
||||
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
||||
# as there is no search path for DLLs.
|
||||
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
||||
@ -5247,6 +5287,9 @@ _LT_EOF
|
||||
tmp_addflag=' -i_dynamic -nofor_main' ;;
|
||||
ifc* | ifort*) # Intel Fortran compiler
|
||||
tmp_addflag=' -nofor_main' ;;
|
||||
lf95*) # Lahey Fortran 8.1
|
||||
_LT_TAGVAR(whole_archive_flag_spec, $1)=
|
||||
tmp_sharedflag='--shared' ;;
|
||||
xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
|
||||
tmp_sharedflag='-qmkshrobj'
|
||||
tmp_addflag= ;;
|
||||
@ -5478,6 +5521,7 @@ _LT_EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
|
||||
# It seems that -bexpall does not export symbols beginning with
|
||||
# underscore (_), so it is better to generate a list of symbols to export.
|
||||
_LT_TAGVAR(always_export_symbols, $1)=yes
|
||||
@ -5532,7 +5576,7 @@ _LT_EOF
|
||||
_LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
|
||||
;;
|
||||
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
# When not using gcc, we currently assume that we are using
|
||||
# Microsoft Visual C++.
|
||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
||||
@ -5636,7 +5680,7 @@ _LT_EOF
|
||||
_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
||||
;;
|
||||
ia64*)
|
||||
_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
||||
_LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
||||
;;
|
||||
*)
|
||||
_LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
||||
@ -6417,6 +6461,7 @@ if test "$_lt_caught_CXX_error" != yes; then
|
||||
fi
|
||||
fi
|
||||
|
||||
_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
|
||||
# It seems that -bexpall does not export symbols beginning with
|
||||
# underscore (_), so it is better to generate a list of symbols to
|
||||
# export.
|
||||
@ -6475,7 +6520,7 @@ if test "$_lt_caught_CXX_error" != yes; then
|
||||
esac
|
||||
;;
|
||||
|
||||
cygwin* | mingw* | pw32*)
|
||||
cygwin* | mingw* | pw32* | cegcc*)
|
||||
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
||||
# as there is no search path for DLLs.
|
||||
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
||||
@ -7856,6 +7901,18 @@ AC_SUBST([GREP])
|
||||
])
|
||||
|
||||
|
||||
# _LT_DECL_OBJDUMP
|
||||
# --------------
|
||||
# If we don't have a new enough Autoconf to choose the best objdump
|
||||
# available, choose the one first in the user's PATH.
|
||||
m4_defun([_LT_DECL_OBJDUMP],
|
||||
[AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
||||
test -z "$OBJDUMP" && OBJDUMP=objdump
|
||||
_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
|
||||
AC_SUBST([OBJDUMP])
|
||||
])
|
||||
|
||||
|
||||
# _LT_DECL_SED
|
||||
# ------------
|
||||
# Check for a fully-functional sed program, that truncates
|
||||
@ -7947,7 +8004,9 @@ m4_defun([_LT_CHECK_SHELL_FEATURES],
|
||||
xsi_shell=no
|
||||
( _lt_dummy="a/b/c"
|
||||
test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
|
||||
= c,a/b,, ) >/dev/null 2>&1 \
|
||||
= c,a/b,, \
|
||||
&& eval 'test $(( 1 + 1 )) -eq 2 \
|
||||
&& test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
|
||||
&& xsi_shell=yes
|
||||
AC_MSG_RESULT([$xsi_shell])
|
||||
_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
|
||||
@ -7991,6 +8050,7 @@ m4_defun([_LT_PROG_XSI_SHELLFNS],
|
||||
[case $xsi_shell in
|
||||
yes)
|
||||
cat << \_LT_EOF >> "$cfgfile"
|
||||
|
||||
# func_dirname file append nondir_replacement
|
||||
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
|
||||
# otherwise set result to NONDIR_REPLACEMENT.
|
||||
@ -8058,10 +8118,31 @@ func_lo2o ()
|
||||
*) func_lo2o_result=${1} ;;
|
||||
esac
|
||||
}
|
||||
|
||||
# func_xform libobj-or-source
|
||||
func_xform ()
|
||||
{
|
||||
func_xform_result=${1%.*}.lo
|
||||
}
|
||||
|
||||
# func_arith arithmetic-term...
|
||||
func_arith ()
|
||||
{
|
||||
func_arith_result=$(( $[*] ))
|
||||
}
|
||||
|
||||
# func_len string
|
||||
# STRING may not start with a hyphen.
|
||||
func_len ()
|
||||
{
|
||||
func_len_result=${#1}
|
||||
}
|
||||
|
||||
_LT_EOF
|
||||
;;
|
||||
*) # Bourne compatible functions.
|
||||
cat << \_LT_EOF >> "$cfgfile"
|
||||
|
||||
# func_dirname file append nondir_replacement
|
||||
# Compute the dirname of FILE. If nonempty, add APPEND to the result,
|
||||
# otherwise set result to NONDIR_REPLACEMENT.
|
||||
@ -8082,29 +8163,9 @@ func_basename ()
|
||||
func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
|
||||
}
|
||||
|
||||
# func_dirname_and_basename file append nondir_replacement
|
||||
# perform func_basename and func_dirname in a single function
|
||||
# call:
|
||||
# dirname: Compute the dirname of FILE. If nonempty,
|
||||
# add APPEND to the result, otherwise set result
|
||||
# to NONDIR_REPLACEMENT.
|
||||
# value returned in "$func_dirname_result"
|
||||
# basename: Compute filename of FILE.
|
||||
# value retuned in "$func_basename_result"
|
||||
# Implementation must be kept synchronized with func_dirname
|
||||
# and func_basename. For efficiency, we do not delegate to
|
||||
# those functions but instead duplicate the functionality here.
|
||||
func_dirname_and_basename ()
|
||||
{
|
||||
# Extract subdirectory from the argument.
|
||||
func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
|
||||
if test "X$func_dirname_result" = "X${1}"; then
|
||||
func_dirname_result="${3}"
|
||||
else
|
||||
func_dirname_result="$func_dirname_result${2}"
|
||||
fi
|
||||
func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
|
||||
}
|
||||
dnl func_dirname_and_basename
|
||||
dnl A portable version of this function is already defined in general.m4sh
|
||||
dnl so there is no need for it here.
|
||||
|
||||
# func_stripname prefix suffix name
|
||||
# strip PREFIX and SUFFIX off of NAME.
|
||||
@ -8138,6 +8199,26 @@ func_lo2o ()
|
||||
{
|
||||
func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
|
||||
}
|
||||
|
||||
# func_xform libobj-or-source
|
||||
func_xform ()
|
||||
{
|
||||
func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
|
||||
}
|
||||
|
||||
# func_arith arithmetic-term...
|
||||
func_arith ()
|
||||
{
|
||||
func_arith_result=`expr "$[@]"`
|
||||
}
|
||||
|
||||
# func_len string
|
||||
# STRING may not start with a hyphen.
|
||||
func_len ()
|
||||
{
|
||||
func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
|
||||
}
|
||||
|
||||
_LT_EOF
|
||||
esac
|
||||
|
||||
@ -8162,6 +8243,7 @@ func_append ()
|
||||
{
|
||||
eval "$[1]=\$$[1]\$[2]"
|
||||
}
|
||||
|
||||
_LT_EOF
|
||||
;;
|
||||
esac
|
||||
@ -8176,7 +8258,7 @@ _LT_EOF
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 5 ltoptions.m4
|
||||
# serial 6 ltoptions.m4
|
||||
|
||||
# This is to help aclocal find these macros, as it can't see m4_define.
|
||||
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
||||
@ -8291,7 +8373,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
||||
[enable_win32_dll=yes
|
||||
|
||||
case $host in
|
||||
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
|
||||
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
|
||||
AC_CHECK_TOOL(AS, as, false)
|
||||
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
||||
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
||||
@ -8358,7 +8440,7 @@ LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
|
||||
|
||||
# Old names:
|
||||
AC_DEFUN([AC_ENABLE_SHARED],
|
||||
[_LT_SET_OPTION([LT_INIT], [shared])
|
||||
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_DISABLE_SHARED],
|
||||
@ -8412,7 +8494,7 @@ LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
|
||||
|
||||
# Old names:
|
||||
AC_DEFUN([AC_ENABLE_STATIC],
|
||||
[_LT_SET_OPTION([LT_INIT], [static])
|
||||
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_DISABLE_STATIC],
|
||||
@ -8466,7 +8548,7 @@ LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no
|
||||
|
||||
# Old names:
|
||||
AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
||||
[_LT_SET_OPTION([LT_INIT], [fast-install])
|
||||
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
||||
AC_DIAGNOSE([obsolete],
|
||||
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
||||
the `fast-install' option into LT_INIT's first parameter.])
|
||||
@ -8532,14 +8614,14 @@ LT_OPTION_DEFINE([LTDL_INIT], [convenience],
|
||||
|
||||
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
||||
#
|
||||
# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
# This file is free software; the Free Software Foundation gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 5 ltsugar.m4
|
||||
# serial 6 ltsugar.m4
|
||||
|
||||
# This is to help aclocal find these macros, as it can't see m4_define.
|
||||
AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
||||
@ -8595,14 +8677,14 @@ m4_define([lt_append],
|
||||
# Produce a SEP delimited list of all paired combinations of elements of
|
||||
# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
||||
# has the form PREFIXmINFIXSUFFIXn.
|
||||
# Needed until we can rely on m4_combine added in Autoconf 2.62.
|
||||
m4_define([lt_combine],
|
||||
[m4_if([$2], [], [],
|
||||
[m4_if([$4], [], [],
|
||||
[lt_join(m4_quote(m4_default([$1], [[, ]])),
|
||||
lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
|
||||
[m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
|
||||
[_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
|
||||
])
|
||||
[m4_if(m4_eval([$# > 3]), [1],
|
||||
[m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
|
||||
[[m4_foreach([_Lt_prefix], [$2],
|
||||
[m4_foreach([_Lt_suffix],
|
||||
]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
|
||||
[_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
|
||||
|
||||
|
||||
# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
|
||||
@ -8665,15 +8747,15 @@ m4_define([lt_dict_filter],
|
||||
|
||||
# Generated from ltversion.in.
|
||||
|
||||
# serial 2627 ltversion.m4
|
||||
# serial 3012 ltversion.m4
|
||||
# This file is part of GNU Libtool
|
||||
|
||||
m4_define([LT_PACKAGE_VERSION], [2.2.2])
|
||||
m4_define([LT_PACKAGE_REVISION], [1.2627])
|
||||
m4_define([LT_PACKAGE_VERSION], [2.2.6])
|
||||
m4_define([LT_PACKAGE_REVISION], [1.3012])
|
||||
|
||||
AC_DEFUN([LTVERSION_VERSION],
|
||||
[macro_version='2.2.2'
|
||||
macro_revision='1.2627'
|
||||
[macro_version='2.2.6'
|
||||
macro_revision='1.3012'
|
||||
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
||||
_LT_DECL(, macro_revision, 0)
|
||||
])
|
||||
@ -8687,7 +8769,7 @@ _LT_DECL(, macro_revision, 0)
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 3
|
||||
# serial 4 lt~obsolete.m4
|
||||
|
||||
# These exist entirely to fool aclocal when bootstrapping libtool.
|
||||
#
|
||||
|
3314
bin/ltmain.sh
3314
bin/ltmain.sh
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@ AUTOCONF_VERSION="autoconf (GNU Autoconf) 2.61"
|
||||
AUTOMAKE_VERSION="automake (GNU automake) 1.10.1"
|
||||
AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.61"
|
||||
ACLOCAL_VERSION="aclocal (GNU automake) 1.10.1"
|
||||
LIBTOOL_VERSION="(GNU libtool) 2.2.2"
|
||||
LIBTOOL_VERSION="(GNU libtool) 2.2.6"
|
||||
#
|
||||
# When upgrading automake's version, don't forget to also update its
|
||||
# helper utilities, especially depcomp.
|
||||
@ -53,7 +53,7 @@ if test -z ${ACLOCAL}; then
|
||||
ACLOCAL=/home1/packages/automake/automake-1.10.1/bin/aclocal-1.10
|
||||
fi
|
||||
if test -z ${LIBTOOL}; then
|
||||
LIBTOOL=/home1/packages/libtool/libtool-2.2.2/bin/libtool
|
||||
LIBTOOL=/home1/packages/libtool/libtool-2.2.6a/bin/libtool
|
||||
fi
|
||||
|
||||
# Check version numbers of all autotools against the "correct" versions
|
||||
|
@ -165,6 +165,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -175,8 +177,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -197,12 +202,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@
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
|
@ -195,6 +195,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -205,8 +207,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -227,12 +232,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@
|
||||
|
@ -181,6 +181,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -191,8 +193,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -213,12 +218,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@
|
||||
|
@ -22,12 +22,6 @@
|
||||
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
|
||||
|
||||
# Some machines need a command to run executables; this is that command
|
||||
# so that our tests will run.
|
||||
# We use RUNTESTS instead of RUNSERIAL directly because it may be that
|
||||
|
32
configure.in
32
configure.in
@ -1672,17 +1672,12 @@ esac
|
||||
if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
|
||||
dnl SZLIB library is available. Check if it can encode
|
||||
AC_MSG_CHECKING([for szlib encoder])
|
||||
|
||||
AC_CACHE_VAL([hdf5_cv_szlib_functional],
|
||||
[AC_TRY_RUN([
|
||||
#include <szlib.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
SZ_encoder_enabled();
|
||||
exit(0);
|
||||
}
|
||||
], [hdf5_cv_szlib_functional=yes], [hdf5_cv_szlib_functional=no],)])
|
||||
|
||||
dnl Set LD_LIBRARY_PATH so encoder test can find the library and run.
|
||||
dnl Also add LL_PATH substitution to Makefiles so they can use the
|
||||
dnl path as well, for testing examples.
|
||||
export LD_LIBRARY_PATH="$szlib_lib"
|
||||
AC_SUBST([LL_PATH]) LL_PATH="$szlib_lib"
|
||||
|
||||
AC_CACHE_VAL([hdf5_cv_szlib_can_encode],
|
||||
[AC_TRY_RUN([
|
||||
@ -1698,13 +1693,9 @@ if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
|
||||
}
|
||||
], [hdf5_cv_szlib_can_encode=yes], [hdf5_cv_szlib_can_encode=no],)])
|
||||
|
||||
if test ${hdf5_cv_szlib_functional} = "no"; then
|
||||
hdf5_cv_szlib_can_encode=broken
|
||||
else
|
||||
AC_DEFINE(HAVE_FILTER_SZIP, 1,
|
||||
[Define if support for szip filter is enabled])
|
||||
USE_FILTER_SZIP="yes"
|
||||
fi
|
||||
AC_DEFINE(HAVE_FILTER_SZIP, 1,
|
||||
[Define if support for szip filter is enabled])
|
||||
USE_FILTER_SZIP="yes"
|
||||
|
||||
if test ${hdf5_cv_szlib_can_encode} = "yes"; then
|
||||
AC_MSG_RESULT([yes])
|
||||
@ -1712,9 +1703,6 @@ if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
|
||||
if test ${hdf5_cv_szlib_can_encode} = "no"; then
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
if test ${hdf5_cv_szlib_can_encode} = "broken"; then
|
||||
AC_MSG_RESULT([shared szlib doesn't work. disabling szip.])
|
||||
fi
|
||||
|
||||
dnl Add "szip" to external filter list
|
||||
if test ${hdf5_cv_szlib_can_encode} = "yes"; then
|
||||
@ -1732,6 +1720,8 @@ if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
|
||||
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([BUILD_SZIP_CONDITIONAL], [test "X$USE_FILTER_SZIP" = "Xyes"])
|
||||
|
||||
dnl Checkpoint the cache
|
||||
AC_CACHE_SAVE
|
||||
|
||||
|
@ -91,5 +91,9 @@ h5_extlink: $(srcdir)/h5_extlink.c $(EXTLINK_DIRS)
|
||||
h5_elink_unix2win: $(srcdir)/h5_elink_unix2win.c $(EXTLINK_DIRS)
|
||||
h5_shared_mesg: $(srcdir)/h5_shared_mesg.c
|
||||
|
||||
if BUILD_SZIP_CONDITIONAL
|
||||
export LD_LIBRARY_PATH=$(LL_PATH)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/config/examples.am
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
@ -590,6 +590,8 @@ h5_extlink: $(srcdir)/h5_extlink.c $(EXTLINK_DIRS)
|
||||
h5_elink_unix2win: $(srcdir)/h5_elink_unix2win.c $(EXTLINK_DIRS)
|
||||
h5_shared_mesg: $(srcdir)/h5_shared_mesg.c
|
||||
|
||||
@BUILD_SZIP_CONDITIONAL_TRUE@export LD_LIBRARY_PATH=$(LL_PATH)
|
||||
|
||||
# How to create EXAMPLEDIR if it doesn't already exist
|
||||
$(EXAMPLEDIR):
|
||||
-$(top_srcdir)/bin/mkdirs $@
|
||||
|
@ -169,6 +169,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -179,8 +181,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -201,12 +206,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@
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
|
@ -224,6 +224,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -234,8 +236,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -256,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@
|
||||
|
@ -221,6 +221,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -231,8 +233,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -253,12 +258,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@
|
||||
|
@ -172,6 +172,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -182,8 +184,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -204,12 +209,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@
|
||||
|
@ -169,6 +169,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -179,8 +181,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -201,12 +206,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@
|
||||
|
@ -165,6 +165,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -175,8 +177,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -197,12 +202,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@
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
|
@ -184,6 +184,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -194,8 +196,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -216,12 +221,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@
|
||||
|
@ -175,6 +175,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -185,8 +187,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -207,12 +212,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@
|
||||
|
@ -81,5 +81,9 @@ ex_table10: $(srcdir)/ex_table10.c
|
||||
ex_table11: $(srcdir)/ex_table11.c
|
||||
ex_table12: $(srcdir)/ex_table12.c
|
||||
|
||||
if BUILD_SZIP_CONDITIONAL
|
||||
export LD_LIBRARY_PATH=$(LL_PATH)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/config/examples.am
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
@ -579,6 +579,8 @@ ex_table10: $(srcdir)/ex_table10.c
|
||||
ex_table11: $(srcdir)/ex_table11.c
|
||||
ex_table12: $(srcdir)/ex_table12.c
|
||||
|
||||
@BUILD_SZIP_CONDITIONAL_TRUE@export LD_LIBRARY_PATH=$(LL_PATH)
|
||||
|
||||
# How to create EXAMPLEDIR if it doesn't already exist
|
||||
$(EXAMPLEDIR):
|
||||
-$(top_srcdir)/bin/mkdirs $@
|
||||
|
@ -169,6 +169,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -179,8 +181,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -201,12 +206,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@
|
||||
|
@ -159,6 +159,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -169,8 +171,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -191,12 +196,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@
|
||||
|
@ -189,6 +189,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -199,8 +201,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -221,12 +226,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@
|
||||
|
@ -179,6 +179,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -189,8 +191,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -211,12 +216,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@
|
||||
|
@ -185,6 +185,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -195,8 +197,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -217,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@
|
||||
|
@ -195,6 +195,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -205,8 +207,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -227,12 +232,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@
|
||||
|
@ -166,6 +166,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -176,8 +178,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -198,12 +203,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@
|
||||
|
@ -188,6 +188,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -198,8 +200,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -220,12 +225,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@
|
||||
|
@ -224,6 +224,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -234,8 +236,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -256,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@
|
||||
|
@ -39,9 +39,10 @@ New Features
|
||||
|
||||
Configuration:
|
||||
-------------
|
||||
- Configuration suite now uses Libtool 2.2.6a. MAM 2008/10/24
|
||||
|
||||
- Configuration suite now uses Autoconf 2.61, Automake 1.10.1, and
|
||||
Libtool 2.2.2 (MAM - 2008/05/05)
|
||||
- Configuration suite now uses Autoconf 2.61, Automake 1.10.1.
|
||||
MAM 2008/05/05.
|
||||
|
||||
- The new configure option "--disable-sharedlib-rpath" disables
|
||||
embedding the '-Wl,-rpath' information into executables when
|
||||
@ -169,6 +170,11 @@ Bug Fixes since HDF5-1.8.0 release
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
- Fixed error with 'make check install' failing due to h5dump
|
||||
needing other tools built first. MAM - 2008/10/24.
|
||||
- When using shared szip, it is no longer necessary to specify
|
||||
the path to the shared szip libraries in LD_LIBRARY_PATH. MAM -
|
||||
2008/10/24.
|
||||
- The file libhdf5_fortran.settings is not installed since its content
|
||||
is included in libhdf5.settings now. AKC - 2008/10/21
|
||||
- "make DESTDIR=xxx install" failed to install some tools and files
|
||||
|
@ -248,6 +248,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -258,8 +260,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -280,12 +285,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@
|
||||
|
@ -466,6 +466,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -476,8 +478,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -498,12 +503,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@
|
||||
|
@ -202,6 +202,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -212,8 +214,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -234,12 +239,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@
|
||||
|
@ -21,7 +21,9 @@
|
||||
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
CONFIG=ordered
|
||||
|
||||
# All subdirectories
|
||||
SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat
|
||||
SUBDIRS=lib h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h5dump
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -166,6 +166,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -176,8 +178,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -198,12 +203,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@
|
||||
@ -322,9 +322,10 @@ TRACE = perl $(top_srcdir)/bin/trace
|
||||
# .chklog files are output from those tests.
|
||||
# *.clog are from the MPE option.
|
||||
CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
CONFIG = ordered
|
||||
|
||||
# All subdirectories
|
||||
SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat
|
||||
SUBDIRS = lib h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h5dump
|
||||
|
||||
# Automake needs to be taught how to build lib, progs, and tests targets.
|
||||
# These will be filled in automatically for the most part (e.g.,
|
||||
|
@ -183,6 +183,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -193,8 +195,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -215,12 +220,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@
|
||||
|
@ -190,6 +190,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -200,8 +202,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -222,12 +227,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@
|
||||
|
@ -188,6 +188,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -198,8 +200,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -220,12 +225,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@
|
||||
|
@ -183,6 +183,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -193,8 +195,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -215,12 +220,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@
|
||||
|
@ -194,6 +194,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -204,8 +206,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -226,12 +231,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@
|
||||
|
@ -177,6 +177,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -187,8 +189,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -209,12 +214,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@
|
||||
|
@ -197,6 +197,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -207,8 +209,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -229,12 +234,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@
|
||||
|
@ -186,6 +186,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -196,8 +198,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -218,12 +223,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@
|
||||
|
@ -182,6 +182,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -192,8 +194,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -214,12 +219,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@
|
||||
|
@ -201,6 +201,8 @@ LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LINUX_LFS = @LINUX_LFS@
|
||||
LIPO = @LIPO@
|
||||
LL_PATH = @LL_PATH@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
||||
@ -211,8 +213,11 @@ MPE = @MPE@
|
||||
MPI_GET_SIZE = @MPI_GET_SIZE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
@ -233,12 +238,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@
|
||||
|
@ -146,9 +146,6 @@
|
||||
/* Define to 1 if you have the <io.h> header file. */
|
||||
/* #undef H5_HAVE_IO_H */
|
||||
|
||||
/* Define if it's safe to use `long long' for hsize_t and hssize_t */
|
||||
#define H5_HAVE_LARGE_HSIZET 1
|
||||
|
||||
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
|
||||
/* #undef H5_HAVE_LIBDMALLOC */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user