1
1

ompi_config.h: no need to AC_CONFIG_HEADER this file

Nothing is generated in this file; this commit essentially just
renames ompi_config.h.in -> ompi_config.h.

cmr=v1.8.1:reviewer=dgoodell

This commit was SVN r31395.
Этот коммит содержится в:
Jeff Squyres 2014-04-15 15:38:49 +00:00
родитель fc91ed7fc0
Коммит d46db26721
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -170,7 +170,7 @@ AC_CONFIG_HEADERS([opal/include/opal_config.h])
m4_ifdef([project_orte], m4_ifdef([project_orte],
[AC_CONFIG_HEADERS([orte/include/orte_config.h])]) [AC_CONFIG_HEADERS([orte/include/orte_config.h])])
m4_ifdef([project_ompi], m4_ifdef([project_ompi],
[AC_CONFIG_HEADERS([ompi/include/ompi_config.h ompi/include/mpi.h])]) [AC_CONFIG_HEADERS([ompi/include/mpi.h])])
m4_ifdef([project_oshmem], m4_ifdef([project_oshmem],
[AC_CONFIG_HEADER([oshmem/include/oshmem_config.h oshmem/include/shmem.h oshmem/include/pshmem.h])]) [AC_CONFIG_HEADER([oshmem/include/oshmem_config.h oshmem/include/shmem.h oshmem/include/pshmem.h])])

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

@ -22,8 +22,8 @@ include $(top_srcdir)/Makefile.ompi-rules
# Note - headers and nodist_headers will go in ${includedir}/openmpi, # Note - headers and nodist_headers will go in ${includedir}/openmpi,
# not ${includedir}/ # not ${includedir}/
headers = headers = ompi_config.h
nodist_headers = ompi_config.h nodist_headers =
# Install these in $(includedir) # Install these in $(includedir)
include_HEADERS = include_HEADERS =

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