aboutsummaryrefslogtreecommitdiffstats
path: root/m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* po,intl: Update to 0.19.3.Werner Koch2015-02-2631-398/+645
|
* Modernize to automake 1.14.Werner Koch2015-01-192-4/+4
| | | | | | | | | | | | * Makefile.am (AUTOMAKE_OPTIONS): Move to ... * configure.ac (AM_INIT_AUTOMAKE): here and add serial-tests. * keyserver/Makefile.am: Replace INCLUDES by AM_CPPFLAGS. * mpi/Makefile.am: Ditto. * util/Makefile.am: Ditto. * keyserver/Makefile.am: Ditto. Adjusted other things. * m4/intl.m4, m4/po.m4: Use autoconf's AC_PROG_MKDIR_P.
* Issue 1447: Pass proper Host header and SNI when SRV is used with curl.David Shaw2012-12-191-0/+10
| | | | | | | | | | | | | | | | | | | * 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. Backported from 6b1f71055ebab36989e2089cfde319d2ba40ada7 * keyserver/gpgkeys_hkp.c (main): Only default try-dns-srv to on if we have SRV support in the first place. Backported from 732f3d1d4786239db5f31f82cc04ec79326cc13c
* gettext: Upgrade to version 0.18Werner Koch2012-12-1431-691/+1316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18. * po/Makefile.in.in: Upgrade to gettext-0.18. Keep option --previous of msgmerge. * intl/: Upgrade to gettext-0.18. * m4/gettext.m4: Upgrade to gettext-0.18.1. * m4/iconv.m4: Upgrade to gettext-0.18.1. * m4/lib-ld.m4: Upgrade to gettext-0.18.1. * m4/lib-link.m4: Upgrade to gettext-0.18.1. * m4/lib-prefix.m4: Upgrade to gettext-0.18.1. * m4/nls.m4: Upgrade to gettext-0.18.1. * m4/po.m4: Upgrade to gettext-0.18.1. * m4/progtest.m4: Upgrade to gettext-0.18.1. * m4/codeset.m4: Upgrade to gettext-0.18.1. * m4/fcntl-o.m4: New file, from gettext-0.18.1. * m4/glibc2.m4: Upgrade to gettext-0.18.1. * m4/glibc21.m4: Upgrade to gettext-0.18.1. * m4/intdiv0.m4: Upgrade to gettext-0.18.1. * m4/intl.m4: Upgrade to gettext-0.18.1. * m4/intldir.m4: Upgrade to gettext-0.18.1. * m4/intlmacosx.m4: Upgrade to gettext-0.18.1. * m4/intmax.m4: Upgrade to gettext-0.18.1. * m4/inttypes_h.m4: Upgrade to gettext-0.18.1. * m4/inttypes-pri.m4: Upgrade to gettext-0.18.1. * m4/lcmessage.m4: Upgrade to gettext-0.18.1. * m4/lock.m4: Upgrade to gettext-0.18.1. * m4/longlong.m4: Upgrade to gettext-0.18.1. * m4/printf-posix.m4: Upgrade to gettext-0.18.1. * m4/size_max.m4: Upgrade to gettext-0.18.1. * m4/stdint_h.m4: Upgrade to gettext-0.18.1. * m4/threadlib.m4: New file, from gettext-0.18.1. * m4/uintmax_t.m4: Upgrade to gettext-0.18.1. * m4/visibility.m4: Upgrade to gettext-0.18.1. * m4/wchar_t.m4: Upgrade to gettext-0.18.1. * m4/wint_t.m4: Upgrade to gettext-0.18.1. * m4/xsize.m4: Upgrade to gettext-0.18.1. * m4/Makefile.am (EXTRA_DIST): Add the new files.
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-1/+7
| | | | * ChangeLog: New file.
* Fixed some autoconf bit rot.Werner Koch2011-08-094-11/+15
| | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
* Update zH_TW and check for stdint.hWerner Koch2009-09-031-0/+1
|
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-213-1/+54
| | | | | | | | 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.
* Fixd a W32 problems with ldaps.Werner Koch2007-12-172-1/+8
|
* Switched to GPLv3.Werner Koch2007-10-2332-503/+1276
| | | | | Updated gettext.
* * ldap.m4: Revert the mozldap change: mozldap has some significantDavid Shaw2007-08-022-48/+32
| | | | | | | | differences around TLS compared to OpenLDAP, and will segfault (!) if the NSS library is not initialized first. Nothing impossible to do, but I think I'll wait until someone actually asks us for mozldap support.
* * ldap.m4: If we don't find ldap or winldap, try for mozldap.David Shaw2007-07-272-24/+52
|
* * libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape().David Shaw2007-01-162-7/+35
| | | | | | Replace with curl_escape() and curl_unescape() if libcurl doesn't have it.
* fix for bug 537 and documentation fixes.Werner Koch2006-10-023-1/+40
|
* * tar-ustar.m4: Use dd instead of strings as it's more likely to beDavid Shaw2006-07-122-1/+6
| | | | | around. Suggested by Nelson H. F. Beebe.
* * tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect toDavid Shaw2006-07-112-2/+5
| | | | | /dev/null instead.
* * tar-ustar.m4: Pass tar data through strings so that greps that don'tDavid Shaw2006-07-112-1/+7
| | | | | | grep in binary files (Solaris) can detect the string. Noted by Mark Davies.
* About to do a new releaseWerner Koch2006-06-252-1/+14
|
* 2006-05-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-222-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.
* * libcurl.m4: Fix mistaken AC_SUBST when curl is not found.David Shaw2006-05-102-1/+8
|
* * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.David Shaw2006-01-172-6/+13
|
* * libcurl.m4: Remove GOPHER, as that is not supported in libcurl anyDavid Shaw2006-01-162-4/+8
| | | | | longer.
* * libusb.m4: Check for libusb-config and if we find it, use --libs andDavid Shaw2005-11-062-3/+28
| | | | | | --cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries.
* * readline.m4: Check for rl_completion_func_t and rl_completion_matches.David Shaw2005-10-212-1/+8
|
* * ldap.m4: If a PATH is given to --with-ldap, bias directoryDavid Shaw2005-08-054-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.
* Add gpg-zip, a la PGP Zip.David Shaw2005-08-042-0/+48
|
* CURLINFO_NOW -> CURLVERSION_NOWDavid Shaw2005-07-201-1/+1
|
* Typo.David Shaw2005-07-201-1/+1
|
* * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW).David Shaw2005-07-202-2/+9
|
* * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has aDavid Shaw2005-06-222-3/+9
| | | | | clean curl-config.
* * libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw2005-04-242-1/+24
| | | | | libcurl don't have it. Substitute free() as an alternative.
* * readline.m4: Check for completion functionality.David Shaw2005-03-213-7/+12
| | | | | * ldap.m4: Comments.
* * ldap.m4: New. Moved from configure.ac.David Shaw2005-03-172-0/+92
|
* * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help buildDavid Shaw2005-03-012-4/+9
| | | | | problems on Mingw32.
* * libcurl.m4: More comments.David Shaw2005-02-042-7/+5
|
* * libcurl.m4: All versions of curl-config support --feature.David Shaw2005-01-252-6/+11
|
* * libcurl.m4: Note that FTPS existed, but wasn't fullyDavid Shaw2005-01-222-14/+38
| | | | | standards-compliant until version 7.11.0.
* * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw2005-01-182-5/+10
| | | | | automake syntax.
* * Makefile.am, libusb.m4: New libusb check macro.David Shaw2005-01-033-1/+55
|
* * libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw2004-12-243-68/+179
| | | | | | | libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4.
* * libcurl.m4: OSX has a problem with their curl-config script.David Shaw2004-12-232-0/+11
|
* * readline.m4: Make sure that readline is modern enough to understandDavid Shaw2004-12-233-9/+33
| | | | | | | | | rl_catch_signals. * libcurl.m4: Don't require curl-config to be present since it seems some binary packages don't include it. Allow users to specify LIBCURL and LIBCURL_INCLUDES for us.
* * libcurl.m4: Be much more strict with libcurl by trying to compile andDavid Shaw2004-12-222-1/+38
| | | | | link a test program that uses the features that we need.
* FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw2004-12-212-0/+45
|
* Readline fix to be robust against platforms where readline has its ownDavid Shaw2004-12-182-0/+60
| | | | | | dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.
* We don't want this file in the CVSWerner Koch2004-10-261-337/+0
|
* * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2004-10-141-0/+1
| | | | | | | | logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
* Updated po files from 1.2.5Werner Koch2004-07-271-1/+5
|
* * configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch2004-07-2716-27/+621
| | | | | | | | | | | (min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
* some late minor fixes.V1-3-6Werner Koch2004-05-221-0/+1
|