* Patch from Ralf Wildenhues -- apparently having the ./config instead
of config confuses BSD make in VPATH situations. So don't do that. This commit was SVN r9838.
Этот коммит содержится в:
родитель
a4c9db0c18
Коммит
7125501573
@ -33,8 +33,8 @@ AC_INIT([Open MPI],
|
|||||||
[m4_normalize(esyscmd([config/ompi_get_version.sh VERSION --base]))],
|
[m4_normalize(esyscmd([config/ompi_get_version.sh VERSION --base]))],
|
||||||
[http://www.open-mpi.org/community/help/], [openmpi])
|
[http://www.open-mpi.org/community/help/], [openmpi])
|
||||||
AC_PREREQ(2.58)
|
AC_PREREQ(2.58)
|
||||||
AC_CONFIG_AUX_DIR(./config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AC_CONFIG_MACRO_DIR(./config)
|
AC_CONFIG_MACRO_DIR(config)
|
||||||
|
|
||||||
# Get our platform support file. This has to be done very, very early
|
# Get our platform support file. This has to be done very, very early
|
||||||
# because it twiddles random bits of autoconf
|
# because it twiddles random bits of autoconf
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user