mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
build-sys: more clean ups
The gnulib will set AC_GNU_SOURCE equivivelant if necessary. The awk is relevant only for contrib stuff, and compiler program was something I had not understood quite right some years ago when I added it. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
a302bc6829
commit
d34259092d
1 changed files with 1 additions and 4 deletions
|
|
@ -13,14 +13,11 @@ AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax no-dist-gzip dist-xz -Wextra-portab
|
|||
AC_CONFIG_SRCDIR([src/dhcpd-pools.h])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_GNU_SOURCE
|
||||
|
||||
# Checks for programs
|
||||
AC_PROG_AWK
|
||||
gl_EARLY
|
||||
gl_INIT
|
||||
AC_C_RESTRICT
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CC_C99
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue