+2004-08-26 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi: Typos and stylos.
+
2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (AC_INIT): Bump to 2.59c.
return value for an error indicator.
Currently this test is implemented by running a test program. When
-cross compiling the pessimistic assumption that `closedir' does not
+cross compiling the pessimistic assumption that @code{closedir} does not
return a meaningful value is made.
@end defmac
Some traditional @command{grep} implementations do not work on long
input lines. Also, many implementations do not support multiple regexps
with @option{-e}: they either reject @samp{-e} entirely (e.g., Solaris
-9) or honor only the the last pattern (e.g., @acronym{IRIX} 6.5). To
+9) or honor only the last pattern (e.g., @acronym{IRIX} 6.5). To
work around these problems, invoke @code{AC_PROG_GREP} and then use
@code{$GREP}.