2010-07-23 01:51:43 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2010-07-25 03:35:20 +04:00
|
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
2011-11-23 01:24:35 +04:00
|
|
|
# Copyright (c) 2011 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
2010-07-23 01:51:43 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2010-09-18 03:04:06 +04:00
|
|
|
AC_DEFUN([MCA_orte_ess_generic_PRIORITY], [10])
|
2010-07-23 01:51:43 +04:00
|
|
|
|
|
|
|
# MCA_ess_generic_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
2010-09-18 03:04:06 +04:00
|
|
|
AC_DEFUN([MCA_orte_ess_generic_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/ess/generic/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
|
|
|
])
|