Changeset 3921:500373828600 for m4/gettext.m4
- Timestamp:
- 2005-02-12 16:25:37 (4 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
m4/gettext.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m4/gettext.m4
r3129 r3921 51 51 dnl Default is enabled NLS 52 52 AC_ARG_ENABLE(nls, 53 [ --disable-nls Do not use Native Language Support],53 AC_HELP_STRING([--disable-nls], [Do not use Native Language Support]), 54 54 USE_NLS=$enableval, USE_NLS=yes) 55 55 AC_MSG_RESULT($USE_NLS) … … 67 67 AC_MSG_CHECKING([whether included gettext is requested]) 68 68 AC_ARG_WITH(included-gettext, 69 [ --with-included-gettext Use the GNU gettext library included here],69 AC_HELP_STRING([--with-included-gettext], [Use the GNU gettext library included here]), 70 70 nls_cv_force_use_gnu_gettext=$withval, 71 71 nls_cv_force_use_gnu_gettext=no)
