+2002-08-30 Kevin Ryde <user42@zip.com.au>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
+ default output.
+
2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* bin/autom4te.in (Request::load): Correctly test for "do" read
assemble. @samp{cc -c foo.S} will appear to succeed, but in fact does
nothing.
+The default executable, produced by @samp{cc foo.c}, can be
+
+@itemize
+@item @file{a.out} --- usual Unix convention.
+@item @file{a.exe} --- DJGPP port of @command{gcc}.
+@item @file{a_out.exe} --- GNV @command{cc} wrapper for DEC C on OpenVMS.
+@item @file{foo.exe} --- various MS-DOS compilers.
+@end itemize
+
@item @command{cmp}
@c ----------------