]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 May 2006 00:30:23 +0000 (00:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 May 2006 00:30:23 +0000 (00:30 +0000)
about 'od'.

ChangeLog
doc/autoconf.texi

index 6b196c5c5117eea0ff71e50c6ff91f92236293f9..a840b4a7b7908c51410fc05c1dde7e353c7ef92f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
+       and Bruno Haible  <bruno@clisp.org>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
+       about 'od'.
+
 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
index 0542fdbc478caff70b42e44bbc84554d5b2c12e5..bf7dcb8485b6182eee412f6f278aa723e821a9a8 100644 (file)
@@ -13138,6 +13138,22 @@ exec > foo
 rm -f foo
 @end example
 
+
+@item @command{od}
+@c ---------------
+@prindex @command{od}
+
+In older versions of Mac OS X, @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 @code{-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.
+
+
 @item @command{sed}
 @c ----------------
 @prindex @command{sed}