From 7d2626698f6540a26b805cbe0a483d4cf21bac4f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 23 Aug 2004 06:45:48 +0000 Subject: [PATCH] Make sub-configure scripts parallel to the top-level configure script: call AC_GNU_SOURCE for the reasons cited in the comment. This commit was SVN r2256. --- config/mca_configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mca_configure.ac b/config/mca_configure.ac index 6db38bbe2a..1882da993e 100644 --- a/config/mca_configure.ac +++ b/config/mca_configure.ac @@ -47,6 +47,12 @@ ompi_show_subtitle "Initialization, setup" AM_INIT_AUTOMAKE(@PARAM_AM_NAME@, $@PARAM_VAR_PREFIX@_VERSION, 'no') +# +# GNU C and autotools are inconsistent about whether this is defined +# so let's make it true everywhere for now... +# +AC_GNU_SOURCE + # Setup the top-level MCA component config.h file AH_TOP([/* -*- c -*-