21 строка
553 B
Bash
21 строка
553 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2009 The Trustees of Indiana University.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# OMPI_MPIEXT_example_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([OMPI_MPIEXT_example_CONFIG],[
|
|
AC_CONFIG_FILES([ompi/mpiext/example/Makefile])
|
|
$1
|
|
])
|
|
|
|
# only need to set this if the component needs init/finalize hooks
|
|
AC_DEFUN([OMPI_MPIEXT_example_NEED_INIT], [1])
|