]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
autoreconf: mention intltoolize and gtkdocize in --help output.
authorZack Weinberg <zackw@panix.com>
Tue, 18 Aug 2020 12:58:40 +0000 (08:58 -0400)
committerZack Weinberg <zackw@panix.com>
Tue, 18 Aug 2020 12:58:40 +0000 (08:58 -0400)
bin/autoreconf.in

index e0216f9532df9d7ab8f21268e8c30c3f0bed6c0e..873ef7a45df36856be5a0f881e4a7777b04755dd 100644 (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/>.