Changeset 2037:c8706e046ef0 for m4

Show
Ignore:
Timestamp:
2000-07-31 00:18:28 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Brendan Cully's SASL patch. I hope I didn't miss any files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • m4/gettext.m4

    r576 r2037  
    1818    dnl Default is enabled NLS 
    1919    AC_ARG_ENABLE(nls, 
    20       [  --disable-nls           do not use Native Language Support], 
     20      [  --disable-nls              Do not use Native Language Support], 
    2121      USE_NLS=$enableval, USE_NLS=yes) 
    2222    AC_MSG_RESULT($USE_NLS) 
     
    3030      AC_MSG_CHECKING([whether included gettext is requested]) 
    3131      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], 
    3333        nls_cv_force_use_gnu_gettext=$withval, 
    3434        nls_cv_force_use_gnu_gettext=no) 
     
    8585          AC_MSG_CHECKING([whether catgets can be used]) 
    8686          AC_ARG_WITH(catgets, 
    87             [  --with-catgets          use catgets functions if available], 
     87            [  --with-catgets             Use catgets functions if available], 
    8888            nls_cv_use_catgets=$withval, nls_cv_use_catgets=no) 
    8989          AC_MSG_RESULT($nls_cv_use_catgets)