2008-06-18 22:17:53 +00:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_grpcomm_bad_PRIORITY], [10])
|
2008-06-18 22:17:53 +00:00
|
|
|
|
|
|
|
# MCA_grpcomm_bad_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_orte_grpcomm_bad_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/grpcomm/bad/Makefile])
|
|
|
|
])
|