summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-08-15 09:30:35 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-08-15 09:30:35 +0900
commit0b47de9c719b0ed0da0791f0525de073737bde5a (patch)
tree1b9e398a32ee80820de34bab8b802e013b47549c /NEWS
parent745d333cf7b5b6fee62e3b26c8a2ccc004e017da (diff)
downloadlibgpg-error-0b47de9c719b0ed0da0791f0525de073737bde5a.tar.gz
build: Only install gpg-error-config when enabled.
* configure.ac (INSTALL_GPG_ERROR_CONFIG): New. * src/Makefile.am (bin_SCRIPTS, noinst_SCRIPTS): Conditionalize. -- GnuPG-bug-id: 5683 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46a7a56..3b55448 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Noteworthy changes in version 1.46 (unreleased) [C33/A33/R_]
-----------------------------------------------
+ * The gpg-error-config command is not installed by default, because
+ it is now replaced by use of pkg-config/gpgrt-config with
+ gpg-error.pc. Supply --enable-install-gpg-error-config configure
+ option, if it's really needed.
+
Release-info: https://dev.gnupg.org/T5923