From 7dc62ce5a81261255d9f25d3b08f5fa1f71e8fb7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 23 Feb 2011 12:44:07 +0100 Subject: Make gpg-error-config and gpg-error.m4 more robust. This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e03156..3745c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-02-23 Werner Koch + + * autogen.sh: Check git setup. + + * src/gpg-error-config.in: Add option --host. + * configure.ac (GPG_ERROR_CONFIG_HOST): New. + * src/gpg-error.m4: Use AC_PATH_TOOL to look for + gpg-error-config. Print a warning if host does not match. + 2011-02-01 Werner Koch * src/err-codes.h.in: Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVE. -- cgit v1.2.1