Deleted Added
full compact
configure.ac (276605) configure.ac (276699)
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3AC_PREREQ(2.56)
4sinclude(acx_nlnetlabs.m4)
5sinclude(ax_pthread.m4)
6sinclude(acx_python.m4)
7sinclude(ac_pkg_swig.m4)
8sinclude(dnstap/dnstap.m4)

--- 252 unchanged lines hidden (view full) ---

261AC_PROG_LEX
262ACX_YYLEX_DESTROY
263AC_PROG_YACC
264AC_CHECK_PROG(doxygen, doxygen, doxygen)
265AC_CHECK_TOOL(STRIP, strip)
266ACX_LIBTOOL_C_ONLY
267
268# Checks for header files.
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3AC_PREREQ(2.56)
4sinclude(acx_nlnetlabs.m4)
5sinclude(ax_pthread.m4)
6sinclude(acx_python.m4)
7sinclude(ac_pkg_swig.m4)
8sinclude(dnstap/dnstap.m4)

--- 252 unchanged lines hidden (view full) ---

261AC_PROG_LEX
262ACX_YYLEX_DESTROY
263AC_PROG_YACC
264AC_CHECK_PROG(doxygen, doxygen, doxygen)
265AC_CHECK_TOOL(STRIP, strip)
266ACX_LIBTOOL_C_ONLY
267
268# Checks for header files.
269AC_CHECK_HEADERS([stdarg.h stdbool.h netinet/in.h sys/param.h sys/socket.h sys/uio.h sys/resource.h arpa/inet.h syslog.h netdb.h sys/wait.h pwd.h glob.h grp.h login_cap.h winsock2.h ws2tcpip.h endian.h],,, [AC_INCLUDES_DEFAULT])
269AC_CHECK_HEADERS([stdarg.h stdbool.h netinet/in.h sys/param.h sys/socket.h sys/un.h sys/uio.h sys/resource.h arpa/inet.h syslog.h netdb.h sys/wait.h pwd.h glob.h grp.h login_cap.h winsock2.h ws2tcpip.h endian.h],,, [AC_INCLUDES_DEFAULT])
270
271# check for types.
272# Using own tests for int64* because autoconf builtin only give 32bit.
273AC_CHECK_TYPE(int8_t, signed char)
274AC_CHECK_TYPE(int16_t, short)
275AC_CHECK_TYPE(int32_t, int)
276AC_CHECK_TYPE(int64_t, long long)
277AC_CHECK_TYPE(uint8_t, unsigned char)

--- 1066 unchanged lines hidden ---
270
271# check for types.
272# Using own tests for int64* because autoconf builtin only give 32bit.
273AC_CHECK_TYPE(int8_t, signed char)
274AC_CHECK_TYPE(int16_t, short)
275AC_CHECK_TYPE(int32_t, int)
276AC_CHECK_TYPE(int64_t, long long)
277AC_CHECK_TYPE(uint8_t, unsigned char)

--- 1066 unchanged lines hidden ---