From: Sam hartman Date: Fri, 16 Sep 2011 15:16:28 +0000 (+0100) Subject: configure: GNU_SOURCE is redundant X-Git-Tag: tr-beta1~89^2~5 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=7a7ba7797077f8fce7289fb94168489e6e0b91c0 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/moonshot/configure.ac b/moonshot/configure.ac index 039ab50..ab84b42 100644 --- a/moonshot/configure.ac +++ b/moonshot/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()