]> git.ipfire.org Git - thirdparty/gettext.git/commit
po: Assume a 'sed' that supports '#' for introducing comments.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 20:36:41 +0000 (22:36 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 22:40:05 +0000 (00:40 +0200)
commitfe3b543701e51c9cfd66b96c0e9100b1a9f36e1a
tree820ef9ba812ec16264739c6484583b2352e2db9a
parent43087e3f462f9766996abf786a921536c1692d3d
po: Assume a 'sed' that supports '#' for introducing comments.

This is standardized in POSIX since POSIX:2001 (= SUSv3).
It is supported on all platforms that I could test:
GNU, macOS 10.5, FreeBSD 5, NetBSD 7, OpenBSD 6, AIX 7, Solaris 10 and 11,
busybox (2019).

* gettext-runtime/po/insert-header.sed: Renamed from
gettext-runtime/po/insert-header.sin.
* gettext-runtime/po/Rules-quot (DISTFILES.common.extra1): Update.
(en@quot.insert-header, en@boldquot.insert-header): Use insert-header.sed
instead of insert-header.sin.
* autogen.sh: Update.
* Makefile.am (distcheck-hook): Update.
* gettext-tools/examples/hello-*/autogen.sh: Update.
* gettext-tools/doc/gettext.texi (po/LINGUAS): Update.
15 files changed:
.gitignore
Makefile.am
autogen.sh
gettext-runtime/po/Rules-quot
gettext-runtime/po/insert-header.sed [moved from gettext-runtime/po/insert-header.sin with 100% similarity]
gettext-tools/doc/gettext.texi
gettext-tools/examples/hello-c++-gnome/autogen.sh
gettext-tools/examples/hello-c++-kde/autogen.sh
gettext-tools/examples/hello-c++/autogen.sh
gettext-tools/examples/hello-c++20/autogen.sh
gettext-tools/examples/hello-c-gnome/autogen.sh
gettext-tools/examples/hello-c-gnome3/autogen.sh
gettext-tools/examples/hello-c/autogen.sh
gettext-tools/examples/hello-objc-gnome/autogen.sh
gettext-tools/examples/hello-objc/autogen.sh