From 8aae8d6fd6688c502cebbb436571baa4531af8a7 Mon Sep 17 00:00:00 2001 From: Sam hartman Date: Fri, 16 Sep 2011 16:16:28 +0100 Subject: [PATCH] configure: GNU_SOURCE is redundant You only want either use_extensions or gnu_source. use_extensions is the modern preferred way to enable gnu_source. This commit fixes a lot of useless warnings at autoreconf time. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 039ab50..ab84b42 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,6 @@ AC_CONFIG_AUX_DIR([build-aux]) dnl AM_INIT_AUTOMAKE([silent-rules]) AC_USE_SYSTEM_EXTENSIONS -AC_GNU_SOURCE AM_INIT_AUTOMAKE AM_PROG_CC_C_O AM_MAINTAINER_MODE() -- 2.1.4