- Since the config/*.m4 separation config/opal_setup_cc.m4 moved away.
Use config/ompi_get_version.m4 to check for validity... This commit was SVN r22162.
Этот коммит содержится в:
родитель
37de1d199f
Коммит
80a80d5379
2
contrib/dist/make_dist_tarball
поставляемый
2
contrib/dist/make_dist_tarball
поставляемый
@ -223,7 +223,7 @@ check_gnu_version libtool $LT_TARGET_VERSION
|
||||
# Verify that we're in a top Open MPI dir
|
||||
#
|
||||
echo "*** Checking to ensure in top-level Open MPI directory..."
|
||||
if test -f VERSION -a -f configure.ac -a -f config/opal_setup_cc.m4; then
|
||||
if test -f VERSION -a -f configure.ac -a -f config/ompi_get_version.m4 ; then
|
||||
happy=1
|
||||
else
|
||||
echo "Do not appear to be in an Open MPI top directory. Abort!"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user