summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-03-17 15:01:22 -0400
committerZack Weinberg <zackw@panix.com>2020-08-18 08:49:18 -0400
commitb3b3af821a0b9e82ebe56b77b1731d2fe58f52de (patch)
treec33f797e6fe3cd5781ac6e5ee0f8a3c622e07349 /NEWS
parentdd880a0a6de5602cdd40b770ed6b083b34aa0768 (diff)
downloadautoconf-b3b3af821a0b9e82ebe56b77b1731d2fe58f52de.tar.gz
autoreconf: integrate intltoolize into the standard configuration tools
In addition to the gtkdocize tool, gtk-related software may utilize the IT_PROG_INTLTOOL macro in order to require the intltoolize tool. So too here should the tool be run by autoreconf itself, in order to guarantee its initialization via the unified frontend for all autotools projects.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b467d85e..72761730 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ GNU Autoconf NEWS - User visible changes.
** autoconf will now issue warnings (in the ‘syntax’ category) if the
input file is missing a call to AC_INIT and/or AC_OUTPUT.
-** autoreconf will now run gtkdocize when appropriate.
+** autoreconf will now run gtkdocize and intltoolize when appropriate.
** Older version of automake and aclocal (< 1.8) are no longer supported
by autoreconf.