autoreconf: mention intltoolize and gtkdocize in --help output.

This commit is contained in:
Zack Weinberg 2020-08-18 08:58:40 -04:00
parent b3b3af821a
commit 2f97729b39
No known key found for this signature in database
GPG Key ID: 384F8E68AC65B0D5

View File

@ -54,9 +54,9 @@ use strict;
# -----
$help = "Usage: $0 [OPTION]... [DIRECTORY]...
Run 'autoconf' (and 'autoheader', 'aclocal', 'automake', 'autopoint'
(formerly 'gettextize'), and 'libtoolize' where appropriate)
repeatedly to remake the GNU Build System files in specified
Run 'autoconf' and, when needed, 'aclocal', 'autoheader', 'automake',
'autopoint' (formerly 'gettextize'), 'libtoolize', 'intltoolize', and
'gtkdocize' to regenerate the GNU Build System files in specified
DIRECTORIES and their subdirectories (defaulting to '.').
By default, it only remakes those files that are older than their
@ -85,8 +85,9 @@ Library directories:
-B, --prepend-include=DIR prepend directory DIR to search path
-I, --include=DIR append directory DIR to search path
The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
The environment variables AUTOCONF, ACLOCAL, AUTOHEADER, AUTOM4TE,
AUTOMAKE, AUTOPOINT, GTKDOCIZE, INTLTOOLIZE, LIBTOOLIZE, M4, and MAKE
are honored.
Report bugs to <bug-autoconf\@gnu.org>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.