2006-08-24 21:51:20 +04:00
|
|
|
# -*- 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$
|
|
|
|
#
|
|
|
|
|
2006-10-05 10:36:11 +04:00
|
|
|
# MCA_odls_process_CONFIG([action-if-found], [action-if-not-found])
|
2006-08-24 21:51:20 +04:00
|
|
|
# -----------------------------------------------------------
|
2006-10-05 10:36:11 +04:00
|
|
|
AC_DEFUN([MCA_odls_process_CONFIG],[
|
2006-08-24 21:51:20 +04:00
|
|
|
AC_CHECK_FUNC([CreateProcess], [$1], [$2])
|
|
|
|
])dnl
|