aboutsummaryrefslogtreecommitdiffstats
path: root/m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve libcurl detection.Werner Koch2013-08-061-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
* w32: Always require libiconv.Werner Koch2013-08-011-37/+125
| | | | | | | | | | | | | | | | | | | | | * configure.ac (missing_iconv): Set and die if we have no libiconv. * m4/iconv.m4: Update from libiconv 1.14. * tools/Makefile.am (gpgtar_LDADD): Add LIBICONV. * jnlib/utf8conv.c: Always include iconv.h (load_libiconv): Remove this w32 only function. (iconv_open, iconv, iconv_close): Remove W32 function pointer. (set_native_charset): Do not call load_libiconv. (jnlib_iconv_open, jnlib_iconv, jnlib_iconv_close): Ditto. -- This patch removes the on-demand-loading of libiconv which we did for 13 years or so. The rationale back then was that libiconv is too large and often not used. Nowadays all kind of Unix software has been ported to Windows and many of them require libiconv. Thus in the end there is no saving from not requiring it. It also remove a common source of trouble with awrong or missing iconv.dll. Signed-off-by: Werner Koch <[email protected]>
* Update gpg-error, libgcrypt, and ksba m4 scripts.Werner Koch2013-05-103-17/+70
| | | | | | | | | | * m4/gpg-error.m4: Update from libgpg-error repo. * m4/ksba.m4: Likewise. * m4/libgcrypt.m4: Likewise. -- GnuPG-bug-id: 1496. Signed-off-by: Werner Koch <[email protected]>
* Issue 1447: Pass proper Host header and SNI when SRV is used with curl.David Shaw2012-12-181-0/+9
| | | | | | | | | | | | * configure.ac: Check for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. * keyserver/gpgkeys_hkp.c (main, srv_replace): Call getaddrinfo() on each target. Once we find one that resolves to an address (whether IPv4 or IPv6), pass it into libcurl via CURLOPT_RESOLVE using the SRV name as the "host". Force the HTTP Host header to be the same.
* Fix --with-pth-prefix help string.Werner Koch2012-03-301-4/+4
| | | | --
* Generate the ChangeLog from commit logs.Werner Koch2011-12-022-1/+9
| | | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * 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.
* 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.
* Fixed some autoconf bit rot.Werner Koch2011-08-043-11/+16
| | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I need to fix some wrong call conventions for AC_LANG_PROGRAM. Also factor out an m4 conditional construct from AC_INIT to avoid the "not a literal" warning.
* .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 <[email protected]>Marcus Brinkmann2007-06-152-2/+3
| | | | | | * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and ulonglong.m4.
* 2007-06-15 Marcus Brinkmann <[email protected]>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