1
1
openmpi/orte/mca/pls/process/configure.m4
Jeff Squyres 0f11584a6c * Update svn:ignore
* Remove svn:executable from non-executable files

This commit was SVN r11555.
2006-09-07 17:17:40 +00:00

18 строки
493 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# MCA_pls_process_CONFIG([action-if-found], [action-if-not-found])
# -----------------------------------------------------------
AC_DEFUN([MCA_pls_process_CONFIG],[
AC_CHECK_FUNC([CreateProcess], [$1], [$2])
])dnl