* fix some remaining --with-btl-portals configure issues
This commit was SVN r7498.
Этот коммит содержится в:
родитель
0d68728b94
Коммит
50dc5499b4
@ -135,9 +135,9 @@ AC_DEFUN([MCA_btl_portals_CONFIG_PLATFORM], [
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Try to find all the portals libraries (this is not fun!)
|
# Try to find all the portals libraries (this is not fun!)
|
||||||
AC_ARG_WITH(btl-portals-libs,
|
AC_ARG_WITH([portals-libs],
|
||||||
AC_HELP_STRING([--with-btl-portals-libs=LIBS],
|
[AC_HELP_STRING([--with-portals-libs=LIBS],
|
||||||
[Libraries to link with for portals]))
|
[Libraries to link with for portals])])
|
||||||
if test -n "$with_portals_libs" ; then
|
if test -n "$with_portals_libs" ; then
|
||||||
btl_portals_LIBS=""
|
btl_portals_LIBS=""
|
||||||
for lib in $with_portals_libs ; do
|
for lib in $with_portals_libs ; do
|
||||||
|
@ -135,9 +135,9 @@ AC_DEFUN([MCA_pml_portals_CONFIG_PLATFORM], [
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Try to find all the portals libraries (this is not fun!)
|
# Try to find all the portals libraries (this is not fun!)
|
||||||
AC_ARG_WITH(pml-portals-libs,
|
AC_ARG_WITH([portals-libs],
|
||||||
AC_HELP_STRING([--with-pml-portals-libs=LIBS],
|
[AC_HELP_STRING([--with-portals-libs=LIBS],
|
||||||
[Libraries to link with for portals]))
|
[Libraries to link with for portals])])
|
||||||
if test -n "$with_portals_libs" ; then
|
if test -n "$with_portals_libs" ; then
|
||||||
pml_portals_LIBS=""
|
pml_portals_LIBS=""
|
||||||
for lib in $with_portals_libs ; do
|
for lib in $with_portals_libs ; do
|
||||||
|
@ -27,8 +27,8 @@ AC_DEFUN([MCA_sds_portals_utcp_CONFIG],[
|
|||||||
sds_portals_utcp_save_LIBS="$LIBS"
|
sds_portals_utcp_save_LIBS="$LIBS"
|
||||||
|
|
||||||
# allow user a way to say where the Portals installation is
|
# allow user a way to say where the Portals installation is
|
||||||
AC_ARG_WITH(btl-portals,
|
AC_ARG_WITH(portals,
|
||||||
AC_HELP_STRING([--with-btl-portals=DIR],
|
AC_HELP_STRING([--with-portals=DIR],
|
||||||
[Specify the installation directory of PORTALS]))
|
[Specify the installation directory of PORTALS]))
|
||||||
|
|
||||||
AS_IF([test -n "$with_btl_portals"],
|
AS_IF([test -n "$with_btl_portals"],
|
||||||
@ -40,8 +40,8 @@ AC_DEFUN([MCA_sds_portals_utcp_CONFIG],[
|
|||||||
LDFLAGS="$LDFLAGS $sds_portals_utcp_LDFLAGS"], [])])
|
LDFLAGS="$LDFLAGS $sds_portals_utcp_LDFLAGS"], [])])
|
||||||
|
|
||||||
# Try to find all the portals libraries (this is not fun!)
|
# Try to find all the portals libraries (this is not fun!)
|
||||||
AC_ARG_WITH(btl-portals-libs,
|
AC_ARG_WITH(portals-libs,
|
||||||
AC_HELP_STRING([--with-btl-portals-libs=LIBS],
|
AC_HELP_STRING([--with-portals-libs=LIBS],
|
||||||
[Libraries to link with for portals]))
|
[Libraries to link with for portals]))
|
||||||
if test -n "$with_btl_portals_libs" ; then
|
if test -n "$with_btl_portals_libs" ; then
|
||||||
sds_portals_utcp_LIBS=""
|
sds_portals_utcp_LIBS=""
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user