b27b9b5380
types and add STOP_AT_FIRST_PRIORITY type for framework configuration, which allows all components at the highest priority that succeeds to succeed * Use STOP_AT_FIRST_PRIORITY type for gpr framework, so that the null component isn't built when the replica and proxy components are available. This commit was SVN r15286.
16 строки
390 B
Bash
16 строки
390 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2007 Los Alamos National Security, LLC.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# MCA_gpr_proxy_CONFIG(action-if-can-compile,
|
|
# [action-if-cant-compile])
|
|
# ------------------------------------------------
|
|
AC_DEFUN([MCA_gpr_proxy_CONFIG],[$1])
|