]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Common Shell Constructs):
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Sep 2001 18:47:34 +0000 (18:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Sep 2001 18:47:34 +0000 (18:47 +0000)
New node, documenting AS_DIRNAME.
(Limitations of Usual Tools): Refer to it when discussing dirname.
Also, update discussion of POSIX standard to reflect latest draft.

ChangeLog

index 8d9fea611cad0a7129191a46af95b8f6ee7a6320..9860a6b0758e92b264e55c2bf68b839e8f88548b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-09-18  Paul Eggert  <eggert@twinsun.com>
 
+       * doc/autoconf.texi (Common Shell Constructs): New node,
+       documenting AS_DIRNAME.
+       (Limitations of Usual Tools): Refer to it when discussing dirname.
+       Also, update discussion of POSIX standard to reflect latest draft.
+
        * lib/autoconf/c.m4:
        (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.