summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-11-09 13:25:14 -0500
committerZack Weinberg <zackw@panix.com>2020-11-09 13:25:14 -0500
commit47b08afd96634749c3136e5dc484a21323011725 (patch)
tree23040934e1e64929318b3840b9592015d0cf2d6b
parent20a53df1adefa75f6175ffc8dc668f145cc06491 (diff)
downloadautoconf-47b08afd96634749c3136e5dc484a21323011725.tar.gz
Mention AM_GNU_GETTEXT_REQUIRE_VERSION support in NEWS.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dded117e..da095533 100644
--- a/NEWS
+++ b/NEWS
@@ -179,6 +179,12 @@ GNU Autoconf NEWS - User visible changes.
*** autoreconf will now run gtkdocize and intltoolize when appropriate.
+*** autoreconf now recognizes AM_GNU_GETTEXT_REQUIRE_VERSION.
+
+ This macro can be used with gettext 0.19.6 or later to specify
+ a *minimum* version requirement for gettext, instead of the *fixed*
+ version requirement specified by AM_GNU_GETTEXT_VERSION.
+
*** autoheader handles secondary config headers better.
It is no longer necessary to duplicate AC_DEFINE templates in the