2016-11-22 15:03:20 -08:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2017-09-20 13:02:39 +09:00
|
|
|
# Copyright (c) 2016-2017 Research Organization for Information Science
|
2016-11-22 15:03:20 -08:00
|
|
|
# and Technology (RIST). All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# MCA_ompi_common_ompio_CONFIG([action-if-can-compile],
|
|
|
|
# [action-if-cant-compile])
|
|
|
|
# ------------------------------------------------
|
|
|
|
AC_DEFUN([MCA_ompi_common_ompio_CONFIG],[
|
|
|
|
AC_CONFIG_FILES([ompi/mca/common/ompio/Makefile])
|
|
|
|
|
2017-09-20 13:02:39 +09:00
|
|
|
AS_IF([test "$enable_io_ompio" != "no"],
|
2016-11-22 15:03:20 -08:00
|
|
|
[$1],
|
|
|
|
[$2])
|
|
|
|
])dnl
|