* gettext-tools/doc/lang-csharp.texi: Mention dotnet8 as alternative.
* gettext-tools/tests/lang-csharp: Likewise.
* gettext-tools/doc/lang-pascal.texi: Replace fpk with fpc.
* gettext-tools/tests/lang-pascal: Likewise.
* gettext-tools/doc/lang-wxwidgets.texi: Mention libwxgtk3.2-dev as alternative.
* gettext-tools/tests/lang-objc: Mention the gobjc package.
* gettext-tools/tests/lang-rst: Mention the fp-utils package.
* gettext-tools/tests/lang-vala: Mention valac as alternative.
@c This file is part of the GNU gettext manual.
-@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
+@c Copyright (C) 1995-2024 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.
@node C#
@table @asis
@item RPMs
-mono
+mono or dotnet8.0
@item Ubuntu packages
-mono-mcs
+mono-mcs or dotnet8
@item File extension
@code{cs}
@c This file is part of the GNU gettext manual.
-@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
+@c Copyright (C) 1995-2024 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.
@node Pascal
@table @asis
@item RPMs
-fpk
+fpc
@item Ubuntu packages
fp-compiler, fp-units-fcl
@c This file is part of the GNU gettext manual.
-@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
+@c Copyright (C) 1995-2024 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.
@node wxWidgets
wxGTK, gettext
@item Ubuntu packages
-libwxgtk3.0-dev
+libwxgtk3.0-dev or libwxgtk3.2-dev
@item File extension
@code{cpp}
# Test of gettext facilities in the C# language.
# Assumes an fr_FR locale is installed.
-# Assumes the following packages are installed: mono, mcs.
+# Assumes the following packages are installed: mono, mcs, or dotnet8.
# Note: This test fails when a GNU gettext version < 0.17 is installed with
# the same --prefix as mcs. mcs apparently searches ${prefix}/lib before
# Test of gettext facilities in the Objective C language.
# Assumes an fr_FR locale is installed.
-# Assumes the following packages are installed: gcc.
+# Assumes the following packages are installed: gcc gobjc.
# This test fails if the gettext package was configured with --disable-nls,
# because in this case the gettext-runtime/intl/ directory does not produce
. "${srcdir=.}/init.sh"; path_prepend_ . ../src
# Test of gettext facilities in the Object Pascal language.
-# Assumes the following packages are installed: fpk.
+# Assumes the following packages are installed: fpc.
# Note: This test fails with fpk 1.0.10 ... 3.0.0 when an UTF-8 locale is
# present, because fpk ignores the locale's encoding. It supports only unibyte
. "${srcdir=.}/init.sh"; path_prepend_ . ../src
# Test of gettext facilities in the RST format.
+# Assumes the following packages are installed: fp-utils.
cat <<\EOF > prog.rst
# From the rstconv program itself.
# Test of gettext facilities in the Vala language.
# Assumes an fr_FR locale is installed.
-# Assumes the following packages are installed: vala.
+# Assumes the following packages are installed: vala or valac.
# Test for presence of valac.
(valac --version) >/dev/null 2>/dev/null