From: Sam hartman Date: Fri, 16 Sep 2011 15:16:28 +0000 (+0100) Subject: configure: GNU_SOURCE is redundant X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=8aae8d6fd6688c502cebbb436571baa4531af8a7 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. --- 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()