1
1

Make better help messages for many configure options that take

optional directory arguments.

This commit was SVN r20978.
Этот коммит содержится в:
Jeff Squyres 2009-04-10 22:32:00 +00:00
родитель 5e68b0d0b7
Коммит aed834ef1f
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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],