2009-05-26 20:49:35 +00:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2009 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2010-08-17 04:44:22 +00:00
|
|
|
# OMPI_MPIEXT_example_CONFIG([action-if-found], [action-if-not-found])
|
2009-05-26 20:49:35 +00:00
|
|
|
# -----------------------------------------------------------
|
2010-08-17 04:44:22 +00:00
|
|
|
AC_DEFUN([OMPI_MPIEXT_example_CONFIG],[
|
2009-05-26 20:49:35 +00:00
|
|
|
# Left empty as a stub for copy-paste of new extensions
|
|
|
|
echo "MPIEXT Example: Inside configure.m4"
|
|
|
|
])dnl
|