2008-02-28 04:57:57 +03:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
|
2011-11-23 01:24:35 +04:00
|
|
|
# Copyright (c) 2011 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
2008-02-28 04:57:57 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2010-09-18 03:04:06 +04:00
|
|
|
AC_DEFUN([MCA_orte_ess_hnp_PRIORITY], [10])
|
2008-02-28 04:57:57 +03:00
|
|
|
|
|
|
|
# MCA_ess_hnp_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
2010-09-18 03:04:06 +04:00
|
|
|
AC_DEFUN([MCA_orte_ess_hnp_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/ess/hnp/Makefile])
|
2011-11-23 01:24:35 +04:00
|
|
|
|
|
|
|
AS_IF([test "$orte_without_full_support" = 0],
|
|
|
|
[$1],
|
|
|
|
[$2])
|
2010-09-18 03:04:06 +04:00
|
|
|
])
|