1# -*- shell-script -*-
2#
3# Copyright (c) 2006      Los Alamos National Security, LLC.  All rights
4#                         reserved.
5# Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
6# $COPYRIGHT$
7#
8# Additional copyrights may follow
9#
10# $HEADER$
11#
12
13AC_DEFUN([MCA_opal_installdirs_config_PRIORITY], [0])
14
15AC_DEFUN([MCA_opal_installdirs_config_COMPILE_MODE], [
16    AC_MSG_CHECKING([for MCA component $2:$3 compile mode])
17    $4="static"
18    AC_MSG_RESULT([$$4])
19])
20
21
22# MCA_installdirs_config_CONFIG(action-if-can-compile,
23#                        [action-if-cant-compile])
24# ------------------------------------------------
25AC_DEFUN([MCA_opal_installdirs_config_CONFIG],[
26    AC_CONFIG_FILES([opal/mca/installdirs/config/Makefile
27                     opal/mca/installdirs/config/install_dirs.h])
28])
29
30