Skip to content

Commit 09b7888

Browse files
author
ripley
committed
tweaks (some people use GNU gettext on Alpine Linux)
git-svn-id: https://svn.r-project.org/R/trunk@88008 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6a8e15f commit 09b7888

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/NEWS.Rd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,15 @@
364364
\code{libintl} is deprecated and now gives a \command{configure}
365365
warning. This should be selected only if neither the OS's
366366
\code{libc} (as on GNU Linux) nor an external \code{libintl}
367-
library (as on Alpine Linux) provide suitable functions.
367+
library provide suitable functions.
368368
369369
Instead install \code{libintl} from a recent version of GNU
370-
\I{gettext} or use \command{configure} option
370+
\I{gettext} (available for macOS) or use \command{configure} option
371371
\option{--disable-nls}.
372372
373+
The ability to use the bundled version may be removed as soon as
374+
\R\sspace{}4.5.1.
375+
373376
\item The deprecated \code{xfig()} graphics device has been removed.
374377
}
375378
}

doc/manual/R-admin.texi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5202,8 +5202,7 @@ Component @code{libdeflate} for faster internal @I{(de)compression} and
52025202
@code{zstd} for support for that type of compression.
52035203

52045204
@item
5205-
Component @code{gettext} for @code{libintl}, an updated version of that
5206-
in the @R{} sources.
5205+
Component @code{gettext} for @code{libintl}.
52075206

52085207
@item
52095208
An X sub-system unless configuring using @option{--without-x}: see

0 commit comments

Comments
 (0)