+2007-11-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (Generic Programs): Fix typo.
+
2007-11-16 Stepan Kasal <kasal@ucw.cz>
AC_*_TOOL does not canonicalize the prefix
* doc/autoconf.texi (Generic Programs): Do not say that
the *_TOOL macros canonicalize, they simply use the `host_alias'.
-
2007-11-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diagnose write errors in config.status instantiations.
@ovar{value-if-not-found}, @dvar{path, $PATH})
@acindex{CHECK_TOOL}
Like @code{AC_CHECK_PROG}, but first looks for @var{prog-to-check-for}
-with a prefix of the host type as specified by @option{--host} , followed by a
+with a prefix of the host type as specified by @option{--host}, followed by a
dash. For example, if the user runs
@samp{configure --build=x86_64-gnu --host=i386-gnu}, then this call:
@example