2007-07-26 02:28:04 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2007-07-21 01:36:11 +04:00
|
|
|
AC_DEFUN([MCA_pml_v_CONFIG],[
|
|
|
|
protocol_subdirs=""
|
|
|
|
while read protocol; do
|
|
|
|
echo "Adding $protocol to pml_v subdirs"
|
|
|
|
protocol_subdirs="$protocol $protocol_subdirs"
|
2007-07-26 02:28:04 +04:00
|
|
|
done <$srcdir/ompi/mca/pml/v/autogen.vprotocols
|
2007-07-21 01:36:11 +04:00
|
|
|
|
|
|
|
AC_SUBST(MCA_pml_v_PROTOCOLS, [$protocol_subdirs])
|
|
|
|
])
|