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:
Sami Kerola 2012-12-04 22:08:15 +00:00
parent a302bc6829
commit d34259092d

View file

@ -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