X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.ac;h=c9faedc070fcf80afd6bca018c37fd41d07c84d6;hb=9169422e9bceb599afe2d09d90efc1b06cbc8fa9;hp=94bd9686ca56895cd860b94fab2fd8b9deee3de7;hpb=74aef1c34e31699595b4b198bcde5ac1af694260;p=debian%2Fdhcpd-pools.git diff --git a/configure.ac b/configure.ac index 94bd968..c9faedc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,20 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.63) +AC_PREREQ(2.64) +AC_CONFIG_MACRO_DIR([m4]) AC_INIT([dhcpd-pools],[2.13],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) AM_INIT_AUTOMAKE(dhcpd-pools, 2.13) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) -# Checks for programs. +AC_GNU_SOURCE + +# Checks for programs AC_PROG_CC # Checks for libraries. +LT_INIT # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h netinet/in.h stdlib.h string.h strings.h sys/socket.h unistd.h])