]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-06 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 6 Jan 1999 04:40:29 +0000 (04:40 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 6 Jan 1999 04:40:29 +0000 (04:40 +0000)
        * autoconf.texi (AC_OBJEXT): Correct documentation.

ChangeLog
autoconf.texi
doc/autoconf.texi

index 6a6ea2da8d10de9584835c39d7da87e2261a0bab..dec71ea01a1f5c7c2ac627739913d1c8fc829d26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 22a2ccd501a9731036f48248a10bd6f68b53034a..ce02ea1c6192232d5886305667f4ef0e8a65df42 100644 (file)
@@ -2811,7 +2811,7 @@ set to empty string if Unix, @samp{.exe} or @samp{.EXE} if Win32.
 @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
index 22a2ccd501a9731036f48248a10bd6f68b53034a..ce02ea1c6192232d5886305667f4ef0e8a65df42 100644 (file)
@@ -2811,7 +2811,7 @@ set to empty string if Unix, @samp{.exe} or @samp{.EXE} if Win32.
 @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