Changeset 2037:c8706e046ef0 for m4
- Timestamp:
- 2000-07-31 00:18:28 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
m4/gettext.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m4/gettext.m4
r576 r2037 18 18 dnl Default is enabled NLS 19 19 AC_ARG_ENABLE(nls, 20 [ --disable-nls do not use Native Language Support],20 [ --disable-nls Do not use Native Language Support], 21 21 USE_NLS=$enableval, USE_NLS=yes) 22 22 AC_MSG_RESULT($USE_NLS) … … 30 30 AC_MSG_CHECKING([whether included gettext is requested]) 31 31 AC_ARG_WITH(included-gettext, 32 [ --with-included-gettext use the GNU gettext library included here],32 [ --with-included-gettext Use the GNU gettext library included here], 33 33 nls_cv_force_use_gnu_gettext=$withval, 34 34 nls_cv_force_use_gnu_gettext=no) … … 85 85 AC_MSG_CHECKING([whether catgets can be used]) 86 86 AC_ARG_WITH(catgets, 87 [ --with-catgets use catgets functions if available],87 [ --with-catgets Use catgets functions if available], 88 88 nls_cv_use_catgets=$withval, nls_cv_use_catgets=no) 89 89 AC_MSG_RESULT($nls_cv_use_catgets)
