2006-04-05 05:56:08 +00:00
|
|
|
dnl -*- shell-script -*-
|
|
|
|
dnl
|
|
|
|
dnl Copyright (c) 2004-2006 The University of Tennessee and The University
|
|
|
|
dnl of Tennessee Research Foundation. All rights
|
|
|
|
dnl reserved.
|
2006-07-16 04:23:52 +00:00
|
|
|
dnl Copyright (c) 2004-2006 The Regents of the University of California.
|
|
|
|
dnl All rights reserved.
|
2006-04-05 05:56:08 +00:00
|
|
|
dnl $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
dnl
|
2006-04-05 05:56:08 +00:00
|
|
|
dnl Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
dnl
|
2006-04-05 05:56:08 +00:00
|
|
|
dnl $HEADER$
|
|
|
|
dnl
|
|
|
|
|
2006-07-16 04:23:52 +00:00
|
|
|
dnl we only want one
|
2010-09-17 23:04:06 +00:00
|
|
|
m4_define(MCA_opal_memcpy_CONFIGURE_MODE, STOP_AT_FIRST)
|
2006-04-05 05:56:08 +00:00
|
|
|
|
2010-09-17 23:04:06 +00:00
|
|
|
AC_DEFUN([MCA_opal_memcpy_CONFIG],[
|
2006-04-05 05:56:08 +00:00
|
|
|
memcpy_base_include=
|
|
|
|
|
|
|
|
# first, compile all the components
|
2007-08-18 21:35:51 +00:00
|
|
|
MCA_CONFIGURE_FRAMEWORK($1, $2, 1)
|
2006-04-05 05:56:08 +00:00
|
|
|
|
|
|
|
# someone should have set this...
|
|
|
|
if test "$memcpy_base_include" = "" ; then
|
|
|
|
memcpy_base_include="base/memcpy_base_default.h"
|
|
|
|
fi
|
|
|
|
|
2006-07-16 04:23:52 +00:00
|
|
|
AC_DEFINE_UNQUOTED([MCA_memcpy_IMPLEMENTATION_HEADER],
|
|
|
|
["opal/mca/memcpy/$memcpy_base_include"],
|
|
|
|
[Header to include for memcpy implementation])
|
2006-04-05 05:56:08 +00:00
|
|
|
])
|