X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=configure.ac;h=5d2550a761537862106369fca503d761accbd3f3;hb=a10396710e32659e82032b84a5468be52c3996d5;hp=01810d95ee921a21218f861f6294989481b5c6b1;hpb=0f7beafd812571311c377d571809bff572329c98;p=debian%2Fdhcpd-pools.git diff --git a/configure.ac b/configure.ac index 01810d9..5d2550a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,14 +3,15 @@ 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_INIT([dhcpd-pools],[2.14],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) +AM_INIT_AUTOMAKE +AC_CONFIG_SRCDIR([src/dhcpd-pools.h]) AC_CONFIG_HEADERS([config.h]) AC_GNU_SOURCE # Checks for programs +AC_PROG_AWK AC_PROG_CC AC_PROG_CXX AC_PROG_MAKE_SET @@ -20,7 +21,16 @@ AC_PROG_LIBTOOL 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]) + +AC_CHECK_HEADERS([arpa/inet.h \ + fcntl.h \ + libintl.h \ + netinet/in.h \ + stdlib.h \ + string.h \ + strings.h \ + sys/socket.h \ + unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL