[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b2-49-g9854c4c

Service Account noreply at mpich.org
Thu May 28 08:32:52 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  9854c4c481cb188c8d84e9e49552141262f8579f (commit)
      from  58737d1e4590e9752431c57f4b5dd1dab63faabc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/9854c4c481cb188c8d84e9e49552141262f8579f

commit 9854c4c481cb188c8d84e9e49552141262f8579f
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Fri May 22 14:51:04 2015 -0500

    fixup for [90100837]
    
    Use PAC macro to AC_SUBST and export WRAPPER_XXX variables. Ensures
    that they are available to the testsuite configure script.
    
    Closes #2190
    
    Signed-off-by: Pavan Balaji <balaji at anl.gov>

diff --git a/configure.ac b/configure.ac
index 54b2910..141307b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,13 +273,7 @@ PAC_PREFIX_ALL_FLAGS(USER)
 # so executables built within MPICH use them.  If inter-library
 # dependencies are not supported on the platform, these libraries are
 # added to the MPICH wrappers (mpicc and friends) as well.
-AC_SUBST(WRAPPER_CFLAGS)
-AC_SUBST(WRAPPER_CPPFLAGS)
-AC_SUBST(WRAPPER_CXXFLAGS)
-AC_SUBST(WRAPPER_FFLAGS)
-AC_SUBST(WRAPPER_FCFLAGS)
-AC_SUBST(WRAPPER_LDFLAGS)
-AC_SUBST(WRAPPER_LIBS)
+PAC_PREFIX_ALL_FLAGS(WRAPPER)
 
 # MPICH_MPIx_FLAGS are used by mpicc and friends.  They are like
 # WRAPPER flags, but these are provided by the user.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list