]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Fix mishandling of `. v2.69b
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2020 18:37:34 +0000 (11:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2020 19:55:19 +0000 (12:55 -0700)
README-hacking
doc/autoconf.texi

index 4736ac5588772ceb711a1ff1c9e0dddcfe7ccc18..1b822e0bcd39ce475e4c9f72f3839b5d6e0bba8e 100644 (file)
@@ -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+ <https://www.gnu.org/software/autoconf/>
-- Automake 1.10+ <https://www.gnu.org/software/automake/>
+- Autoconf 2.62+ <https://www.gnu.org/software/autoconf/>
+- Automake 1.11+ <https://www.gnu.org/software/automake/>
 - Help2man 1.29+ <https://www.gnu.org/software/help2man/>
 - M4 1.4.6+ <https://www.gnu.org/software/m4/>
 - Perl 5.006+ <https://www.cpan.org/>
-- Texinfo 4.8+ <https://www.gnu.org/software/texinfo/>
+- Texinfo 4.11+ <https://www.gnu.org/software/texinfo/>
 
 The following are useful as well, if you want to be able to run commands
 like "make dist-xz" or "make distcheck":
index 71ff0318aae14b5c74529eddd3282b83577ef3ff..b133dd28020962ddd6c6f5f65eb51e2303241bc6 100644 (file)
@@ -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.' && \