1
1

Remove the last vestiges of mpi_portable_platform.h.in

This commit was SVN r22789.
Этот коммит содержится в:
Ralph Castain 2010-03-05 21:21:03 +00:00
родитель 95d7e08a66
Коммит ed1dbabc0c
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -8,7 +8,7 @@
# These are external:
#### ./opal/mca/memory/ptmalloc2/
#### ./opal/mca/paffinity/linux/plpa/
#### ./ompi/include/mpi_portable_platform.h.in
#### ./ompi/include/mpi_portable_platform.h
#### ./ompi/mca/io/romio/
./ompi/mca/topo/unity/topo_unity.h: defined(__cplusplus) defined(c_plusplus)
./opal/win32/ompi_process.h: defined(c_plusplus) defined (__cplusplus)

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

@ -35,7 +35,7 @@ AC_DEFUN([OPAL_CHECK_COMPILER], [
AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
#include "mpi_portable_platform.h.in" /* Yes, it is supposed to be a .in-file */
#include "mpi_portable_platform.h"
int main (int argc, char * argv[])
{
@ -70,7 +70,7 @@ AC_DEFUN([OPAL_CHECK_COMPILER_STRINGIFY], [
AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
#include "mpi_portable_platform.h.in" /* Yes, it is supposed to be a .in-file */
#include "mpi_portable_platform.h"
int main (int argc, char * argv[])
{