summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-14 12:17:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-14 12:17:09 +0000
commit7f14348adbc7efcf14bf4ae237d7b169c5cd5131 (patch)
tree3b993ec1a87da3d803ba1157ee5ae7deea76982b /configure.in
parenteebeb239c9151a203394eb1e50c4754d7fcb2aee (diff)
downloadgnutls-7f14348adbc7efcf14bf4ae237d7b169c5cd5131.tar.gz
Added batch support to certtool. Now can use templates.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 71f8ef1c39..c8752e2565 100644
--- a/configure.in
+++ b/configure.in
@@ -172,6 +172,7 @@ AC_HEADER_TIME
AC_CHECK_HEADERS(unistd.h strings.h stddef.h alloca.h)
AC_CHECK_HEADERS(sys/stat.h sys/types.h sys/socket.h)
AC_CHECK_HEADERS(errno.h sys/time.h time.h)
+AC_CHECK_HEADERS(math.h limits.h float.h stdarg.h)
AC_CHECK_FUNCS(isascii memmove strnstr mmap gmtime_r inet_ntop,,)
AC_FUNC_ALLOCA
@@ -504,6 +505,7 @@ AC_CONFIG_COMMANDS([includes/gnutls/gnutls.h],[[
AC_CONFIG_FILES([Makefile src/Makefile libextra/Makefile lib/Makefile \
libextra/openpgp/Makefile lib/libgnutls-config libextra/libgnutls-extra-config \
doc/Makefile src/x509/Makefile src/srp/Makefile src/openpgp/Makefile \
+src/cfg/Makefile src/cfg/platon/Makefile src/cfg/platon/str/Makefile \
doc/tex/Makefile doc/tex/cover.tex doc/scripts/Makefile \
doc/examples/Makefile lib/minitasn1/Makefile lib/x509/Makefile \
includes/Makefile includes/gnutls/Makefile doc/manpages/Makefile])