431d5361ed
This commit was SVN r26946.
20 строки
509 B
Bash
20 строки
509 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2011-2012 Los Alamos National Security, LLC.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# MCA_state_novm_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([MCA_orte_state_novm_CONFIG], [
|
|
AC_CONFIG_FILES([orte/mca/state/novm/Makefile])
|
|
|
|
AS_IF([test "$orte_without_full_support" = 0],
|
|
[$1],
|
|
[$2])
|
|
])
|