@@ -, +, @@ --disable-static --enable-static regardless of the default value, see m4/ltoptions.m4: [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], ...) --- pkg-mgr-commands.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/pkg-mgr-commands.tex +++ a/pkg-mgr-commands.tex @@ -341,8 +341,9 @@ commands once the current phase function has returned. as using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs in the output of \t{configure -{}-help}. \item \t{-{}-disable-static}, if the EAPI is listed in table~\ref{tab:econf-options-table} - as using it. This option will only be passed if the string \t{-{}-disable-static} occurs - in the output of \t{configure -{}-help}. + as using it. This option will only be passed if the string \t{-{}-disable-static} or + \t{-{}-enable-static} occurs in the output of \t{configure -{}-help}; the string must not + be immediately followed by any of the characters \t{[A-Za-z0-9_-]}. \end{itemize} \ChangeWhenAddingAnEAPI{8} --