[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-169-gff06d55

Service Account noreply at mpich.org
Tue Feb 2 20:22:43 CST 2016


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  ff06d55a59a379dd9cda9b152dacc80566eab785 (commit)
      from  78f4d6c6eb3db00281e524f22f8580e64abc97b7 (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/ff06d55a59a379dd9cda9b152dacc80566eab785

commit ff06d55a59a379dd9cda9b152dacc80566eab785
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Mon Feb 1 09:19:38 2016 -0600

    configure.ac: fixup help string
    
    Help string listed interlib-deps configure option without the "enable"
    prefix.
    
    No reviewer.

diff --git a/configure.ac b/configure.ac
index 7a561e0..ff936cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,7 +403,7 @@ AC_ARG_ENABLE(fast,
 ],,enable_fast=O2)
 
 AC_ARG_ENABLE(interlib-deps,
-	[AC_HELP_STRING([--interlib-deps - Enable interlibrary dependencies])],,enable_interlib_deps=yes)
+	[AC_HELP_STRING([--enable-interlib-deps - Enable interlibrary dependencies])],,enable_interlib_deps=yes)
 
 AC_ARG_ENABLE(check-compiler-flags,
 	AC_HELP_STRING([--enable-check-compiler-flags], [enable the checks for all compiler

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list