1
1

Add helpful messages to AC_ARG_WITH --help output.

This commit was SVN r20044.
Этот коммит содержится в:
Jeff Squyres 2008-12-01 23:13:13 +00:00
родитель abd21b6d17
Коммит 35d10a4794
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -23,7 +23,7 @@
# -------------------------------------------------------- # --------------------------------------------------------
AC_DEFUN([OMPI_CHECK_LOADLEVELER],[ AC_DEFUN([OMPI_CHECK_LOADLEVELER],[
AC_ARG_WITH([loadleveler], AC_ARG_WITH([loadleveler],
[AC_HELP_STRING([--with-loadleveler], [AC_HELP_STRING([--with-loadleveler(=DIR)],
[Directory where the loadleveler software is installed])]) [Directory where the loadleveler software is installed])])
AS_IF([test "$with_loadleveler" = "no"], AS_IF([test "$with_loadleveler" = "no"],

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

@ -40,7 +40,7 @@ AC_DEFUN([OMPI_CHECK_TM_LIBS_FLAGS],[
# -------------------------------------------------------- # --------------------------------------------------------
AC_DEFUN([OMPI_CHECK_TM],[ AC_DEFUN([OMPI_CHECK_TM],[
AC_ARG_WITH([tm], AC_ARG_WITH([tm],
[AC_HELP_STRING([--with-tm], [AC_HELP_STRING([--with-tm(=DIR)],
[Directory where the tm software is installed])]) [Directory where the tm software is installed])])
ompi_check_tm_found=no ompi_check_tm_found=no