aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-1/+1
| | | | Re-sign EN and SAs because that broke signatures.
* Bump version.Matthias Andree2013-04-231-1/+1
|
* Bump version.Matthias Andree2013-02-031-1/+1
|
* Remove LSM-related stuff from the distribution.Matthias Andree2012-12-231-1/+1
| | | | | | | IBiblio no longer accepts submissions, and considers itself an archive. There is no point in our carrying forward any related material, if needed for reference purposes, it can be fetched from older versions in the Git repository.
* Repair --logfile regression of 6.3.23,Matthias Andree2012-12-131-1/+1
| | | | reported by Heinz Diehl.
* Release 6.3.23.Matthias Andree2012-12-101-1/+1
|
* Move forward to prepare a 6.3.23 release and request translation.Matthias Andree2012-12-051-2/+3
|
* Update copyright and SecAnn' version.Matthias Andree2012-08-301-1/+1
|
* Warn if SSL is disabled, suggest --with-ssl.Matthias Andree2012-08-171-1/+2
|
* GSSAPI build fix.Matthias Andree2012-08-151-5/+14
| | | | | | The GSSAPI-related autoconf code now matches gssapi.c better, and uses a different check to look for GSS_C_NT_HOSTBASED_SERVICE. This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
* Bump version to 6.3.22.Matthias Andree2012-05-031-2/+2
|
* Fix build on SSLv2-disabled OpenSSL setupsMatthias Andree2011-10-261-0/+5
| | | | | | | | On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to fix the build) and print a run-time error that the OS does not support SSLv2. Fixes Debian Bug #622054, but note that that bug report has a more thorough patch that does away with SSLv2 altogether.
* Bump version to 6.3.21, mark release date.Matthias Andree2011-08-211-1/+1
|
* Bump version to 6.3.20.Matthias Andree2011-06-061-1/+1
|
* Bump version - hopefully final release candidate.Matthias Andree2011-05-291-1/+1
|
* Bump version to -rc2.Matthias Andree2011-05-261-1/+1
|
* Fix opie.h error handling.Matthias Andree2011-05-171-2/+2
| | | | Properly quote AC_MSG_ERROR argument.
* Bump version.Matthias Andree2011-04-111-1/+1
|
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-141-11/+1
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-101-1/+1
|
* Bump version.Matthias Andree2010-10-221-1/+1
|
* Request that autopoint installs gettext 0.17.Matthias Andree2010-10-161-0/+1
| | | | Should fix a MacOS X bootstrapping problem reported by Christian Ebert.
* Remove AM_GNU_GETTEXT_VERSION to avoid @MKINSTALLDIRS@ issues on Ubuntu 10.10.Matthias Andree2010-10-151-1/+0
|
* Bump versions in preparation of release.Matthias Andree2010-10-091-1/+1
|
* Avoid compiling empty C files if NTLM is disabled.Matthias Andree2010-10-091-0/+1
|
* Bump version to -pre2.Matthias Andree2010-09-251-1/+1
|
* 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