2013-02-05 03:26:42 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Sandia National Laboratories. All rights reserved.
|
|
|
|
#
|
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2013-02-05 03:26:42 +04:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2013-02-05 03:26:42 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
AC_DEFUN([MCA_ompi_pml_CONFIG],[
|
|
|
|
# configure all the components
|
|
|
|
MCA_CONFIGURE_FRAMEWORK($1, $2, 1)
|
|
|
|
|
|
|
|
# this is a direct callable component, so set that up.
|
|
|
|
MCA_SETUP_DIRECT_CALL($1, $2)
|
|
|
|
])
|