2009-01-23 21:57:51 +00:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2011-11-22 21:24:35 +00:00
|
|
|
# Copyright (c) 2011 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
2009-01-23 21:57:51 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_grpcomm_hier_PRIORITY], [10])
|
2009-01-23 21:57:51 +00:00
|
|
|
|
|
|
|
# MCA_grpcomm_hier_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_grpcomm_hier_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/grpcomm/hier/Makefile])
|
2011-11-22 21:24:35 +00:00
|
|
|
|
|
|
|
AS_IF([test "$orte_without_full_support" = 0],
|
|
|
|
[$1],
|
|
|
|
[$2])
|
2010-09-17 23:04:06 +00:00
|
|
|
])
|