aboutsummaryrefslogtreecommitdiffstats
path: root/m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-06Improve libcurl detection.Werner Koch1-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
2013-08-01w32: Always require libiconv.Werner Koch1-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]>
2013-05-10Update gpg-error, libgcrypt, and ksba m4 scripts.Werner Koch3-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]>
2012-12-18Issue 1447: Pass proper Host header and SNI when SRV is used with curl.David Shaw1-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.
2012-03-30Fix --with-pth-prefix help string.Werner Koch1-4/+4
--
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-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.
2011-09-12Fixed regression in libcurl.m4Werner Koch2-1/+6
Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall.
2011-08-04Fixed some autoconf bit rot.Werner Koch3-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.
2009-09-04.Werner Koch1-1/+1
2009-09-03Updated the german translationWerner Koch2-0/+5
2008-04-23Fixed a C-89 incompatibility.Werner Koch4-0/+84
Minor changes to make it build on Debian bo. Thanks to Alain Guibert.
2008-02-15Preparing a test releaseWerner Koch5-108/+242
2007-12-17Fixed a W32 ldaps problem.Werner Koch2-1/+8
2007-06-152007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+3
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and ulonglong.m4.
2007-06-152007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4.
2007-06-06First steps towards supporting W32.Werner Koch4-110/+13
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch3-0/+56
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch5-7/+20
2007-05-07Upgraded gettext.Werner Koch15-380/+560
Fixed accidental dependency on libgcrypt 1.3.0.
2006-12-13Added missing files.Werner Koch4-0/+440
Changed direntry in gnupg.texi from gpg to gpg2.
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch29-345/+553
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-20Made some PIN pads work.Werner Koch2-0/+6
Some cleanups for 64 bit CPUs.
2006-11-14Silent GETEVENT command. Requires latest libassuan.Werner Koch2-2/+21
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
2006-10-10Various changesWerner Koch4-28/+237
2006-09-06Minor changes and typo fixes.Werner Koch1-3/+36
2006-08-27Missing m4 macrosDavid Shaw3-0/+345
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2-2/+2
shows no prblems. Needs more testing of course.
2006-07-27Preparing a new releasegnupg-1.9.22Werner Koch3-1/+42
2006-07-12* tar-ustar.m4: Use dd instead of strings as it's more likely to beDavid Shaw2-1/+6
around. Suggested by Nelson H. F. Beebe.
2006-07-11* tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect toDavid Shaw2-2/+5
/dev/null instead.
2006-07-11* tar-ustar.m4: Pass tar data through strings so that greps that don'tDavid Shaw2-1/+7
grep in binary files (Solaris) can detect the string. Noted by Mark Davies.
2006-06-30Added keyserver directory from trunkWerner Koch3-0/+104
2006-06-25About to do a new releaseWerner Koch2-1/+14
2006-05-222006-05-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+59
* 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-10* libcurl.m4: Fix mistaken AC_SUBST when curl is not found.David Shaw2-1/+8
2006-01-17* libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.David Shaw2-6/+13
2006-01-16* libcurl.m4: Remove GOPHER, as that is not supported in libcurl anyDavid Shaw2-4/+8
longer.
2005-11-06* libusb.m4: Check for libusb-config and if we find it, use --libs andDavid Shaw2-3/+28
--cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries.
2005-10-21* readline.m4: Check for rl_completion_func_t and rl_completion_matches.David Shaw2-1/+8
2005-08-05* ldap.m4: If a PATH is given to --with-ldap, bias directoryDavid Shaw4-18/+44
search towards the given path for includes and libraries. Noted by Jason Harris. * Makefile.am: Distribute tar-ustar.m4. * libcurl.m4: If a PATH is given to --with-libcurl, look for curl-config in that path. Bias directory search towards the given path for includes and libraries.
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw2-0/+48
2005-07-20CURLINFO_NOW -> CURLVERSION_NOWDavid Shaw1-1/+1
2005-07-20Typo.David Shaw1-1/+1
2005-07-20* libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW).David Shaw2-2/+9
2005-06-22* libcurl.m4: Only do the OS X linker fix on Panther. Tiger has aDavid Shaw2-3/+9
clean curl-config.
2005-04-24* libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw2-1/+24
libcurl don't have it. Substitute free() as an alternative.
2005-03-21* readline.m4: Check for completion functionality.David Shaw3-7/+12
* ldap.m4: Comments.
2005-03-17* ldap.m4: New. Moved from configure.ac.David Shaw2-0/+92
2005-03-01* libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help buildDavid Shaw2-4/+9
problems on Mingw32.
2005-02-04* libcurl.m4: More comments.David Shaw2-7/+5