commit: 08cdab4ab811b7cc3ceee356727f558eaef17b27 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Dec 9 19:29:04 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Dec 11 19:26:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=08cdab4a
appendices.tex: Mention EAPI for econf --disable-static Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> appendices.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appendices.tex b/appendices.tex index ed90225..a093936 100644 --- a/appendices.tex +++ b/appendices.tex @@ -118,9 +118,11 @@ They were dropped from the specification in October 2017. The \t{-{}-disable-static} option in \t{econf} (see section~\ref{sec:build-commands}) was intended to disable only static Libtool archive building. The original check for either \t{-{}-disable-static} or \t{-{}-enable-static} occuring in \t{configure -{}-help} output produced -false positives. The specification was therefore updated in November 2022; it now requires both -\t{-{}-enable-static} and \t{-{}-enable-shared}, and in addition checks for a proper end of the -option string. +false positives. + +The test mentioned above was effective in EAPI~8. It was updated in November 2022 to require both +\t{-{}-enable-static} and \t{-{}-enable-shared}, and in addition checks for a proper end of these +option strings. % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :