summaryrefslogtreecommitdiffstats
path: root/m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Update gpg-error.m4.Werner Koch2015-04-121-5/+7
| | | | --
* build: Replace deprecated autconf macro.Werner Koch2014-12-112-2/+2
| | | | | | | | | | * m4/intl.m4: s/AM_PROG_MKDIR_P/AC_PROG_MKDIR_P/ * m4/po.m4: Ditto. -- In preparation of moving to automake 1.14. GnuPG-bug-id: 1776
* First changes for future use of NTBTLS.Werner Koch2014-10-022-1/+138
| | | | | | | | | | | | | | * configure.ac (NEED_NTBTLS_ABI, NEED_NTBTLS_VERSION): New. (HTTP_USE_NTBTLS): New. Prefer over GNUTLS. * m4/ntbtls.m4: New. * m4/Makefile.am (EXTRA_DIST): Add new file. * common/http.c: Add conditionals to eventually use NTBTLS. -- This is only the configure stuff. If you have NTBTLS installed GNUTLS will not be used but there won't be any https support either :-(. This patch is used to have a real world test bench for the forthcoming library.
* build: Update m4 scriptsWerner Koch2014-10-022-22/+74
| | | | | | | * m4/gpg-error.m4: Update from Libgpg-error git master. * m4/libgcrypt.m4: Update from Libgcrypt git master. * configure.ac: Declare SYSROOT a precious variable. Add extra error message for library configuration mismatches.
* Switch to the libgpg-error provided estream.Werner Koch2014-08-262-51/+0
| | | | | | | | | | * configure.ac (NEED_GPG_ERROR_VERSION): Reguire 1.14. (GPGRT_ENABLE_ES_MACROS): Define. (estream_INIT): Remove. * m4/estream.m4: Remove. * common/estream-printf.c, common/estream-printf.h: Remove. * common/estream.c, common/estream.h: Remove. * common/init.c (_init_common_subsystems): Call gpgrt initialization.
* List readline support in configure summaryWerner Koch2014-03-111-0/+3
| | | | | | | | | | | | | | | | | | | | * m4/readline.m4: Set gnupg_cv_have_readline. * configure.ac: Add readline support to summary output. -- Readline is an optional feature which is build if the readline development files are available on the build systems. Too often they are missing on a (new) build machine which at least makes debugging inconvenient. Backport useful code from fixes for bug 1447. * configure.ac: Cehck for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. -- We do not have keyserver helpers anymore but this fixes may come handy eventually.
* Backport useful code from fixes for bug 1447.Werner Koch2014-03-101-0/+10
| | | | | | | | | | * configure.ac: Cehck for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. -- We do not have keyserver helpers anymore but this fixes may come handy eventually.
* Improve libcurl detection.Werner Koch2014-03-071-1/+5
| | | | | | | | | * m4/libcurl.m4: Do not use AC_PATH_PROG if --with-libcurl as been given. Suggested by John Marshall. -- GnuPG-bug-id: 1510 (cherry picked from commit 110b52fffa77b339e6d59eba939408f7e87e7138)
* config: Update npth.m4.Werner Koch2012-12-101-9/+32
| | | | * m4/npth.m4: Take from current npth master.
* Port to npth.Marcus Brinkmann2012-01-251-0/+89
| | | | | | | | | | | | | | | | | | | | | * configure.ac: Don't check for PTH but for NPTH. (AH_BOTTOM): Remove PTH_SYSCALL_SOFT. (have_pth): Rename to ... (have_npth): ... this. (USE_GNU_NPTH): Rename to ... (USE_GNU_PTH): ... this. * m4/npth.m4: New file. * agent/Makefile.am, agent/cache.c, agent/call-pinentry.c, agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c, agent/trustlist.c, common/Makefile.am, common/estream.c, common/exechelp-posix.c, common/exechelp-w32.c, common/exechelp-w32ce.c, common/http.c, common/init.c, common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c, dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c, dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am, g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am, scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c, scd/scdaemon.c, tools/Makefile.am: Port to npth.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-012-4/+12
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* accept --with-libgpg-error-prefix as well as --with-gpg-error-prefixJim Meyering2011-11-281-2/+12
| | | | * m4/gpg-error.m4: Update from git master.
* Fixed regression in libcurl.m4Werner Koch2011-09-122-1/+6
| | | | | Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall.
* Fix autoconf warnings and update config.* files.Werner Koch2011-08-103-10/+15
|
* Update some M4 files and AUTHORS.Werner Koch2011-03-014-17/+33
|
* Update gpg-error.m4 and libgcrypt.m4Werner Koch2011-02-233-8/+40
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-092-1/+6
| | | | | A few code changes to support dirmngr.
* .Werner Koch2009-09-041-1/+1
|
* Updated the german translationWerner Koch2009-09-032-0/+5
|
* Fixed a C-89 incompatibility.Werner Koch2008-04-234-0/+84
| | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert.
* Preparing a test releaseWerner Koch2008-02-155-108/+242
|
* Fixed a W32 ldaps problem.Werner Koch2007-12-172-1/+8
|
* 2007-06-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-06-152-2/+3
| | | | | | * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and ulonglong.m4.
* 2007-06-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-06-152-1/+5
| | | | | * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4.
* First steps towards supporting W32.Werner Koch2007-06-064-110/+13
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-153-0/+56
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-095-7/+20
|
* Upgraded gettext.Werner Koch2007-05-0715-380/+560
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Added missing files.Werner Koch2006-12-134-0/+440
| | | | | Changed direntry in gnupg.texi from gpg to gpg2.
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-2129-345/+553
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Made some PIN pads work.Werner Koch2006-11-202-0/+6
| | | | | Some cleanups for 64 bit CPUs.
* Silent GETEVENT command. Requires latest libassuan.Werner Koch2006-11-142-2/+21
| | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
* Various changesWerner Koch2006-10-104-28/+237
|
* Minor changes and typo fixes.Werner Koch2006-09-061-3/+36
|
* Missing m4 macrosDavid Shaw2006-08-273-0/+345
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-162-2/+2
| | | | | shows no prblems. Needs more testing of course.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-273-1/+42
|
* Added keyserver directory from trunkWerner Koch2006-06-303-0/+104
|
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-1/+1
|
* Preparing a new release. Updated gettextWerner Koch2004-09-3010-31/+358
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-09-309-0/+271
| | | | 'GNUPG-1-9-BRANCH'.
* Preparing for a releaseWerner Koch2004-03-062-7/+44
|
* * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,Werner Koch2004-02-186-0/+290
| | | | | | | | libassuan and ksba as they are now distributed in m4/. * gpg-error.m4, libgcrypt.m4, libassuan.m4, ksba.m4: New. * Makefile.am: Distribute them
* Added files we better keep in the CVSWerner Koch2003-12-091-2/+2
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-0919-0/+2026
| | | | 'GNUPG-1-9-BRANCH'.
* Update to gettext 0.11.5Werner Koch2003-04-292-0/+22