1
1
openmpi/orte/mca/ess/hnp/configure.m4

23 строки
622 B
Plaintext
Исходник Обычный вид История

# -*- shell-script -*-
#
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
# Copyright (c) 2011 Los Alamos National Security, LLC.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
AC_DEFUN([MCA_orte_ess_hnp_PRIORITY], [10])
# MCA_ess_hnp_CONFIG([action-if-found], [action-if-not-found])
# -----------------------------------------------------------
AC_DEFUN([MCA_orte_ess_hnp_CONFIG], [
AC_CONFIG_FILES([orte/mca/ess/hnp/Makefile])
AS_IF([test "$orte_without_full_support" = 0],
[$1],
[$2])
])