aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * NEWS: changes since 1.0.7.David Shaw2002-06-211-7/+13
| | | | | | * configure.ac: Set new version number (1.1.90), and fix Solaris compiler flags for shared objects.
* * configure.ac: Move -lsocket and -lnsl checks before LDAP link tests soDavid Shaw2002-06-111-32/+44
| | | | | | | | | they work properly on Solaris. Noted by David Champion. Also, check for the Mozilla LDAP library if the OpenLDAP library check fails. Put -lsocket and -lnsl in NETLIBS rather than LIBS so not all programs are forced to link to them.
* * configure.ac: Add a switch for the experimental external HKP keyserverDavid Shaw2002-06-061-0/+13
| | | | | interface.
* * configure.ac: Check for strcasecmp and strncasecmp. RemovedWerner Koch2002-05-221-2/+3
| | | | | stricmp and memicmp checks.
* configure.ac: If LDAP comes up unusable, try #including <lber.h> beforeDavid Shaw2002-05-081-1/+16
| | | | | giving up. Old versions of OpenLDAP require that.
* configure.ac: In g10defs.h, use \ for the directory separator whenDavid Shaw2002-05-031-0/+9
| | | | | HAVE_DOSISH_SYSTEM is on.
* * configure.ac: Add --disable-exec flag to disable all remote programDavid Shaw2002-05-031-13/+23
| | | | | | | | | execution. --disable-exec implies --disable-ldap and --disable-mailto. Also look in /usr/lib for sendmail. If sendmail is not found, do not default - just fail. * exec.c: Provide stubs for exec_ functions when NO_EXEC is defined.
* configure.ac: Try and link to a sample LDAP program to check if the LDAPDavid Shaw2002-04-301-2/+17
| | | | | | | we're about to use is really sane. The most common problem (using a very old OpenLDAP), could be fixed with an extra #include, but this would not be very portable to other LDAP libraries.
* Bumbed version numberWerner Koch2002-04-291-1/+1
|
* Last preparations for 1.0.7Werner Koch2002-04-291-1/+1
|
* g10/Werner Koch2002-04-251-3/+2
| | | | | | | | | | | | | | | * g10.c, options.h: New options --display, --ttyname, --ttytype, --lc-ctype, --lc-messages to be used with future versions of the gpg-agent. * passphrase.c (agent_send_option,agent_send_all_options): New. (agent_open): Send options to the agent. * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit do_sync because revalidation_mark does it only if when the timestamp actually changes. / * configure.ac: Check for locale.h and setlocale
* po/Werner Koch2002-04-221-1/+1
| | | | | * et.po, tr.po, cs.po, it.po, id.po: Updated.
* preparing 1.0.7SNAP-1-0-6eWerner Koch2002-04-191-2/+2
|
* doc fixesWerner Koch2002-04-171-1/+3
|
* * configure.ac (ALL_LINGUAS): Added Czech, Galician and GreekWerner Koch2002-04-091-1/+1
| | | | | translations. s/es_ES/es/.
* * configure.ac (ALL_LINGUAS): Added Czech translation.Werner Koch2002-04-091-1/+1
|
* * gpg.sgml: Add an entry for --export-ownertrust. Suggested byWerner Koch2002-03-061-1/+1
| | | | | | Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
* Alwayus define _GNU_SOURCE. Since this is always defined in config.h, theDavid Shaw2002-03-051-9/+1
| | | | | | | | various autoconf tests should be tested with it enabled. This also works around a compiler warning caused by a minor header bug in glibc 2.1 that causes fseeko to be defined when building gpg, but not when tested for in configure
* bumped version numberWerner Koch2002-03-031-1/+1
|
* released 1.0.6dWerner Koch2002-03-031-1/+1
|
* bumbed versionWerner Koch2001-12-221-1/+1
|
* About to released 1.0.6c snapshot.SNAP-1-0-6cWerner Koch2001-12-221-2/+2
|
* * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.Werner Koch2001-12-221-0/+4
| | | | | * acconfig.h: Removed, it should no longer be used.
* Replace mkdtemp if the platform doesn't have itDavid Shaw2001-12-201-0/+1
|
* Have autoconf look for stat()David Shaw2001-12-201-1/+1
|
* * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin targetWerner Koch2001-12-191-2/+8
| | | | | * configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
* Minor fixesWerner Koch2001-12-151-1/+1
|
* Build changes for keyserver codeDavid Shaw2001-12-061-1/+32
|
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-081-1/+1
|
* more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2001-10-231-10/+11
|
* make check does work againWerner Koch2001-09-281-2/+5
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-091-4/+4
|
* Revamped the keyring codeWerner Koch2001-09-061-39/+0
|
* Random changesWerner Koch2001-08-251-9/+39
|
* Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch2001-08-201-36/+100
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-201-0/+5
|
* More Windows and autoconf fixesWerner Koch2001-08-071-2/+2
|
* added and removed some filesWerner Koch2001-07-271-0/+814