summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-23 12:44:07 +0100
committerWerner Koch <wk@gnupg.org>2011-02-23 12:44:07 +0100
commit7dc62ce5a81261255d9f25d3b08f5fa1f71e8fb7 (patch)
tree575fa86161e00315bbdad70f10bb9c63ca8318ba /ChangeLog
parent9599e0d1d2e8eee0737970c0e712bc2495dfb206 (diff)
downloadlibgpg-error-7dc62ce5a81261255d9f25d3b08f5fa1f71e8fb7.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e03156..3745c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-02-23 Werner Koch <wk@g10code.com>
+
+ * 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 <wk@g10code.com>
* src/err-codes.h.in: Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVE.