From 862776f26a59516467c98091994c3dac90383159 Mon Sep 17 00:00:00 2001 From: Arsen Arsenovi? Date: Wed, 15 Nov 2023 12:53:04 +0000 Subject: Finalized intl-update patches * intl: Remove directory. Replaced with out-of-tree GNU gettext. * .gitignore: Add '/gettext*'. * configure.ac (host_libs): Replace intl with gettext. (hbaseargs, bbaseargs, baseargs): Split baseargs into {h,b}baseargs. (skip_barg): New flag. Skips appending current flag to bbaseargs. : Exempt --with-libintl-{type,prefix} from target and build machine argument passing. * configure: Regenerate. * Makefile.def (host_modules): Replace intl module with gettext module. (configure-ld): Depend on configure-gettext. * Makefile.in: Regenerate. * src-release.sh: Remove references to the intl/ directory. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 356ac16..fd42f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2023-11-15 Arsen Arsenović + + * intl: Remove directory. Replaced with out-of-tree GNU + gettext. + * .gitignore: Add '/gettext*'. + * configure.ac (host_libs): Replace intl with gettext. + (hbaseargs, bbaseargs, baseargs): Split baseargs into + {h,b}baseargs. + (skip_barg): New flag. Skips appending current flag to + bbaseargs. + : Exempt --with-libintl-{type,prefix} from + target and build machine argument passing. + * configure: Regenerate. + * Makefile.def (host_modules): Replace intl module with gettext + module. + (configure-ld): Depend on configure-gettext. + * Makefile.in: Regenerate. + * src-release.sh: Remove references to the intl/ directory. + 2023-07-03 Nick Clifton 2.41 Branch Point. -- cgit v1.1