]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
automake: require ABOUT-NLS only at gnits strictness. master
authorGavin Smith <gavinsmith0123@gmail.com>
Sun, 20 Oct 2024 21:34:39 +0000 (14:34 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 20 Oct 2024 21:34:39 +0000 (14:34 -0700)
From https://lists.gnu.org/archive/html/automake/2024-10/msg00006.html.

* bin/automake.in (handle_gettext): In require_file for ABOUT-NLS,
change strictness level from GNU to GNITS.
* NEWS: Add notice.

NEWS
bin/automake.in

diff --git a/NEWS b/NEWS
index d33323cccb0433aee6ee385cb06f6183e8aa7bc0..0ad52c4757d70cd21de5bb0ab5ac819f8e7c148b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 For planned incompatibilities in a possible future Automake 2.0 release,
 please see NEWS-2.0 and start following the advice there now.
 
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+New in 1.x:
+
+* Miscellaneous changes
+
+   - Only require the presence of an ABOUT-NLS file at the 'gnits'
+     strictness level.
+
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 New in 1.17:
index a17f45236ded7e087a60f5ac51fe54506fe8abdd..479125505042387077771672af20d1c5936e12ab 100644 (file)
@@ -4549,8 +4549,7 @@ sub handle_gettext ()
        if ($seen_gettext_external && ! $seen_gettext_intl
            && grep ($_ eq 'intl', @subdirs));
     }
-
-  require_file ($ac_gettext_location, GNU, 'ABOUT-NLS');
+  require_file ($ac_gettext_location, GNITS, 'ABOUT-NLS');
 }
 
 # Emit makefile footer.