* autoconf.texi (AC_OBJEXT): Correct documentation.
+1999-01-06 Ben Elliston <bje@cygnus.com>
+
+ * autoconf.texi (AC_OBJEXT): Correct documentation.
+
1999-01-05 Ben Elliston <bje@cygnus.com>
* Version 2.13.
@ovindex OBJEXT
Defines substitute variable @code{OBJEXT} based on the output of the
compiler, after .c files have been excluded. Typically
-set to @samp{.o} if Unix, @samp{.obj} if Win32.
+set to @samp{o} if Unix, @samp{obj} if Win32.
@end defmac
@defmac AC_MINGW32
@ovindex OBJEXT
Defines substitute variable @code{OBJEXT} based on the output of the
compiler, after .c files have been excluded. Typically
-set to @samp{.o} if Unix, @samp{.obj} if Win32.
+set to @samp{o} if Unix, @samp{obj} if Win32.
@end defmac
@defmac AC_MINGW32