Update m4 and configure files
This commit was SVN r10764.
Этот коммит содержится в:
родитель
9102b5af3b
Коммит
36ca7497d1
@ -10,6 +10,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -17,21 +18,21 @@
|
|||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
# MCA_pls_tm_CONFIG([action-if-found], [action-if-not-found])
|
# MCA_pls_tbird_CONFIG([action-if-found], [action-if-not-found])
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
AC_DEFUN([MCA_pls_tm_CONFIG],[
|
AC_DEFUN([MCA_pls_tbird_CONFIG],[
|
||||||
OMPI_CHECK_TM([pls_tm], [pls_tm_good=1], [pls_tm_good=0])
|
OMPI_CHECK_TM([pls_tbird], [pls_tbird_good=1], [pls_tbird_good=0])
|
||||||
|
|
||||||
# if check worked, set wrapper flags if so.
|
# if check worked, set wrapper flags if so.
|
||||||
# Evaluate succeed / fail
|
# Evaluate succeed / fail
|
||||||
AS_IF([test "$pls_tm_good" = "1"],
|
AS_IF([test "$pls_tbird_good" = "1"],
|
||||||
[pls_tm_WRAPPER_EXTRA_LDFLAGS="$pls_tm_LDFLAGS"
|
[pls_tbird_WRAPPER_EXTRA_LDFLAGS="$pls_tbird_LDFLAGS"
|
||||||
pls_tm_WRAPPER_EXTRA_LIBS="$pls_tm_LIBS"
|
pls_tbird_WRAPPER_EXTRA_LIBS="$pls_tbird_LIBS"
|
||||||
$1],
|
$1],
|
||||||
[$2])
|
[$2])
|
||||||
|
|
||||||
# set build flags to use in makefile
|
# set build flags to use in makefile
|
||||||
AC_SUBST([pls_tm_CPPFLAGS])
|
AC_SUBST([pls_tbird_CPPFLAGS])
|
||||||
AC_SUBST([pls_tm_LDFLAGS])
|
AC_SUBST([pls_tbird_LDFLAGS])
|
||||||
AC_SUBST([pls_tm_LIBS])
|
AC_SUBST([pls_tbird_LIBS])
|
||||||
])dnl
|
])dnl
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -17,5 +18,5 @@
|
|||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
PARAM_INIT_FILE=src/pls_tm_component.c
|
PARAM_INIT_FILE=src/pls_tbird_component.c
|
||||||
PARAM_CONFIG_FILES="Makefile"
|
PARAM_CONFIG_FILES="Makefile"
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -19,6 +20,5 @@
|
|||||||
|
|
||||||
# Specific to this module
|
# Specific to this module
|
||||||
|
|
||||||
PARAM_INIT_FILE=rmgr_urm.c
|
PARAM_INIT_FILE=rmgr_tbird.c
|
||||||
PARAM_CONFIG_HEADER_FILE="urm_config.h"
|
|
||||||
PARAM_CONFIG_FILES="Makefile"
|
PARAM_CONFIG_FILES="Makefile"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user