mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2169] Sprinkled some AC_CACHE_SAVE's into configure.in and re-ran autoconf
This commit is contained in:
parent
ad7b98ef4e
commit
06495ff028
12
configure.in
12
configure.in
@ -332,6 +332,9 @@ AC_CHECK_SIZEOF(float, 4)
|
||||
AC_CHECK_SIZEOF(double, 8)
|
||||
AC_CHECK_SIZEOF(long double, 8)
|
||||
|
||||
dnl Checkpoint the cache
|
||||
AC_CACHE_SAVE
|
||||
|
||||
dnl Posix.1g types (C9x)
|
||||
cat >>confdefs.h <<\EOF
|
||||
#include <sys/types.h>
|
||||
@ -398,6 +401,9 @@ case $HSIZET in
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl Checkpoint the cache
|
||||
AC_CACHE_SAVE
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Is HDF4 present? If so then we can compile the h5toh4 converter. We
|
||||
dnl assume h5toh4 can be compiled and then prove otherwise when we don't find
|
||||
@ -692,6 +698,9 @@ AC_CHECK_LIB(pdb,PD_open)
|
||||
AC_CHECK_LIB(silo,lite_PD_open)
|
||||
AC_CHECK_HEADERS(pdb.h,PDB2HDF=pdb2hdf)
|
||||
|
||||
dnl Checkpoint the cache
|
||||
AC_CACHE_SAVE
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Is the Pthreads library present? It has a header file `pthread.h' and
|
||||
dnl a library `-lpthread' and their locations might be specified with the
|
||||
@ -962,6 +971,9 @@ else
|
||||
CPPFLAGS="$CPPFLAGS -UH5_DEBUG_API"
|
||||
fi
|
||||
|
||||
dnl Checkpoint the cache
|
||||
AC_CACHE_SAVE
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl The following variables are used to distinguish between building a
|
||||
dnl serial and parallel library.
|
||||
|
Loading…
Reference in New Issue
Block a user