mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
configure.ac: autoscan updates
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
33e23c39c1
commit
0f7beafd81
1 changed files with 4 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue