Changeset 5408:9d0509641865

Show
Ignore:
Timestamp:
2008-05-28 22:05:07 (6 months ago)
Author:
Vladimir Marek <Vladimir.Marek@…>
Branch:
HEAD
Message:

Cosmetic fix to configure --help. Closes #3060.

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5406 r5408  
     12008-05-28 21:44 -0700  Vincent Lefevre  <vincent@vinc17.org>  (7b8ef3b8ff5a) 
     2 
     3        * po/fr.po: Updated French translation 
     4 
     52008-05-23 18:39 +0200  Rocco Rutte  <pdmef@gmx.net>  (8a3a037ec6b3) 
     6 
     7        * UPDATING: UPDATING: fix 1.5.18 line as noted by Kyle Wheeler 
     8 
    192008-05-22 20:22 -0700  Brendan Cully  <brendan@kublai.com>  (96a01436f88b) 
    210 
     
    7152008-05-22 17:01 +0200  Rocco Rutte  <pdmef@gmx.net>  (d612ef757ee9) 
    816 
    9         * ChangeLog, configure.ac, m4/types.m4: Use C99 macros 
    10         "PRId64"/"PRId32" to format file sizes/offsets if available. This 
    11         fixes warning about mismatching int argument sizes on amd64. 
    12  
    13 2008-05-22 16:34 +0200  Rocco Rutte  <pdmef@gmx.net>  (b97e95fd5786) 
     17        * configure.ac, m4/types.m4: Use C99 macros "PRId64"/"PRId32" to 
     18        format file sizes/offsets if available. This fixes warning about 
     19        mismatching int argument sizes on amd64. 
    1420 
    1521        * init.h: Document that $check_mbox_size should be set before 
    1622        mailboxes commands 
    1723 
    18 2008-05-22 14:06 +0200  Rocco Rutte  <pdmef@gmx.net>  (a697362846e9) 
    19  
    20         * ChangeLog, UPDATING: Mention requirement to encode X-Label: headers 
    21         in UPDATING 
     24        * UPDATING: Mention requirement to encode X-Label: headers in 
     25        UPDATING 
    2226 
    23272008-05-21 23:20 -0700  Rocco Rutte  <pdmef@gmx.net>  (bba92e401440) 
     
    28322008-05-21 22:59 -0700  Piarres Beobide Egaña  <pi@beobide.net>  (51c494a2e735) 
    2933 
    30         * ChangeLog, po/eu.po: Updated Basque translation. 
     34        * po/eu.po: Updated Basque translation. 
    3135 
    32362008-05-21 22:55 -0700  René Clerc  <rene@clerc.nl>  (e95a579cf5e4) 
  • configure.ac

    r5404 r5408  
    167167fi 
    168168 
    169 AC_ARG_WITH(mixmaster, AC_HELP_STRING([--with-mixmaster[=PATH]], [Include Mixmaster support]), 
     169AC_ARG_WITH(mixmaster, AC_HELP_STRING([--with-mixmaster@<:@=PATH@:>@], [Include Mixmaster support]), 
    170170  [if test "$withval" != no 
    171171   then 
     
    193193fi 
    194194 
    195 AC_ARG_WITH(slang, AC_HELP_STRING([--with-slang[=DIR]], [Use S-Lang instead of ncurses]), 
     195AC_ARG_WITH(slang, AC_HELP_STRING([--with-slang@<:@=DIR@:>@], [Use S-Lang instead of ncurses]), 
    196196        [AC_CACHE_CHECK([if this is a BSD system], mutt_cv_bsdish, 
    197197                [AC_TRY_RUN([#include <sys/param.h> 
     
    444444 
    445445AC_ARG_WITH(homespool, 
    446   AC_HELP_STRING([--with-homespool[=FILE]], [File in user's directory where new mail is spooled]), with_homespool=${withval}) 
     446  AC_HELP_STRING([--with-homespool@<:@=FILE@:>@], [File in user's directory where new mail is spooled]), with_homespool=${withval}) 
    447447if test x$with_homespool != x; then 
    448448        if test $with_homespool = yes; then 
     
    619619dnl -- imap dependencies -- 
    620620 
    621 AC_ARG_WITH(gss, AC_HELP_STRING([--with-gss[=PFX]], [Compile in GSSAPI authentication for IMAP]),  
     621AC_ARG_WITH(gss, AC_HELP_STRING([--with-gss@<:@=PFX@:>@], [Compile in GSSAPI authentication for IMAP]),  
    622622    gss_prefix="$withval", gss_prefix="no") 
    623623if test "$gss_prefix" != "no" 
     
    649649dnl -- end imap dependencies -- 
    650650 
    651 AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl[=PFX]], [Compile in SSL support for POP/IMAP/SMTP using OpenSSL]), 
     651AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl@<:@=PFX@:>@], [Compile in SSL support for POP/IMAP/SMTP using OpenSSL]), 
    652652[       if test "$with_ssl" != "no" 
    653653        then 
     
    682682]) 
    683683 
    684 AC_ARG_WITH([gnutls], AC_HELP_STRING([--with-gnutls[=PFX]], [Compile in SSL support for POP/IMAP/SMTP using gnutls]), 
     684AC_ARG_WITH([gnutls], AC_HELP_STRING([--with-gnutls@<:@=PFX@:>@], [Compile in SSL support for POP/IMAP/SMTP using gnutls]), 
    685685    [gnutls_prefix="$withval"], [gnutls_prefix="no"]) 
    686686if test "$gnutls_prefix" != "no" && test x"$need_ssl" != xyes 
     
    707707AM_CONDITIONAL(USE_SSL, test x$need_ssl = xyes) 
    708708 
    709 AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl[=PFX]], [Use Cyrus SASL 2 network security library]), 
     709AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl@<:@=PFX@:>@], [Use Cyrus SASL 2 network security library]), 
    710710        [        
    711711        if test "$with_sasl" != "no" 
     
    820820AC_ARG_WITH(gdbm, AC_HELP_STRING([--without-gdbm], 
    821821  [Don't use gdbm even if it is available])) 
    822 AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb[=DIR]], 
     822AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb@<:@=DIR@:>@], 
    823823  [Use BerkeleyDB4 if gdbm is not available])) 
    824824 
     
    10711071dnl -- IDN depends on iconv 
    10721072 
    1073 AC_ARG_WITH(idn, AC_HELP_STRING([--with-idn=[PFX]], [Use GNU libidn for domain names]), 
     1073AC_ARG_WITH(idn, AC_HELP_STRING([--with-idn=@<:@PFX@:>@], [Use GNU libidn for domain names]), 
    10741074                 [ 
    10751075                  if test "$with_idn" != "no" ; then 
  • m4/iconv.m4

    r3921 r5408  
    99 
    1010  AC_ARG_WITH([libiconv-prefix], 
    11 AC_HELP_STRING([--with-libiconv-prefix=DIR], [Search for libiconv in DIR/include and DIR/lib]), [ 
     11AC_HELP_STRING([--with-libiconv-prefix@<:@=DIR@:>@], [Search for libiconv in DIR/include and DIR/lib]), [ 
    1212    for dir in `echo "$withval" | tr : ' '`; do 
    1313      if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi