autoconf/man/common.x
Zack Weinberg abe8af2047 Adjust --help and manpages to make it easier to find the Web manual.
Today it came to my attention that, if you don’t already know that all
the GNU manuals are readable in HTML format on gnu.org, it’s not easy
to find one starting from typical --help output and/or help2man-
generated manpages.  Let’s do a little to make this easier, and have
“https://www.gnu.org/software/autoconf/manual/” appear prominently in
both the --help output and the trailer text of our generated manpages.

This uses the extended tmac.an “.MT” and “.UR” directives, which are
not universal, but I suspect anyone who’s actively using Autoconf on
an old system does not need the advice, and they can get it from
--help regardless.

* bin/autoconf.in, bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in
* bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
  Refer specifically to https://www.gnu.org/software/autoconf/manual/
  for the web version of the complete Autoconf manual.
* man/common.x: Likewise; also, suggest the Savannah tracker as
  well as bug-autoconf for bug reports.
2023-12-19 16:13:43 -05:00

29 lines
590 B
Plaintext

[=reporting bugs]
Report bugs to
.MT bug-autoconf@gnu.org
.ME ,
or via Savannah:
.UR https://savannah.gnu.org/support/?group=autoconf
.UE .
[=see also]
.BR autoconf (1),
.BR automake (1),
.BR autoreconf (1),
.BR autoupdate (1),
.BR autoheader (1),
.BR autoscan (1),
.BR config.guess (1),
.BR config.sub (1),
.BR ifnames (1),
.BR libtool (1).
The full documentation for Autoconf is maintained as a Texinfo manual.
To read the manual locally, use the command
.IP
.B info autoconf
.PP
You can also consult the Web version of the manual at
.UR https://gnu.org/software/autoconf/manual/
.UE .