2012-09-27 03:24:27 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2012 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2012-09-27 03:24:27 +04:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2012-09-27 03:24:27 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
# MCA_rmaps_lama_CONFIG([action-if-found], [action-if-not-found])
|
|
|
|
# -----------------------------------------------------------
|
|
|
|
AC_DEFUN([MCA_orte_rmaps_lama_CONFIG], [
|
|
|
|
AC_CONFIG_FILES([orte/mca/rmaps/lama/Makefile])
|
|
|
|
|
|
|
|
AS_IF([test "$OPAL_HAVE_HWLOC" = 1],
|
|
|
|
[$1],
|
|
|
|
[$2])
|
|
|
|
])
|