]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typos in documentation.
authorAkim Demaille <akim@epita.fr>
Fri, 26 May 2000 14:55:42 +0000 (14:55 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 26 May 2000 14:55:42 +0000 (14:55 +0000)
ChangeLog
doc/autoconf.texi

index 7153d2e0bca23fa20746350c95ca87a114e719a5..f4bf736dd2df47a3bae1b6dfce935f80268930a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-26  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_CHECK_TOOL_PREFIX): Remove.
+       Adjust dependencies.
+       (_AC_INIT_PARSE_ARGS): Set ac_tool_prefix.
+
 2000-05-26  Akim Demaille  <akim@epita.fr>
 
        In `info', it is easier to type `autoconf <TAB>' to reach the list
index 1b4e662ff9bcd3fbd1f53ea1ab5a3e80a903eb07..3bae4e23f35c4832a23a07f6f6b794679263c724 100644 (file)
@@ -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