X-Git-Url: http://git.asbjorn.it/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=configure.ac;h=5a5efdba73e0a86d6dd9e66cb5073160d7c5fc17;hp=94bd9686ca56895cd860b94fab2fd8b9deee3de7;hb=17c626c013020fef085a4579d32c994c2f435c21;hpb=93abc4801647e609c17112aaaba2b957e9f7e856 diff --git a/configure.ac b/configure.ac index 94bd968..5a5efdb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) +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]) @@ -11,6 +12,7 @@ AC_CONFIG_HEADERS([config.h]) 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])