]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a note about an m4 bug.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Nov 2006 20:48:41 +0000 (20:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:21 +0000 (12:14 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c0add8b06126786b13e91e45d1922e90c4f03449..fe8280e3fdf52c5c385a88f2fa4f5fa64a8f416d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,8 @@ Version 0.16 - October 2006
   symlinking behaviour by specifying the --symlink option.
 
 * Autoconf macros:
-  - The gettext autoconf macros now require autoconf 2.52 or newer.
+  - The gettext autoconf macros now require autoconf 2.52 or newer and
+    GNU m4 1.4.5 or newer.
   - A new autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is added. It allows to
     specify the presence of an intl/ subdirectory outside the AM_GNU_GETTEXT
     invocation.