aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.4.12gnupg-1.4.12Werner Koch2012-01-301-1/+1
|
* w32: Always build with -fno-omit-frame-pointer.Werner Koch2012-01-161-0/+8
| | | | | This is required due to a bug in the mingw32 runtime. * configure.ac (HAVE_W32_SYSTEM): Force use of -fno-omit-frame-pointer.
* Include bzip2 code to ease building for W32.Werner Koch2012-01-131-3/+13
| | | | | | | | | | | | * bzlib/: Include bzip2 code. * configure.ac [W32]: Force use of included bzip2 code. * scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option. * Makefile.am (SUBDIRS): Add bzip. Use it only under W32. -- In the past it happened that we forgot to build against bzip2 which is a standard feature these days. Having the source included makes sure that we will always build with bzip2 support.
* Replace file locking by the new portable dotlock code.Werner Koch2012-01-101-1/+2
| | | | | | | | | | | | | * include/dotlock.h: New. From current gnupg master. * util/dotlock.c: Ditto. Include util.h. The major changes done in master are: Factor Unix and W32 specific code out into specific functions. Define HAVE_POSIX_SYSTEM. Rearrange some functions. (disable_dotlock): Rename to dotlock_disable. (create_dotlock): Rename to dotlock_create and add a dummy arg. (destroy_dotlock): Rename to dotlock_destroy. (make_dotlock): Rename to dotlock_take. (release_dotlock): Rename to dotlock_release. (remove_lockfiles): Rename to dotlock_remove_lockfiles.
* Update copyright years.Werner Koch2012-01-101-1/+1
| | | | * util/argparse.c (default_strusage): Update printed copyright year.
* Use gcc pragmas to suppress some warnings.Werner Koch2012-01-101-0/+7
| | | | | | | | | * configure.ac (AH_BOTTOM): Add GNUPG_GCC_VERSION macro. * util/estream-printf.c (pr_float): Use new gcc pragma to ignore a warning about a non-literal format. * util/miscutil.c (asctimestamp): Ditto. * cipher/md.c (md_stop_debug): Use new gcc pragme to ignore a warning * about a set but unused variable.
* Fixed some autoconf bit rot.Werner Koch2011-08-091-32/+33
| | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
* Support a git revision numberWerner Koch2010-12-281-1/+4
|
* Detect unsigned time_t and adjust y2038 detection.Werner Koch2010-10-271-0/+2
|
* Post release updatesWerner Koch2010-10-181-2/+2
|
* Prepare for 1.4.11Werner Koch2010-10-181-1/+1
|
* VMS fixesWerner Koch2010-10-101-3/+14
|
* Remove FAQ stuffWerner Koch2010-10-051-1/+0
|
* The rest of the VMS changes.Werner Koch2010-09-281-1/+1
|
* Preparing a release candidateWerner Koch2010-09-231-2/+2
|
* Post release version number bumpWerner Koch2009-09-021-2/+2
|
* Preparing 1.4.10.Werner Koch2009-09-021-2/+1
|
* Updated the German translation. Minor doc changes.Werner Koch2009-08-131-2/+2
|
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-211-0/+11
| | | | | | | | For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
* Remove Camellia restriction.David Shaw2009-06-051-12/+2
|
* * configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as weDavid Shaw2008-10-031-1/+0
| | | | | no longer use it. Noted by John Clizbe.
* * configure.ac: Use printf for the most portable SVN versionDavid Shaw2008-08-271-4/+2
| | | | | detection.
* Fix bug #947 (expire time overflow)Werner Koch2008-08-111-0/+13
|
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-301-1/+2
| | | | | Minor W32 installer fix.
* * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we useDavid Shaw2008-03-311-1/+2
| | | | | curl_version_info().
* Post release version number bump.Werner Koch2008-03-261-2/+2
|
* prepare a release.gnupg-1.4.9Werner Koch2008-03-261-1/+1
|
* Improved AES performance.Werner Koch2008-03-221-1/+1
|
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-03-071-4/+5
| | | | | understand '-n'. Use tr to trim the carriage return instead.
* * configure.ac: Post-release update.David Shaw2008-03-061-2/+2
|
* Preparing a releaseWerner Koch2007-12-201-1/+1
|
* Fixd a W32 problems with ldaps.Werner Koch2007-12-171-3/+12
|
* Preparing a release candidateWerner Koch2007-12-141-2/+3
|
* Post release updateWerner Koch2007-11-161-2/+2
|
* Preparing a release candidategnupg-1.4.8rc1Werner Koch2007-11-161-2/+2
|
* Switched to GPLv3.Werner Koch2007-10-231-26/+26
| | | | | Updated gettext.
* * configure.ac: Change various help messages to use AC_HELP_STRING.David Shaw2007-10-171-14/+21
|
* * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being runDavid Shaw2007-07-181-4/+4
| | | | | | conditionally and it confuses the includes when doing later type checks. This is bug#810.
* * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to doDavid Shaw2007-07-081-0/+1
| | | | | | per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well.
* Add Camellia. Do not enable this if you are not doing interopDavid Shaw2007-06-131-3/+23
| | | | | | | testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it.
* Don't build shmtest unless we have shm.David Shaw2007-04-161-0/+2
|
* Use sysconf() when possible as not all platforms have getpagesize().David Shaw2007-04-161-1/+1
|
* * configure.ac: QNX puts resolver functions in libsocket. From SeanDavid Shaw2007-04-151-6/+6
| | | | | Boudreau.
* Post release updateWerner Koch2007-03-051-2/+2
|
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-051-1/+1
|
* * configure.ac: Only check for libusb if we're building with cardDavid Shaw2006-12-211-1/+4
| | | | | support. Noted by Gilles Espinasse.
* Removed the use of g10defs.h.Werner Koch2006-12-111-74/+50
| | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi.
* * configure.ac: AM_CONDITIONAL must not be used inside an if/then.David Shaw2006-12-081-13/+12
|
* /Werner Koch2006-12-071-1/+0
| | | | | | | | | * configure.ac: Remove GNUPG_DATADIR for non-W32 systems. g10/ * Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR. * openfile.c (copy_options_file): Use log_info and not log_error to avoid error returns in case of a missing skeleton file.
* Post release updatesWerner Koch2006-12-061-2/+2
|