summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2011-11-28 13:44:09 +0100
committerWerner Koch <wk@gnupg.org>2011-11-28 14:57:09 +0100
commitaaa3f53457369125bcfa6eeaf283df77df87d4f9 (patch)
tree57d2760c452a37fed4968088dd9fcb4b086e63ae /ChangeLog
parenteec4aff343af43b09b6e4f4ef786bd7f0511a42c (diff)
downloadlibgpg-error-aaa3f53457369125bcfa6eeaf283df77df87d4f9.tar.gz
accept --with-libgpg-error-prefix as well as --with-gpg-error-prefix
* src/gpg-error.m4 (AM_PATH_GPG_ERROR): Also accept --with-libgpg-error-prefix=PFX, for consistency with our three library sibling packages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecf78dd..b838b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-28 Jim Meyering <meyering@redhat.com>
+
+ accept --with-libgpg-error-prefix as well as --with-gpg-error-prefix
+ * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Also accept
+ --with-libgpg-error-prefix=PFX, for consistency with our three
+ library sibling packages.
+
2011-08-23 Werner Koch <wk@g10code.com>
* src/err-codes.h.in: Add GPG_ERR_DUP_KEY and GPG_ERR_AMBIGUOUS.