1
1

Continue the renaming, fix ompi_show_subsubtitle

This commit was SVN r31674.
This commit is contained in:
Ralph Castain 2014-05-07 15:45:47 +00:00
parent 27faf2684a
commit 74983c9002
4 changed files with 6 additions and 5 deletions

View File

@ -11,6 +11,7 @@ dnl University of Stuttgart. All rights reserved.
dnl Copyright (c) 2004-2005 The Regents of the University of California.
dnl All rights reserved.
dnl Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
dnl Copyright (c) 2014 Intel, Inc. All rights reserved.
dnl $COPYRIGHT$
dnl
dnl Additional copyrights may follow
@ -32,9 +33,9 @@ dnl native qsort is broken, they could specify this configure flag to use
dnl the opal_qsort instead.
# check for broken qsort
# OMPI_CHECK_BROKEN_QSORT(prefix, [action-if-found], [action-if-not-found])
# OPAL_CHECK_BROKEN_QSORT(prefix, [action-if-found], [action-if-not-found])
# --------------------------------------------------------
AC_DEFUN([OMPI_CHECK_BROKEN_QSORT],[
AC_DEFUN([OPAL_CHECK_BROKEN_QSORT],[
AC_ARG_WITH([broken-qsort],
[AC_HELP_STRING([--with-broken-qsort],
[Build with FreeBSD qsort instead of native qsort (default: no)])])

View File

@ -350,7 +350,7 @@ AC_DEFUN([MCA_CHECK_IGNORED_PRIORITY], [
#
######################################################################
AC_DEFUN([MCA_CONFIGURE_FRAMEWORK],[
ompi_show_subsubtitle "Configuring MCA framework $2"
opal_show_subsubtitle "Configuring MCA framework $2"
m4_ifdef([mca_$1_$2_no_config_component_list], [],
[m4_fatal([Could not find mca_$1_$2_no_config_component_list - please rerun autogen.pl])])

View File

@ -934,7 +934,7 @@ AC_DEFINE_UNQUOTED([OPAL_HAVE__SC_NPROCESSORS_ONLN], [$result],
AC_C_BIGENDIAN
OMPI_CHECK_BROKEN_QSORT
OPAL_CHECK_BROKEN_QSORT
AC_CACHE_CHECK([if word-sized integers must be word-size aligned],
[ompi_cv_c_word_size_align],

View File

@ -14,7 +14,7 @@ dnl we only want one :)
m4_define(MCA_opal_memchecker_CONFIGURE_MODE, STOP_AT_FIRST)
AC_DEFUN([MCA_opal_memchecker_CONFIG],[
ompi_show_subsubtitle "Pre-configuring the framework memchecker"
opal_show_subsubtitle "Pre-configuring the framework memchecker"
AC_MSG_CHECKING([if --enable-memchecker was specified])
AC_ARG_ENABLE(memchecker,