1
1

- 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.
Этот коммит содержится в:
Rainer Keller 2009-10-28 22:54:37 +00:00
родитель 37de1d199f
Коммит 80a80d5379

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!"