From: Kevin Wasserman Date: Mon, 13 Jun 2011 20:23:26 +0000 (-0400) Subject: move AC_GNU_SOURCE before its use, add AC_USE_SYSTEM_EXTENSIONS to fix warnings,... X-Git-Tag: tr-beta1~106^2~24 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=ac64ea3a347cdf3a96fd5b92f8d4b608ad3922e3 move AC_GNU_SOURCE before its use, add AC_USE_SYSTEM_EXTENSIONS to fix warnings, and add MAINTAINER_MODE support --- 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