NetworkManager/data
Martin Blanchard 19a6affd3a build: stop relying on intltool for i18n
Recent gettext version can extract and merge back strings from and to
various file formats, no need for intltool anymore.

https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/133

https://github.com/NetworkManager/NetworkManager/pull/303
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/96

Clarification about the use of AM_GNU_GETTEXT_REQUIRE_VERSION:

In configure.ac, specify the minimum gettext version we require, rather
than the exact one. This fixes a situation where the autoconf macros
used for gettext will be the latest available on the system (for
example, 0.20); but the copied-in Makefile.in.in will be for the exact
version specified in configure.ac (in this case, 0.19).

In that situation, the gettext build rules will error out at `make` time
with the message:
   *** error: gettext infrastructure mismatch: using a Makefile.in.in
   from gettext version 0.19 but the autoconf macros are from gettext
   version 0.20

Avoid that by specifying a minimum version dependency rather than an
exact one. This should not cause problems as we haven’t committed any
generated or external gettext files into git, so each developer will end
up regenerating the build system for their system’s version of gettext,
as expected.

See the subsection of
https://www.gnu.org/software/gettext/manual/html_node/Version-Control-Issues.html
for more information.

Note that autoreconf currently doesn’t recognise
AM_GNU_GETTEXT_REQUIRE_VERSION, so we must continue also using
AM_GNU_GETTEXT_VERSION. autopoint will ignore the latter if the former
is present. See
https://lists.gnu.org/archive/html/autoconf-patches/2015-10/msg00000.html.

[lkundrak@v3.sk: Fixed the meson build, adjusted autogen.sh:
droped "|| exit 1", dropped call to aclocal,
dropped --copy from gtkdocize.]
2022-06-27 13:40:09 +02:00
..
84-nm-drivers.rules udev: also react to "move" (and "change") udev actions in our rules 2021-08-16 19:22:32 +02:00
85-nm-unmanaged.rules udev: manage veths named eth* 2022-02-23 09:35:15 +01:00
90-nm-thunderbolt.rules udev: also react to "move" (and "change") udev actions in our rules 2021-08-16 19:22:32 +02:00
meson.build build: stop relying on intltool for i18n 2022-06-27 13:40:09 +02:00
NetworkManager-dispatcher.service.in dispatcher: support enabling debug logging via environment variable 2021-08-04 09:41:11 +02:00
NetworkManager-ovs.conf device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
NetworkManager-wait-online-systemd-pre200.service.in systemd: add Documentation to service files 2016-06-02 21:27:14 +02:00
NetworkManager-wait-online.service.in systemd: remove code comment from "NetworkManager-wait-online.service.in" 2020-11-16 17:46:53 +01:00
NetworkManager.service.in core: increase limit of open file descriptors for NetworkManager.service 2021-03-03 09:17:35 +01:00
nm-priv-helper.service.in priv-helper: remove D-Bus Alias for "nm-priv-helper.service" 2022-02-09 18:47:14 +01:00
nm-shared.xml firewalld: allow access to SSH in "nm-shared" firewalld zone 2020-06-15 16:49:14 +02:00
org.freedesktop.NetworkManager.policy.in.in build: stop relying on intltool for i18n 2022-06-27 13:40:09 +02:00
server.conf.in all: fix typos in documentation and comments 2017-03-17 15:11:20 +01:00