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.
Этот коммит содержится в:
родитель
fc91ed7fc0
Коммит
d46db26721
@ -170,7 +170,7 @@ AC_CONFIG_HEADERS([opal/include/opal_config.h])
|
||||
m4_ifdef([project_orte],
|
||||
[AC_CONFIG_HEADERS([orte/include/orte_config.h])])
|
||||
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],
|
||||
[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,
|
||||
# not ${includedir}/
|
||||
headers =
|
||||
nodist_headers = ompi_config.h
|
||||
headers = ompi_config.h
|
||||
nodist_headers =
|
||||
|
||||
# Install these in $(includedir)
|
||||
include_HEADERS =
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user