aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-02Preparing 1.4.10.Werner Koch1-2/+1
2009-08-13Updated the German translation. Minor doc changes.Werner Koch1-2/+2
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-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.
2009-06-05Remove Camellia restriction.David Shaw1-12/+2
2008-10-03* configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as weDavid Shaw1-1/+0
no longer use it. Noted by John Clizbe.
2008-08-27* configure.ac: Use printf for the most portable SVN versionDavid Shaw1-4/+2
detection.
2008-08-11Fix bug #947 (expire time overflow)Werner Koch1-0/+13
2008-04-30Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch1-1/+2
Minor W32 installer fix.
2008-03-31* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we useDavid Shaw1-1/+2
curl_version_info().
2008-03-26Post release version number bump.Werner Koch1-2/+2
2008-03-26prepare a release.gnupg-1.4.9Werner Koch1-1/+1
2008-03-22Improved AES performance.Werner Koch1-1/+1
2008-03-07* configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw1-4/+5
understand '-n'. Use tr to trim the carriage return instead.
2008-03-06* configure.ac: Post-release update.David Shaw1-2/+2
2007-12-20Preparing a releaseWerner Koch1-1/+1
2007-12-17Fixd a W32 problems with ldaps.Werner Koch1-3/+12
2007-12-14Preparing a release candidateWerner Koch1-2/+3
2007-11-16Post release updateWerner Koch1-2/+2
2007-11-16Preparing a release candidategnupg-1.4.8rc1Werner Koch1-2/+2
2007-10-23Switched to GPLv3.Werner Koch1-26/+26
Updated gettext.
2007-10-17* configure.ac: Change various help messages to use AC_HELP_STRING.David Shaw1-14/+21
2007-07-18* configure.ac: It seems that AM_GNU_GETTEXT doesn't like being runDavid Shaw1-4/+4
conditionally and it confuses the includes when doing later type checks. This is bug#810.
2007-07-08* configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to doDavid Shaw1-0/+1
per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well.
2007-06-13Add Camellia. Do not enable this if you are not doing interopDavid Shaw1-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.
2007-04-16Don't build shmtest unless we have shm.David Shaw1-0/+2
2007-04-16Use sysconf() when possible as not all platforms have getpagesize().David Shaw1-1/+1
2007-04-15* configure.ac: QNX puts resolver functions in libsocket. From SeanDavid Shaw1-6/+6
Boudreau.
2007-03-05Post release updateWerner Koch1-2/+2
2007-03-05Preparing 1.4.7gnupg-1.4.7Werner Koch1-1/+1
2006-12-21* configure.ac: Only check for libusb if we're building with cardDavid Shaw1-1/+4
support. Noted by Gilles Espinasse.
2006-12-11Removed the use of g10defs.h.Werner Koch1-74/+50
This required some code cleanups and the introduction of a few accessor ducntions in mpi.
2006-12-08* configure.ac: AM_CONDITIONAL must not be used inside an if/then.David Shaw1-13/+12
2006-12-07/Werner Koch1-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.
2006-12-06Post release updatesWerner Koch1-2/+2
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch1-1/+16
2006-11-29Preparing an RCWerner Koch1-2/+2
2006-11-06* configure.ac: --enable-minimal leaves out gettext and all resolverDavid Shaw1-15/+20
functions (SRV, PKA, & CERT).
2006-10-02fix for bug 537 and documentation fixes.Werner Koch1-0/+1
2006-09-28Move strsep() and ascii_isspace() to libcompat.David Shaw1-2/+2
2006-08-01Post release updates.Werner Koch1-2/+2
2006-08-01Forgot this one.gnupg-1.4.5Werner Koch1-1/+1
2006-07-28Preparing a release candidategnupg-1.4.5rc1Werner Koch1-2/+2
2006-07-08* configure.ac: Fix resolver autoconf code so it works (fails)David Shaw1-22/+25
properly with uClibc.
2006-06-25Post release version updateWerner Koch1-2/+2
2006-06-25About to do a new releaseWerner Koch1-1/+1
2006-05-23* configure.ac: Add --disable-optimization. This is handy for debuggingDavid Shaw1-0/+9
so the compiler doesn't rearrange things and eliminate variables.
2006-05-222006-05-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-18/+1
* configure.ac: Remove check for noexecstack and invoke CL_AS_NOEXECSTACK instead. m4/ 2006-05-22 Marcus Brinkmann <[email protected]> * noexecstack.m4: New file.
2006-05-16Forgot to save the actual fixWerner Koch1-2/+2
2006-04-27* NEWS: Note SHA-224 and DSA2.David Shaw1-24/+23
* configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now.
2006-04-12use minimal posix sed Werner Koch1-1/+2