1
1
openmpi/orte/mca/routed/debruijn/configure.m4
Nathan Hjelm 5ab1674138 fixed de bruijn copyrights
This commit was SVN r25720.
2012-01-12 17:18:08 +00:00

20 строки
524 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2011-2012 Los Alamos National Security, LLC.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# MCA_routed_debruijn_CONFIG([action-if-found], [action-if-not-found])
# -----------------------------------------------------------
AC_DEFUN([MCA_orte_routed_debruijn_CONFIG], [
AC_CONFIG_FILES([orte/mca/routed/debruijn/Makefile])
AS_IF([test "$orte_without_full_support" = 0],
[$1],
[$2])
])