1
1
openmpi/ompi/mca/btl/wv/configure.m4

21 строка
518 B
Plaintext
Исходник Обычный вид История

# -*- shell-script -*-
#
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# MCA_btl_wv_CONFIG([action-if-can-compile],
# [action-if-cant-compile])
# ------------------------------------------------
AC_DEFUN([MCA_ompi_btl_wv_CONFIG],[
AC_CONFIG_FILES([ompi/mca/btl/wv/Makefile])
# AFAIK, cmake will only ever be used to build this component, so
# the autogen version can always simply fail.
$2
])dnl