1# -*- shell-script -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# Copyright (c) 2009-2010 Cisco Systems, Inc.  All rights reserved.
14# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
15#                         All rights reserved.
16# Copyright (c) 2016      Intel, Inc. All rights reserved
17# Copyright (c) 2017-2019 IBM Corporation.  All rights reserved.
18# $COPYRIGHT$
19#
20# Additional copyrights may follow
21#
22# $HEADER$
23#
24
25# MCA_schizo_jsm_CONFIG([action-if-found], [action-if-not-found])
26# -----------------------------------------------------------
27AC_DEFUN([MCA_orte_schizo_jsm_CONFIG],[
28    AC_CONFIG_FILES([orte/mca/schizo/jsm/Makefile])
29
30    # Nothing to do for now.
31])dnl
32