e07b95bdd5
Fixed: All copyrights are now correct up to 2007 Fixed: Build system now works with VPATHs Changed: protocol_example is now ignored by default This commit was SVN r15627.
20 строки
473 B
Plaintext
20 строки
473 B
Plaintext
#
|
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([MCA_pml_v_CONFIG],[
|
|
protocol_subdirs=""
|
|
while read protocol; do
|
|
echo "Adding $protocol to pml_v subdirs"
|
|
protocol_subdirs="$protocol $protocol_subdirs"
|
|
done <$srcdir/ompi/mca/pml/v/autogen.vprotocols
|
|
|
|
AC_SUBST(MCA_pml_v_PROTOCOLS, [$protocol_subdirs])
|
|
])
|