From 378004ff41c6ed8937a35257b3fc67027b1bd3fd Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 20 Jan 2023 16:48:17 -0700 Subject: Add "append" kwarg to two configure checks Add append=True/False to CheckLib, CheckLibWithHeader in SConf. The "implementation", Conftest.CheckLib, already accepted this kwarg, but it could not be passed from an SConscript using the offical API. Updated manpage to describe and expanded a unit test to check. Fixes #2767 Additionally, clarified some things in manpage, including a recent user confusion about how to call CheckFunc. Signed-off-by: Mats Wichmann --- RELEASE.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE.txt') diff --git a/RELEASE.txt b/RELEASE.txt index f74a2b099..01bf63b12 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -45,6 +45,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY to NewParallel Job class (Andrew Morrow's new parallel job implementation) - Preliminary support for Python 3.12. - Run LaTeX after biber/bibtex only if necessary +- Configure context methods CheckLib and CheckLibWithHeader now expose + an additional keyword argument 'append' which controls whether to append + (the default) or prepend discovered libraries to $LIBS. The functionality + was always present but prepending could not be requested via the offical API. FIXES -- cgit v1.2.1