X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=d6557f5ee43ab8540afc87c9b4fbb6bf2cb8894b;hb=48fb6edebc0e55ad793c40eff8b7a1e7880c9ca8;hp=8b9f6955a1386904cbc3eb03dc8f80c7e9f15364;hpb=01da454c3242efc815162dd84a63e0dc13937e70;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 8b9f695..d6557f5 100644 --- a/configure.ac +++ b/configure.ac @@ -230,7 +230,7 @@ AC_PROG_LIBTOOL dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS(fcntl.h fp_class.h malloc.h unistd.h ieeefp.h math.h sys/time.h sys/times.h sys/param.h sys/resource.h float.h) +AC_CHECK_HEADERS(fcntl.h time.h locale.h fp_class.h malloc.h unistd.h ieeefp.h math.h sys/time.h sys/times.h sys/param.h sys/resource.h float.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -278,7 +278,7 @@ AC_FUNC_VPRINTF dnl for each function found we get a definition in config.h dnl of the form HAVE_FUNCTION -AC_CHECK_FUNCS(strerror snprintf vsnprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday) +AC_CHECK_FUNCS(tzset setlocale strerror snprintf vsnprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday) dnl HP-UX 11.00 does not have finite but does have isfinite as a macro AC_CHECK_FUNCS(fpclassify, , @@ -445,8 +445,9 @@ AC_CONFIG_FILES([examples/shared-demo.pl \ libraries/cgilib-0.4/Makefile \ libraries/libart_lgpl-2.3.7/Makefile \ libraries/libpng-1.2.0/Makefile \ - libraries/zlib-1.1.3/Makefile \ + libraries/zlib-1.1.4/Makefile \ libraries/freetype-2.0.5/Makefile \ + libraries/afm/Makefile \ src/Makefile \ bindings/Makefile \ bindings/tcl/Makefile \