From: Paul Eggert Date: Mon, 13 Jul 2020 18:37:34 +0000 (-0700) Subject: * doc/autoconf.texi: Fix mishandling of `. X-Git-Tag: v2.69b^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5878ecc5feb6f1ec80bce1e28a57d8552ab41d45;p=thirdparty%2Fautoconf.git * doc/autoconf.texi: Fix mishandling of `. --- diff --git a/README-hacking b/README-hacking index 4736ac558..1b822e0bc 100644 --- a/README-hacking +++ b/README-hacking @@ -14,12 +14,12 @@ requirements on anyone wishing to build from the just-checked-out sources. For example, you have to use recent stable versions of the maintainer tools we depend upon, including: -- Autoconf 2.60+ -- Automake 1.10+ +- Autoconf 2.62+ +- Automake 1.11+ - Help2man 1.29+ - M4 1.4.6+ - Perl 5.006+ -- Texinfo 4.8+ +- Texinfo 4.11+ The following are useful as well, if you want to be able to run commands like "make dist-xz" or "make distcheck": diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 71ff0318a..b133dd280 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5,6 +5,8 @@ @include version.texi @settitle Autoconf @documentencoding UTF-8 +@set txicodequoteundirected +@set txicodequotebacktick @setchapternewpage odd @finalout @@ -25743,7 +25745,7 @@ Next, add the following lines to your @file{tests/Makefile.am}, in order to link @samp{make check} with a validation suite. @example -# The `:;' works around a Bash 3.2 bug when the output is not writable. +# The ':;' works around a Bash 3.2 bug when the output is not writable. $(srcdir)/package.m4: $(top_srcdir)/configure.ac :;@{ \ echo '# Signature of the current package.' && \