From: Akim Demaille Date: Fri, 26 May 2000 14:55:42 +0000 (+0000) Subject: Typos in documentation. X-Git-Tag: autoconf-2.50~856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd3ea4c14f4101ae9ea695fbd73f5737d9ca508;p=thirdparty%2Fautoconf.git Typos in documentation. --- diff --git a/ChangeLog b/ChangeLog index 7153d2e0b..f4bf736dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-26 Akim Demaille + + * acgeneral.m4 (AC_CHECK_TOOL_PREFIX): Remove. + Adjust dependencies. + (_AC_INIT_PARSE_ARGS): Set ac_tool_prefix. + 2000-05-26 Akim Demaille In `info', it is easier to type `autoconf ' to reach the list diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 1b4e662ff..3bae4e23f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -826,8 +826,8 @@ software package. It prints the identifiers that the package already uses in C preprocessor conditionals. If a package has already been set up to have some portability, this program can help you figure out what its @code{configure} needs to check for. It may help fill in some gaps -in a @file{configure.in} generated by @code{autoscan} (@pxref{Invoking -autoscan}). +in a @file{configure.in} generated by @code{autoscan} (@pxref{autoscan +Invocation}). @code{ifnames} scans all of the C source files named on the command line (or the standard input, if none are given) and writes to the standard @@ -1232,8 +1232,8 @@ the email to which users should send bug reports. source directory; @code{configure} checks for this file's existence to make sure that the directory that it is told contains the source code in fact does. Occasionally people accidentally specify the wrong directory -with @samp{--srcdir}; this is a safety check. @xref{Invoking -configure}, for more information. +with @samp{--srcdir}; this is a safety check. @xref{configure +Invocation}, for more information. @end defmac