summaryrefslogtreecommitdiffstats
path: root/m4/gettext.m4
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2002-12-06 11:28:23 +0000
committerBrendan Cully <brendan@kublai.com>2002-12-06 11:28:23 +0000
commit302aa59fe8d1a168ba607bcf1a86199bc626542f (patch)
tree4ac6a357ab85dac17b527172b6c8179b658d9f1d /m4/gettext.m4
parent4a39ed92b456105f0c11962705164b83f6d35787 (diff)
autoconf cleanup.
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r--m4/gettext.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index af14db16..4e2c4eca 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],
+ [ --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],
+ [ --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)