1
1

Per RFC, continue the naming conversion

This commit was SVN r31665.
Этот коммит содержится в:
Ralph Castain 2014-05-06 23:34:33 +00:00
родитель 839c0eb55c
Коммит 4501285c26
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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])

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

@ -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"