1
1

Cleanup some lingering references to OMPI_SETUP_C and OMPI_SETUP_CXX that generated warnings. Follow the new naming convention by chaniging OMPI_SETUP_ASM to OPAL_SETUP_ASM

This commit was SVN r23500.
Этот коммит содержится в:
Ralph Castain 2010-07-27 04:51:50 +00:00
родитель e16ec40283
Коммит b3a8a394f0
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -524,7 +524,7 @@ OPAL_CHECK_COMPILER_VERSION_ID
ompi_show_subtitle "Assembler"
AM_PROG_AS
OMPI_CONFIG_ASM
OPAL_CONFIG_ASM
##################################

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

@ -790,7 +790,7 @@ AC_DEFUN([OMPI_CHECK_INLINE_CXX_XLC],[
dnl #################################################################
dnl
dnl OMPI_CONFIG_ASM
dnl OPAL_CONFIG_ASM
dnl
dnl DEFINE OPAL_ASSEMBLY_ARCH to something in sys/architecture.h
dnl DEFINE OPAL_ASSEMBLY_FORMAT to string containing correct
@ -799,10 +799,10 @@ dnl SUBST OPAL_ASSEMBLY_FORMAT to string containing correct
dnl format for assembly (not user friendly)
dnl
dnl #################################################################
AC_DEFUN([OMPI_CONFIG_ASM],[
AC_REQUIRE([OMPI_SETUP_CC])
AC_DEFUN([OPAL_CONFIG_ASM],[
AC_REQUIRE([OPAL_SETUP_CC])
# Only require C++ if we're building the OMPI project
m4_ifdef([project_ompi], [AC_REQUIRE([OMPI_SETUP_CXX])])
m4_ifdef([project_ompi], [AC_REQUIRE([OPAL_SETUP_CXX])])
AC_REQUIRE([AM_PROG_AS])
# OS X Leopard ld bus errors if you have "-g" or "-gX" in the link line