18 строки
485 B
Plaintext
18 строки
485 B
Plaintext
|
# -*- shell-script -*-
|
||
|
#
|
||
|
# Copyright (c) 2004-2009 The Trustees of Indiana University.
|
||
|
# All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
# EXT_ompi_example_CONFIG([action-if-found], [action-if-not-found])
|
||
|
# -----------------------------------------------------------
|
||
|
AC_DEFUN([EXT_mpiext_example_CONFIG],[
|
||
|
# Left empty as a stub for copy-paste of new extensions
|
||
|
echo "MPIEXT Example: Inside configure.m4"
|
||
|
])dnl
|