1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2006-05-07 19:19:37 +00:00
родитель a4c9db0c18
Коммит 7125501573

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

@ -33,8 +33,8 @@ AC_INIT([Open MPI],
[m4_normalize(esyscmd([config/ompi_get_version.sh VERSION --base]))],
[http://www.open-mpi.org/community/help/], [openmpi])
AC_PREREQ(2.58)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_MACRO_DIR(./config)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
# Get our platform support file. This has to be done very, very early
# because it twiddles random bits of autoconf