X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=m4%2Fgettext.m4;fp=m4%2Fgettext.m4;h=a7d87fd1d5d7a15531ef71887b2294374d3a16fe;hp=4e2c4eca2ab75efb81bf1e25979abadaa4d890e2;hb=a079d019ec8e6f0be0decaafc9e914bc842f9983;hpb=2b7cd595d112db5073b1b9acb80cf8d081c61c9e diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 4e2c4ec..a7d87fd 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -50,7 +50,7 @@ AC_DEFUN([MUTT_AM_WITH_NLS], [AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, - [ --disable-nls Do not use Native Language Support], + AC_HELP_STRING([--disable-nls], [Do not use Native Language Support]), USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) @@ -66,7 +66,7 @@ AC_DEFUN([MUTT_AM_WITH_NLS], is requested.]) AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, - [ --with-included-gettext Use the GNU gettext library included here], + AC_HELP_STRING([--with-included-gettext], [Use the GNU gettext library included here]), nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)