1
1

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.
Этот коммит содержится в:
Jeff Squyres 2013-01-25 21:59:42 +00:00
родитель 6eaf601ae6
Коммит aa78adea6e

Просмотреть файл

@ -49,6 +49,7 @@ ompi_show_title() {
== ${1} == ${1}
============================================================================ ============================================================================
EOF EOF
OPAL_LOG_MSG([=== ${1}], 1)
} }
@ -57,6 +58,7 @@ ompi_show_subtitle() {
*** ${1} *** ${1}
EOF EOF
OPAL_LOG_MSG([*** ${1}], 1)
} }
@ -65,6 +67,7 @@ ompi_show_subsubtitle() {
+++ ${1} +++ ${1}
EOF EOF
OPAL_LOG_MSG([+++ ${1}], 1)
} }
ompi_show_subsubsubtitle() { ompi_show_subsubsubtitle() {
@ -72,6 +75,7 @@ ompi_show_subsubsubtitle() {
--- ${1} --- ${1}
EOF EOF
OPAL_LOG_MSG([--- ${1}], 1)
} }
# #