diff options
author | Zack Weinberg <zackw@panix.com> | 2020-08-18 08:58:40 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2020-08-18 08:58:40 -0400 |
commit | 2f97729b39f00dce1c2f0a1b7332e8459bc89786 (patch) | |
tree | 5c004fec36b637dd229731c25a4a3910f304f624 /bin | |
parent | b3b3af821a0b9e82ebe56b77b1731d2fe58f52de (diff) | |
download | autoconf-2f97729b39f00dce1c2f0a1b7332e8459bc89786.tar.gz |
autoreconf: mention intltoolize and gtkdocize in --help output.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/autoreconf.in | 11 |
1 files changed, 6 insertions, 5 deletions
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 <bug-autoconf\@gnu.org>. GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. |