X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=configure.ac;h=049073eafeec751342fec0ae06abdb813eab6872;hb=e219f3f7223fc55aee4b13f7e3a3a0645043ba25;hp=c9faedc070fcf80afd6bca018c37fd41d07c84d6;hpb=849c8f5e73d671c7f9e3f74f0652a0876d7a2787;p=debian%2Fdhcpd-pools.git diff --git a/configure.ac b/configure.ac index c9faedc..049073e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ 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_INIT([dhcpd-pools],[2.14],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) @@ -12,6 +12,9 @@ AC_GNU_SOURCE # Checks for programs AC_PROG_CC +AC_PROG_CXX +AC_PROG_MAKE_SET +AC_PROG_LIBTOOL # Checks for libraries. LT_INIT @@ -25,7 +28,7 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([inet_ntoa memset strerror strstr]) +AC_CHECK_FUNCS([inet_ntoa memset strerror strstr strdup]) # GNU commandline parsing in getopt.h present? AC_CHECK_HEADERS(getopt.h, AC_DEFINE(HAVE_GETOPT_H),