summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-23 21:45:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-23 21:45:23 (GMT)
commit58048308c5ce37479fbeff46a34305e870fd5ddc (patch)
tree4eeb0eb6459cc5892610f88bcca942923cee794f /configure
parent7b402d827d766fb16b16ff8660dc044564a1cfb5 (diff)
downloadhdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.zip
hdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.tar.gz
hdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.tar.bz2
[svn-r17925] Description:
Bring r17924 from trunk to 1.8 branch: Add detection for POSIX lstat() routine to configure script (mostly for non-UNIX/Linux machines) and add macro wrapper for it. Alphabetatize the system/library calls we test for, to make them easier to read. Removed the sigaction() detection & macro wrappers, since it's not used by the distribution currently. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure21
1 files changed, 5 insertions, 16 deletions
diff --git a/configure b/configure
index 3d26996..347b0e1 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 17677 2009-10-19 05:41:33Z lrknox .
+# From configure.in Id: configure.in 17709 2009-10-21 13:29:15Z epourmal .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.8.4-snap0.
#
@@ -24746,7 +24746,7 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-for ac_func in alarm fork frexpf frexpl gethostname getpwuid getrusage
+for ac_func in alarm BSDgettimeofday fork frexpf frexpl
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -24759,7 +24759,7 @@ _ACEOF
fi
done
-for ac_func in BSDgettimeofday siglongjmp longjmp setsysinfo sigaction
+for ac_func in gethostname getpwuid getrusage longjmp lstat
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -24772,7 +24772,7 @@ _ACEOF
fi
done
-for ac_func in signal snprintf vasprintf strdup system waitpid
+for ac_func in rand_r random setsysinfo siglongjmp signal
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -24785,7 +24785,7 @@ _ACEOF
fi
done
-for ac_func in rand_r random srandom
+for ac_func in snprintf srandom strdup system tmpfile vasprintf waitpid
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -24798,17 +24798,6 @@ _ACEOF
fi
done
-for ac_func in tmpfile
-do :
- ac_fn_c_check_func "$LINENO" "tmpfile" "ac_cv_func_tmpfile"
-if test "x$ac_cv_func_tmpfile" = x""yes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_TMPFILE 1
-_ACEOF
-
-fi
-done
-
for ac_func in vsnprintf
do :