From ac64ea3a347cdf3a96fd5b92f8d4b608ad3922e3 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 13 Jun 2011 16:23:26 -0400 Subject: [PATCH] move AC_GNU_SOURCE before its use, add AC_USE_SYSTEM_EXTENSIONS to fix warnings, and add MAINTAINER_MODE support --- moonshot/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moonshot/configure.ac b/moonshot/configure.ac index 5ab930c..22d4022 100644 --- a/moonshot/configure.ac +++ b/moonshot/configure.ac @@ -3,13 +3,14 @@ AC_INIT([mech_eap], [0.1], [bugs@project-moonshot.org]) dnl AC_CONFIG_MACRO_DIR([m4]) dnl AM_INIT_AUTOMAKE([silent-rules]) AM_INIT_AUTOMAKE +AM_MAINTAINTER_MODE() LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) +AC_GNU_SOURCE AC_PROG_CC AC_PROG_CXX AC_CONFIG_HEADERS([config.h]) -AC_GNU_SOURCE dnl Check if we're on Solaris and set CFLAGS accordingly dnl AC_CANONICAL_TARGET -- 2.1.4