configure: GNU_SOURCE is redundant
authorSam hartman <hartmans@painless-security.com>
Fri, 16 Sep 2011 15:16:28 +0000 (16:16 +0100)
committerSam Hartman <hartmans@painless-security.com>
Fri, 16 Sep 2011 15:22:32 +0000 (11:22 -0400)
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

index 039ab50..ab84b42 100644 (file)
@@ -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()