From 4501285c2657df9609aeae98d9f46a2f343bdaa7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 6 May 2014 23:34:33 +0000 Subject: [PATCH] Per RFC, continue the naming conversion This commit was SVN r31665. --- config/ompi_fortran_check.m4 | 2 +- config/opal_find_type.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ompi_fortran_check.m4 b/config/ompi_fortran_check.m4 index 6ab0a59506..66658c3822 100644 --- a/config/ompi_fortran_check.m4 +++ b/config/ompi_fortran_check.m4 @@ -76,7 +76,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK], [ # Look for a corresponding C type (will abort by itself if the # type isn't found and we need it) ofc_c_type= - m4_ifval([$3], [OMPI_FIND_TYPE([$1], [$3], [$2], [$ofc_type_size], [ofc_c_type]) + m4_ifval([$3], [OPAL_FIND_TYPE([$1], [$3], [$2], [$ofc_type_size], [ofc_c_type]) if test -z "$ofc_c_type" ; then ofc_have_type=0 fi]) diff --git a/config/opal_find_type.m4 b/config/opal_find_type.m4 index 3fefc84c45..7428cb5cc7 100644 --- a/config/opal_find_type.m4 +++ b/config/opal_find_type.m4 @@ -18,10 +18,10 @@ dnl dnl $HEADER$ dnl -# OMPI_FIND_TYPE(type, [list of c types], abort if not found, +# OPAL_FIND_TYPE(type, [list of c types], abort if not found, # target size, variable to set) # ----------------------------------------------------------- -AC_DEFUN([OMPI_FIND_TYPE],[ +AC_DEFUN([OPAL_FIND_TYPE],[ AS_VAR_PUSHDEF([type_var], [ompi_cv_find_type_$1]) oft_abort_on_fail="$3"