aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump version.Matthias Andree2010-08-271-1/+1
|
* Fix MD5* library pickup.Matthias Andree2010-05-171-3/+9
| | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian.
* Bump version to 6.3.17.Matthias Andree2010-05-061-1/+1
|
* Bump version.Matthias Andree2010-04-181-1/+1
|
* Add AM_PROG_CC_C_O.Matthias Andree2010-04-081-0/+1
|
* Remove dead code.Matthias Andree2010-04-071-5/+0
|
* Bump version.Matthias Andree2010-04-061-1/+1
|
* Update for 6.3.15 release.Matthias Andree2010-03-281-1/+1
|
* Correct MD5Init library check.Matthias Andree2010-03-201-1/+2
|
* Bump version.Matthias Andree2010-03-191-2/+2
|
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-3/+3
|
* Further type fixes.Matthias Andree2010-03-181-3/+3
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Properly check for h_errno declaration and include netdb.h.Matthias Andree2010-03-051-0/+7
|
* Bump version to -beta2.Matthias Andree2010-02-261-1/+1
|
* Bump version to 6.3.15-beta1.Matthias Andree2010-02-241-1/+1
|
* Bump version for upcoming release.Matthias Andree2010-02-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5478
* Fix CPPFLAGS for GSSAPI compiles.Matthias Andree2009-10-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5454
* Release 6.3.13.Matthias Andree2009-10-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5449
* Bump version.Matthias Andree2009-10-051-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5437
* Work around screwed Solaris /bin/sh and go for XPG shells.Matthias Andree2009-10-051-0/+18
| | | | svn path=/branches/BRANCH_6-3/; revision=5436
* Look for MD5_Init in libcrypto (not libssl).Matthias Andree2009-08-191-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5423
* Add a reference to fetchmail.man version ID.Matthias Andree2009-08-061-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5399
* Bump version for security release.Matthias Andree2009-08-051-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5397
* Prepare 6.3.10 release.Matthias Andree2009-07-021-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5369
* Add two AC_CACHE_SAVE macros to speed up re-configuring.Matthias Andree2009-05-251-0/+4
| | | | | | This is useful after installing missing -dev[el] packages. svn path=/branches/BRANCH_6-3/; revision=5342
* Bump version to a beta for softbounce testing.Matthias Andree2009-05-241-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5317
* Remove autobuild support.Matthias Andree2009-05-041-7/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5294
* Fix up configure.ac after m4/ inline.Matthias Andree2009-05-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5282
* Berlios Patch #2525, courtesy of Diego E. "Flameeyes" Pettenò:Matthias Andree2009-01-041-3/+3
| | | | | | | | | | | | | "The AC_CANONICAL_TARGET macro and the $target_os variables are used for the target of compilers and other code-generation tools, and should not be used during cross-compile of generic software. Replace them with AC_CANONICAL_HOST and $host_os instead, as they should have been from the start. For a breakdown of what host, build and target machines are, please see http://blog.flameeyes.eu/s/canonical-target ." svn path=/branches/BRANCH_6-3/; revision=5258
* Prepare release 6.3.9.Matthias Andree2008-11-161-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5242
* Bump version to 6.3.9-rc3.Matthias Andree2008-11-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5230
* Fix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel.Matthias Andree2008-06-241-1/+4
| | | | | | Bump release to -rc2. svn path=/branches/BRANCH_6-3/; revision=5205
* Remove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS.Matthias Andree2008-05-241-2/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=5186
* Update for autoconf 2.60 and newer.Matthias Andree2008-05-241-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5185
* Revise getnameinfo check to ensure NULL is defined and the result is properlyMatthias Andree2007-12-261-0/+6
| | | | | | | evaluated, to avoid bogus results on for instance FreeBSD and redefinitions of NI_* at compile time. svn path=/branches/BRANCH_6-3/; revision=5146
* Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31.Matthias Andree2007-12-261-41/+77
| | | | | | This requires some minor fixes though. svn path=/branches/BRANCH_6-3/; revision=5145
* Bump version to 6.3.9-rc1.Matthias Andree2007-07-291-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5121
* Check for dn_skipname() when checking res_search() to resolve µClibc ↵Matthias Andree2007-06-101-2/+2
| | | | | | | | | compile failures. This works by disabling the DNS alias detection feature, which is however deprecated anyways. svn path=/branches/BRANCH_6-3/; revision=5106
* Bump version for release.Matthias Andree2007-04-061-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5086
* Bump version in preparation of -rc3.Matthias Andree2007-03-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5077
* Stipulate expected gettext version Matthias Andree2007-03-241-1/+1
| | | | | | (only relevant for maintainer). svn path=/branches/BRANCH_6-3/; revision=5066
* Snapshot 6.3.8-rc2.Matthias Andree2007-03-191-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5062
* Snapshot 6.3.8-rc1.Matthias Andree2007-03-171-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5055
* Bump version.Matthias Andree2007-02-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5040
* Bump version to 6.3.7.Matthias Andree2007-02-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5034
* Whitelist Darwin 9 (MacOS X 10.5 'Leopard') with a thread-safe getaddrinfo().Matthias Andree2007-02-041-0/+1
| | | | | | Reported by Uli Zappe. svn path=/branches/BRANCH_6-3/; revision=5028
* Bump version.Matthias Andree2007-02-031-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5024
* Add a few comments around Python detection.Matthias Andree2007-01-171-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5018
* r5010@balu: mandree | 2007-01-04 00:25:36 +0100Matthias Andree2007-01-041-4/+7
| | | | | | Bump version and revise header comments. svn path=/branches/BRANCH_6-3/; revision=5007