2009-02-05 06:07:48 +00:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_ess_slave_PRIORITY], [10])
|
2009-02-05 06:07:48 +00:00
|
|
|
|
|
|
|
# MCA_ess_slave_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_ess_slave_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/ess/slave/Makefile])
|
|
|
|
])
|