diff options
author | Jim Meyering <[email protected]> | 2011-11-28 12:44:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-11-28 13:57:09 +0000 |
commit | aaa3f53457369125bcfa6eeaf283df77df87d4f9 (patch) | |
tree | 57d2760c452a37fed4968088dd9fcb4b086e63ae /ChangeLog | |
parent | gpg-error-config: handle /usr/lib64, /lib64 just like /usr/lib and /lib (diff) | |
download | libgpg-error-aaa3f53457369125bcfa6eeaf283df77df87d4f9.tar.gz libgpg-error-aaa3f53457369125bcfa6eeaf283df77df87d4f9.zip |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-11-28 Jim Meyering <[email protected]> + + 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 <[email protected]> * src/err-codes.h.in: Add GPG_ERR_DUP_KEY and GPG_ERR_AMBIGUOUS. |