From aa78adea6ead09899bb2cb927a487e965b316026 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 25 Jan 2013 21:59:42 +0000 Subject: [PATCH] Also send the titles/subtitles/etc. to config.log. The line numbers will be wrong (because it's called via a shell subroutine rather than an m4 macro... doh!), but it's still helpful for searching around in config.log. This commit was SVN r27912. --- config/opal_functions.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/opal_functions.m4 b/config/opal_functions.m4 index 883b8487ef..dd4e9e6ee4 100644 --- a/config/opal_functions.m4 +++ b/config/opal_functions.m4 @@ -49,6 +49,7 @@ ompi_show_title() { == ${1} ============================================================================ EOF + OPAL_LOG_MSG([=== ${1}], 1) } @@ -57,6 +58,7 @@ ompi_show_subtitle() { *** ${1} EOF + OPAL_LOG_MSG([*** ${1}], 1) } @@ -65,6 +67,7 @@ ompi_show_subsubtitle() { +++ ${1} EOF + OPAL_LOG_MSG([+++ ${1}], 1) } ompi_show_subsubsubtitle() { @@ -72,6 +75,7 @@ ompi_show_subsubsubtitle() { --- ${1} EOF + OPAL_LOG_MSG([--- ${1}], 1) } #