Show
Ignore:
Timestamp:
2005-02-12 16:25:37 (4 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Use AC_HELP_STRING to pretty print configure --help screen, with mixed results.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • m4/gettext.m4

    r3129 r3921  
    5151    dnl Default is enabled NLS 
    5252    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]), 
    5454      USE_NLS=$enableval, USE_NLS=yes) 
    5555    AC_MSG_RESULT($USE_NLS) 
     
    6767      AC_MSG_CHECKING([whether included gettext is requested]) 
    6868      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]), 
    7070        nls_cv_force_use_gnu_gettext=$withval, 
    7171        nls_cv_force_use_gnu_gettext=no)