From: Zack Weinberg Date: Tue, 18 Aug 2020 12:58:40 +0000 (-0400) Subject: autoreconf: mention intltoolize and gtkdocize in --help output. X-Git-Tag: v2.69c~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f97729b39f00dce1c2f0a1b7332e8459bc89786;p=thirdparty%2Fautoconf.git autoreconf: mention intltoolize and gtkdocize in --help output. --- diff --git a/bin/autoreconf.in b/bin/autoreconf.in index e0216f95..873ef7a4 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -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 . GNU Autoconf home page: .