Skip to content

Commit 8c9ca83

Browse files
committed
autogen.pl: Fix debug output for the MPI contribs.
1 parent 0931d09 commit 8c9ca83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autogen.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
748748
m4_define([ompi_mpicontrib_list], [$m4_config_contrib_list])\n";
749749
# List out all the m4_include

0 commit comments

Comments
 (0)