Make better help messages for many configure options that take
optional directory arguments. This commit was SVN r20978.
Этот коммит содержится в:
родитель
5e68b0d0b7
Коммит
aed834ef1f
@ -26,7 +26,7 @@
|
||||
AC_DEFUN([OMPI_CHECK_BPROC],[
|
||||
AC_ARG_WITH([bproc],
|
||||
[AC_HELP_STRING([--with-bproc(=DIR)],
|
||||
[Directory where the BProc software is installed])])
|
||||
[Build BProc support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([bproc], [$with_bproc], [include/sys/bproc.h])
|
||||
|
||||
AS_IF([test ! -z "$with_bproc" -a "$with_bproc" = "no"],[$4], [
|
||||
|
@ -124,7 +124,7 @@ AC_DEFUN([_OMPI_CHECK_GM_CONFIG],[
|
||||
AC_DEFUN([OMPI_CHECK_GM],[
|
||||
AC_ARG_WITH([gm],
|
||||
[AC_HELP_STRING([--with-gm(=DIR)],
|
||||
[Build GM (Myrinet) support, searching for libraries in DIR])])
|
||||
[Build GM (Myrinet) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([gm], [$with_gm], [include/gm.h])
|
||||
AC_ARG_WITH([gm-libdir],
|
||||
[AC_HELP_STRING([--with-gm-libdir=DIR],
|
||||
|
@ -23,7 +23,7 @@
|
||||
AC_DEFUN([OMPI_CHECK_LOADLEVELER],[
|
||||
AC_ARG_WITH([loadleveler],
|
||||
[AC_HELP_STRING([--with-loadleveler(=DIR)],
|
||||
[Directory where the loadleveler software is installed])])
|
||||
[Build LoadLeveler support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([loadleveler], [$with_loadleveler], [include/llapi.h])
|
||||
|
||||
AS_IF([test "$with_loadleveler" = "no"],
|
||||
|
@ -67,7 +67,7 @@ mx__get_mapper_state(NULL, NULL);
|
||||
AC_DEFUN([OMPI_CHECK_MX],[
|
||||
AC_ARG_WITH([mx],
|
||||
[AC_HELP_STRING([--with-mx(=DIR)],
|
||||
[Build MX (Myrinet Express) support, searching for libraries in DIR])])
|
||||
[Build MX (Myrinet Express) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([mx], [$with_mx], [include/myriexpress.h])
|
||||
AC_ARG_WITH([mx-libdir],
|
||||
[AC_HELP_STRING([--with-mx-libdir=DIR],
|
||||
|
@ -40,7 +40,7 @@ AC_DEFUN([OMPI_CHECK_PORTALS],[
|
||||
# Get some configuration information
|
||||
AC_ARG_WITH([portals],
|
||||
[AC_HELP_STRING([--with-portals(=DIR)],
|
||||
[Build Portals support, searching for installation in DIR])])
|
||||
[Build Portals support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([portals], [$with_portals], [include/portals3.h])
|
||||
AC_ARG_WITH([portals-config],
|
||||
AC_HELP_STRING([--with-portals-config],
|
||||
|
@ -27,7 +27,7 @@
|
||||
AC_DEFUN([OMPI_CHECK_PSM],[
|
||||
AC_ARG_WITH([psm],
|
||||
[AC_HELP_STRING([--with-psm(=DIR)],
|
||||
[Build PSM (QLogic InfiniPath PSM) support, searching for libraries in DIR])])
|
||||
[Build PSM (Qlogic InfiniPath) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([psm], [$with_psm], [include/psm.h])
|
||||
AC_ARG_WITH([psm-libdir],
|
||||
[AC_HELP_STRING([--with-psm-libdir=DIR],
|
||||
|
@ -41,7 +41,7 @@ AC_DEFUN([OMPI_CHECK_TM_LIBS_FLAGS],[
|
||||
AC_DEFUN([OMPI_CHECK_TM],[
|
||||
AC_ARG_WITH([tm],
|
||||
[AC_HELP_STRING([--with-tm(=DIR)],
|
||||
[Directory where the tm software is installed])])
|
||||
[Build TM (Torque, PBSPro, and compatible) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([tm], [$with_tm], [include/tm.h])
|
||||
|
||||
ompi_check_tm_found=no
|
||||
|
@ -26,7 +26,7 @@
|
||||
AC_DEFUN([OMPI_CHECK_UDAPL],[
|
||||
AC_ARG_WITH([udapl],
|
||||
[AC_HELP_STRING([--with-udapl(=DIR)],
|
||||
[Build uDAPL support, searching for libraries in DIR])])
|
||||
[Build uDAPL support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
|
||||
OMPI_CHECK_WITHDIR([udapl], [$with_udapl], [include/dat/udat.h])
|
||||
AC_ARG_WITH([udapl-libdir],
|
||||
[AC_HELP_STRING([--with-udapl-libdir=DIR],
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user