Changeset 5408:9d0509641865
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5406
|
r5408
|
|
| | 1 | 2008-05-28 21:44 -0700 Vincent Lefevre <vincent@vinc17.org> (7b8ef3b8ff5a) |
| | 2 | |
| | 3 | * po/fr.po: Updated French translation |
| | 4 | |
| | 5 | 2008-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 | |
| 1 | 9 | 2008-05-22 20:22 -0700 Brendan Cully <brendan@kublai.com> (96a01436f88b) |
| 2 | 10 | |
| … |
… |
|
| 7 | 15 | 2008-05-22 17:01 +0200 Rocco Rutte <pdmef@gmx.net> (d612ef757ee9) |
| 8 | 16 | |
| 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. |
| 14 | 20 | |
| 15 | 21 | * init.h: Document that $check_mbox_size should be set before |
| 16 | 22 | mailboxes commands |
| 17 | 23 | |
| 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 |
| 22 | 26 | |
| 23 | 27 | 2008-05-21 23:20 -0700 Rocco Rutte <pdmef@gmx.net> (bba92e401440) |
| … |
… |
|
| 28 | 32 | 2008-05-21 22:59 -0700 Piarres Beobide Egaña <pi@beobide.net> (51c494a2e735) |
| 29 | 33 | |
| 30 | | * ChangeLog, po/eu.po: Updated Basque translation. |
| | 34 | * po/eu.po: Updated Basque translation. |
| 31 | 35 | |
| 32 | 36 | 2008-05-21 22:55 -0700 René Clerc <rene@clerc.nl> (e95a579cf5e4) |
-
|
r5404
|
r5408
|
|
| 167 | 167 | fi |
| 168 | 168 | |
| 169 | | AC_ARG_WITH(mixmaster, AC_HELP_STRING([--with-mixmaster[=PATH]], [Include Mixmaster support]), |
| | 169 | AC_ARG_WITH(mixmaster, AC_HELP_STRING([--with-mixmaster@<:@=PATH@:>@], [Include Mixmaster support]), |
| 170 | 170 | [if test "$withval" != no |
| 171 | 171 | then |
| … |
… |
|
| 193 | 193 | fi |
| 194 | 194 | |
| 195 | | AC_ARG_WITH(slang, AC_HELP_STRING([--with-slang[=DIR]], [Use S-Lang instead of ncurses]), |
| | 195 | AC_ARG_WITH(slang, AC_HELP_STRING([--with-slang@<:@=DIR@:>@], [Use S-Lang instead of ncurses]), |
| 196 | 196 | [AC_CACHE_CHECK([if this is a BSD system], mutt_cv_bsdish, |
| 197 | 197 | [AC_TRY_RUN([#include <sys/param.h> |
| … |
… |
|
| 444 | 444 | |
| 445 | 445 | AC_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}) |
| 447 | 447 | if test x$with_homespool != x; then |
| 448 | 448 | if test $with_homespool = yes; then |
| … |
… |
|
| 619 | 619 | dnl -- imap dependencies -- |
| 620 | 620 | |
| 621 | | AC_ARG_WITH(gss, AC_HELP_STRING([--with-gss[=PFX]], [Compile in GSSAPI authentication for IMAP]), |
| | 621 | AC_ARG_WITH(gss, AC_HELP_STRING([--with-gss@<:@=PFX@:>@], [Compile in GSSAPI authentication for IMAP]), |
| 622 | 622 | gss_prefix="$withval", gss_prefix="no") |
| 623 | 623 | if test "$gss_prefix" != "no" |
| … |
… |
|
| 649 | 649 | dnl -- end imap dependencies -- |
| 650 | 650 | |
| 651 | | AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl[=PFX]], [Compile in SSL support for POP/IMAP/SMTP using OpenSSL]), |
| | 651 | AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl@<:@=PFX@:>@], [Compile in SSL support for POP/IMAP/SMTP using OpenSSL]), |
| 652 | 652 | [ if test "$with_ssl" != "no" |
| 653 | 653 | then |
| … |
… |
|
| 682 | 682 | ]) |
| 683 | 683 | |
| 684 | | AC_ARG_WITH([gnutls], AC_HELP_STRING([--with-gnutls[=PFX]], [Compile in SSL support for POP/IMAP/SMTP using gnutls]), |
| | 684 | AC_ARG_WITH([gnutls], AC_HELP_STRING([--with-gnutls@<:@=PFX@:>@], [Compile in SSL support for POP/IMAP/SMTP using gnutls]), |
| 685 | 685 | [gnutls_prefix="$withval"], [gnutls_prefix="no"]) |
| 686 | 686 | if test "$gnutls_prefix" != "no" && test x"$need_ssl" != xyes |
| … |
… |
|
| 707 | 707 | AM_CONDITIONAL(USE_SSL, test x$need_ssl = xyes) |
| 708 | 708 | |
| 709 | | AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl[=PFX]], [Use Cyrus SASL 2 network security library]), |
| | 709 | AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl@<:@=PFX@:>@], [Use Cyrus SASL 2 network security library]), |
| 710 | 710 | [ |
| 711 | 711 | if test "$with_sasl" != "no" |
| … |
… |
|
| 820 | 820 | AC_ARG_WITH(gdbm, AC_HELP_STRING([--without-gdbm], |
| 821 | 821 | [Don't use gdbm even if it is available])) |
| 822 | | AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb[=DIR]], |
| | 822 | AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb@<:@=DIR@:>@], |
| 823 | 823 | [Use BerkeleyDB4 if gdbm is not available])) |
| 824 | 824 | |
| … |
… |
|
| 1071 | 1071 | dnl -- IDN depends on iconv |
| 1072 | 1072 | |
| 1073 | | AC_ARG_WITH(idn, AC_HELP_STRING([--with-idn=[PFX]], [Use GNU libidn for domain names]), |
| | 1073 | AC_ARG_WITH(idn, AC_HELP_STRING([--with-idn=@<:@PFX@:>@], [Use GNU libidn for domain names]), |
| 1074 | 1074 | [ |
| 1075 | 1075 | if test "$with_idn" != "no" ; then |
-
|
r3921
|
r5408
|
|
| 9 | 9 | |
| 10 | 10 | AC_ARG_WITH([libiconv-prefix], |
| 11 | | AC_HELP_STRING([--with-libiconv-prefix=DIR], [Search for libiconv in DIR/include and DIR/lib]), [ |
| | 11 | AC_HELP_STRING([--with-libiconv-prefix@<:@=DIR@:>@], [Search for libiconv in DIR/include and DIR/lib]), [ |
| 12 | 12 | for dir in `echo "$withval" | tr : ' '`; do |
| 13 | 13 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi |