]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Identify more
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 May 2006 18:28:56 +0000 (18:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 May 2006 18:28:56 +0000 (18:28 +0000)
precisely which Mac OS X versions have the od problem.

ChangeLog
doc/autoconf.texi

index 78716f6ecd9b5f8288194c4a9a9e417259e03e43..de9bd7d8c0e0c13fd1dcfbe81103ea49ee4b47e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-03  Bruno Haible  <bruno@clisp.org>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Identify more
+       precisely which Mac OS X versions have the od problem.
+
 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi: Use @option systematically.
index 4996f05c529edcda522e610ffdb6bb20462a6b35..91b09852ab9dd0cea401fe732fe8f054f8d64e08 100644 (file)
@@ -13143,15 +13143,14 @@ rm -f foo
 @c ---------------
 @prindex @command{od}
 
-In older versions of Mac OS X, @command{od} does not support the
+In Mac OS X 10.3, @command{od} does not support the
 standard Posix options @option{-A}, @option{-j}, @option{-N}, or
 @option{-t}, or the @acronym{XSI} option @option{-s}.  The only
 supported Posix option is @option{-v}, and the only supported
 @acronym{XSI} options are those in @option{-bcdox}.  The BSD
 @command{hexdump} program can be used instead.
 
-This problem no longer exists in Mac OS X 10.4.6; we don't know when it
-was fixed.
+This problem no longer exists in Mac OS X 10.4.3.
 
 
 @item @command{sed}