summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-11-15 19:20:06 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-11-15 19:20:06 (GMT)
commit0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb (patch)
tree4885cf448f46baf7038b84254af5daee0f2c4e3b /configure
parent5b83c94b9e822fde35107d30150ab47eebe20d15 (diff)
downloadhdf5-0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb.zip
hdf5-0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb.tar.gz
hdf5-0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb.tar.bz2
[svn-r11726] Purpose:
Bug fix Description: Fixed bug in hl/src Makefile that was deleting y.tab.c. Running bin/reconfigure changed a few other files as well (somebody probably updated Makefiles.am but forgot to bin/reconfigure). Solution: Automake in its wisdom adds the line "rm *.tab.c" to every distclean in every directory. I assume that it assumes that such files are generated during the build. Supplied an empty distclean-compile target to remove this line from the Makefiles.in. Platforms tested: mir, sleipnir, shanti
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 22 insertions, 0 deletions
diff --git a/configure b/configure
index 112ebe3..13460a5 100755
--- a/configure
+++ b/configure
@@ -50169,6 +50169,28 @@ else
echo "${ECHO_T}no" >&6
fi
+echo "$as_me:$LINENO: checking if converting floating-point values to long long is not working" >&5
+echo $ECHO_N "checking if converting floating-point values to long long is not working... $ECHO_C" >&6
+if test "${hdf5_cv_convert_float_llong_not_works+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ hdf5_cv_convert_float_llong_not_works=yes
+fi
+
+
+if test ${hdf5_cv_convert_float_llong_not_works} = "yes"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define HW_FP_TO_LLONG_NOT_WORKS 1
+_ACEOF
+
+ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
echo "$as_me:$LINENO: checking if converting from long double to integers is accurate" >&5
echo $ECHO_N "checking if converting from long double to integers is accurate... $ECHO_C" >&6