summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-10-15 21:53:23 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-10-15 21:53:23 (GMT)
commit148828d46a193048e99df253c429bc0ea307de1a (patch)
treef12c0ba51ec986e7ac85ef4528aaf99d3637597a /configure
parent22e4a9b874798c580f73b8ba22072123ef4a3ba1 (diff)
downloadhdf5-148828d46a193048e99df253c429bc0ea307de1a.zip
hdf5-148828d46a193048e99df253c429bc0ea307de1a.tar.gz
hdf5-148828d46a193048e99df253c429bc0ea307de1a.tar.bz2
[svn-r17655] Purpose:
Configure cache-val cleanup Description: Corrected some misnamed cache values in configure / config files. Tested: h5committest
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure70
1 files changed, 35 insertions, 35 deletions
diff --git a/configure b/configure
index 6d05266..320cb84 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 17645 2009-10-15 17:08:41Z mamcgree .
+# From configure.in Id: configure.in 17648 2009-10-15 18:13:55Z epourmal .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.8.3-snap13.
#
@@ -26661,11 +26661,11 @@ $as_echo_n "checking if irregular hyperslab optimization code works inside MPI-I
if test "${hdf5_cv_mpi_complex_derived_datatype_works+set}" = set; then :
$as_echo_n "(cached) " >&6
else
- hdf5_mpi_complex_derived_datatype_works=yes
+ hdf5_cv_mpi_complex_derived_datatype_works=yes
fi
-if test ${hdf5_mpi_complex_derived_datatype_works} = "yes"; then
+if test ${hdf5_cv_mpi_complex_derived_datatype_works} = "yes"; then
$as_echo "#define MPI_COMPLEX_DERIVED_DATATYPE_WORKS 1" >>confdefs.h
@@ -26683,11 +26683,11 @@ $as_echo_n "checking if MPI-IO can do collective IO when one or more processes d
if test "${hdf5_cv_mpi_special_collective_io_works+set}" = set; then :
$as_echo_n "(cached) " >&6
else
- hdf5_mpi_special_collective_io_works=yes
+ hdf5_cv_mpi_special_collective_io_works=yes
fi
-if test ${hdf5_mpi_special_collective_io_works} = "yes"; then
+if test ${hdf5_cv_mpi_special_collective_io_works} = "yes"; then
$as_echo "#define MPI_SPECIAL_COLLECTIVE_IO_WORKS 1" >>confdefs.h
@@ -26860,14 +26860,14 @@ posix_memalign()
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- hdf5_direct_io=yes
+ hdf5_cv_direct_io=yes
else
- hdf5_direct_io=no
+ hdf5_cv_direct_io=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
else
- hdf5_direct_io=no
+ hdf5_cv_direct_io=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -26876,7 +26876,7 @@ fi
fi
- if test ${hdf5_direct_io} = "yes"; then
+ if test ${hdf5_cv_direct_io} = "yes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
@@ -27004,7 +27004,7 @@ esac
$as_echo_n "checking if converting from long double to integers is accurate... " >&6; }
if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_ldouble_to_integer_accurate=${hdf5_ldouble_to_integer_accurate=no}
+ hdf5_cv_ldouble_to_integer_accurate=${hdf5_cv_ldouble_to_integer_accurate=no}
else
if test "${hdf5_cv_ldouble_to_integer_accurate+set}" = set; then :
$as_echo_n "(cached) " >&6
@@ -27030,7 +27030,7 @@ fi
$as_echo_n "checking if converting from long double to integers works... " >&6; }
if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_ldouble_to_integer_works=${hdf5_ldouble_to_integer_works=no}
+ hdf5_cv_ldouble_to_integer_works=${hdf5_cv_ldouble_to_integer_works=no}
else
if test "${hdf5_cv_ldouble_to_integer_works+set}" = set; then :
$as_echo_n "(cached) " >&6
@@ -27068,9 +27068,9 @@ else
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_ldouble_to_integer_works=yes
+ hdf5_cv_ldouble_to_integer_works=yes
else
- hdf5_ldouble_to_integer_works=no
+ hdf5_cv_ldouble_to_integer_works=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27080,7 +27080,7 @@ fi
fi
-if test ${hdf5_ldouble_to_integer_works} = "yes"; then
+if test ${hdf5_cv_ldouble_to_integer_works} = "yes"; then
$as_echo "#define LDOUBLE_TO_INTEGER_WORKS 1" >>confdefs.h
@@ -27161,9 +27161,9 @@ done:
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_ulong_to_float_accurate=yes
+ hdf5_cv_ulong_to_float_accurate=yes
else
- hdf5_ulong_to_float_accurate=no
+ hdf5_cv_ulong_to_float_accurate=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27172,7 +27172,7 @@ fi
fi
-if test ${hdf5_ulong_to_float_accurate} = "yes"; then
+if test ${hdf5_cv_ulong_to_float_accurate} = "yes"; then
$as_echo "#define ULONG_TO_FLOAT_ACCURATE 1" >>confdefs.h
@@ -27325,9 +27325,9 @@ done:
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_fp_to_ullong_accurate=yes
+ hdf5_cv_fp_to_ullong_accurate=yes
else
- hdf5_fp_to_ullong_accurate=no
+ hdf5_cv_fp_to_ullong_accurate=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27336,7 +27336,7 @@ fi
fi
-if test ${hdf5_fp_to_ullong_accurate} = "yes"; then
+if test ${hdf5_cv_fp_to_ullong_accurate} = "yes"; then
$as_echo "#define FP_TO_ULLONG_ACCURATE 1" >>confdefs.h
@@ -27388,9 +27388,9 @@ done:
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_fp_to_ullong_right_maximum=yes
+ hdf5_cv_fp_to_ullong_right_maximum=yes
else
- hdf5_fp_to_ullong_right_maximum=no
+ hdf5_cv_fp_to_ullong_right_maximum=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27399,7 +27399,7 @@ fi
fi
-if test ${hdf5_fp_to_ullong_right_maximum} = "yes"; then
+if test ${hdf5_cv_fp_to_ullong_right_maximum} = "yes"; then
$as_echo "#define FP_TO_ULLONG_RIGHT_MAXIMUM 1" >>confdefs.h
@@ -27414,7 +27414,7 @@ fi
$as_echo_n "checking if correctly converting long double to unsigned int values... " >&6; }
if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_ldouble_to_uint_accurate=${hdf5_ldouble_to_uint_accurate=no}
+ hdf5_cv_ldouble_to_uint_accurate=${hdf5_cv_ldouble_to_uint_accurate=no}
else
if test "${hdf5_cv_ldouble_to_uint_accurate+set}" = set; then :
$as_echo_n "(cached) " >&6
@@ -27444,9 +27444,9 @@ else
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_ldouble_to_uint_accurate=yes
+ hdf5_cv_ldouble_to_uint_accurate=yes
else
- hdf5_ldouble_to_uint_accurate=no
+ hdf5_cv_ldouble_to_uint_accurate=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27456,7 +27456,7 @@ fi
fi
-if test ${hdf5_ldouble_to_uint_accurate} = "yes"; then
+if test ${hdf5_cv_ldouble_to_uint_accurate} = "yes"; then
$as_echo "#define LDOUBLE_TO_UINT_ACCURATE 1" >>confdefs.h
@@ -27675,7 +27675,7 @@ fi
$as_echo_n "checking if correctly converting long double to (unsigned) long long values... " >&6; }
if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_ldouble_to_llong_accurate=${hdf5_ldouble_to_llong_accurate=no}
+ hdf5_cv_ldouble_to_llong_accurate=${hdf5_cv_ldouble_to_llong_accurate=no}
else
if test "${hdf5_cv_ldouble_to_llong_accurate+set}" = set; then :
$as_echo_n "(cached) " >&6
@@ -27728,9 +27728,9 @@ else
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_ldouble_to_llong_accurate=yes
+ hdf5_cv_ldouble_to_llong_accurate=yes
else
- hdf5_ldouble_to_llong_accurate=no
+ hdf5_cv_ldouble_to_llong_accurate=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27740,7 +27740,7 @@ fi
fi
-if test ${hdf5_ldouble_to_llong_accurate} = "yes"; then
+if test ${hdf5_cv_ldouble_to_llong_accurate} = "yes"; then
$as_echo "#define LDOUBLE_TO_LLONG_ACCURATE 1" >>confdefs.h
@@ -27755,7 +27755,7 @@ fi
$as_echo_n "checking if correctly converting (unsigned) long long to long double values... " >&6; }
if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_llong_to_ldouble_correct=${hdf5_llong_to_ldouble_correct=no}
+ hdf5_cv_llong_to_ldouble_correct=${hdf5_cv_llong_to_ldouble_correct=no}
else
if test "${hdf5_cv_llong_to_ldouble_correct+set}" = set; then :
$as_echo_n "(cached) " >&6
@@ -27812,9 +27812,9 @@ else
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
- hdf5_llong_to_ldouble_correct=yes
+ hdf5_cv_llong_to_ldouble_correct=yes
else
- hdf5_llong_to_ldouble_correct=no
+ hdf5_cv_llong_to_ldouble_correct=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
@@ -27824,7 +27824,7 @@ fi
fi
-if test ${hdf5_llong_to_ldouble_correct} = "yes"; then
+if test ${hdf5_cv_llong_to_ldouble_correct} = "yes"; then
$as_echo "#define LLONG_TO_LDOUBLE_CORRECT 1" >>confdefs.h