From 4b72146afebc13564f235dc8d9810940168bdfaf Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 5 Sep 2009 03:42:40 +0000 Subject: [PATCH] Added some clarifications about *which* portions of this file were derived from GASNet. This commit was SVN r21944. --- config/opal_functions.m4 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/opal_functions.m4 b/config/opal_functions.m4 index b62fedca63..717d667109 100644 --- a/config/opal_functions.m4 +++ b/config/opal_functions.m4 @@ -20,7 +20,8 @@ dnl Additional copyrights may follow dnl dnl $HEADER$ dnl -dnl Portions of this file derived from GASNet v1.12: +dnl Portions of this file derived from GASNet v1.12 (see "GASNet" +dnl comments, below) dnl Copyright 2004, Dan Bonachea dnl dnl IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR @@ -165,6 +166,8 @@ if test "$OMPI_WANT_DIST" = "yes"; then AC_MSG_WARN([Most make targets may be non-functional!]) fi +# BEGIN: Derived from GASNet + # Suggestion from Paul Hargrove to disable --program-prefix and # friends. Heavily influenced by GASNet 1.12 acinclude.m4 # functionality to do the same thing (copyright listed at top of this @@ -191,7 +194,10 @@ fi if test "$program_prefix$program_suffix$program_transform_name" != "NONENONEs,x,x," ; then AC_MSG_WARN([*** This configure script does not support --program-prefix, --program-suffix or --program-transform-name. Users are recommended to instead use --prefix with a unique directory and make symbolic links as desired for renaming.]) AC_MSG_ERROR([*** Cannot continue]) -fi])dnl +fi + +# END: Derived from GASNet +])dnl dnl ####################################################################### dnl #######################################################################