From d34259092d0c56d364b48935dfefeca862ab3d4a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 4 Dec 2012 22:08:15 +0000 Subject: [PATCH] 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 --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e75498e..9286a86 100644 --- a/configure.ac +++ b/configure.ac @@ -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