1
1

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.
Этот коммит содержится в:
Jeff Squyres 2004-08-23 06:45:48 +00:00
родитель 6bdbb731b8
Коммит 7d2626698f

Просмотреть файл

@ -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 -*-