File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ sub mpicontrib_run_global {
704704 if (! -d " $dir /$d " || $d eq " base" || substr ($d , 0, 1) eq " ." );
705705
706706 # If this directory has a configure.m4, then it's an
707- # extension .
707+ # contrib .
708708 if (-f " $dir /$d /configure.m4" ) {
709709 verbose " === Found $d MPI contrib" ;
710710
@@ -718,7 +718,7 @@ sub mpicontrib_run_global {
718718 }
719719 }
720720 closedir (DIR);
721- debug_dump($mpiext_found );
721+ debug_dump($mpicontrib_found );
722722
723723 # -----------------------------------------------------------------------
724724
@@ -743,7 +743,7 @@ sub mpicontrib_run_global {
743743
744744 $m4_config_contrib_list =~ s / ^, // ;
745745
746- # List the M4 and no configure exts
746+ # List the M4 and no configure contribs
747747 $m4 .= " dnl List of all MPI contribs
748748m4_define([ompi_mpicontrib_list], [$m4_config_contrib_list ])\n " ;
749749 # List out all the m4_include
You can’t perform that action at this time.
0 commit comments