File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 313313
314314 \item \code {getMethods(* , table = TRUE )} is deprecated.
315315
316- \item Building with the bundled (and old ) version of \code {libintl }
317- is deprecated and gives a \command {configure warning }. Use
318- \code {libintl } from a recent version of GNU \I {gettext } instead. (If
319- the OS ' s \c ode{libc} includes \c ode{libintl} that will be chosen
320- by \c ommand{configure} -- \c ode{glibc} does.)
316+ \item Building with the bundled (and old ) version of
317+ \code {libintl } is deprecated and now gives a \command {configure
318+ warning }. This should be selected only if neither the OS ' s
319+ \c ode{libc} nor an external \c ode{libintl} library provide
320+ suitable functions.
321+
322+ Instead install \c ode{libintl} from a recent version of GNU
323+ \I {gettext} or use \c ommand{configure} option
324+ \o ption{--disable-nls}.
321325 }
322326 }
323327
Original file line number Diff line number Diff line change @@ -3311,7 +3311,9 @@ The ability to use translated messages makes use of @code{gettext} and
33113311most likely needs @acronym {GNU } @code {gettext }: you do need this to work
33123312with new translations, but otherwise the version of the @code {gettext }
33133313runtime contained in the R sources will be used if no suitable external
3314- @code {gettext } is found.
3314+ @code {gettext } is found (possibly from @code {libc }) and @R {} was not
3315+ configured with @option {--disable-nls }. Use of the bundled
3316+ @code {gettext } runtime is deprecated and will be reoved soon.
33153317
33163318@cindex Cairo
33173319@cindex @I {Pango }
You can’t perform that action at this time.
0 commit comments