summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-12-09 20:29:04 +0100
committerUlrich Müller <ulm@gentoo.org>2022-12-11 20:26:05 +0100
commit08cdab4ab811b7cc3ceee356727f558eaef17b27 (patch)
treee98b7d65109644e8a12c2f366f3942bde02cf4ed
parentDon't use teletype for EAPIs (diff)
downloadpms-08cdab4ab811b7cc3ceee356727f558eaef17b27.tar.gz
pms-08cdab4ab811b7cc3ceee356727f558eaef17b27.tar.bz2
pms-08cdab4ab811b7cc3ceee356727f558eaef17b27.zip
appendices.tex: Mention EAPI for econf --disable-static
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--appendices.tex8
1 files 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 :