]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Adjust ChangeLog.
authorAkim Demaille <akim@epita.fr>
Tue, 5 Dec 2000 14:17:36 +0000 (14:17 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Dec 2000 14:17:36 +0000 (14:17 +0000)
ChangeLog

index ba9f5f9e432e1b9e53e6b16935aef1915a21b41d..4510422045d63ed3616602169681e0288ebe4f66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2000-11-30  Akim Demaille  <akim@epita.fr>
 
-       * doc/autoconf.texi (Assignments): Don't read $? after an
+       * doc/autoconf.texi (Assignments): Don't use $? from an
        assignment.
 
 2000-11-30  Akim Demaille  <akim@epita.fr>
 
        * sh.m4 (AS_EXIT): Don't rely on false exiting 1.
-       Actually, always use `(exit $val); exit', don't try smart stuff.
+       Actually, always use `(exit $val); exit', don't try to be tricky.
        * doc/autoconf.texi (Limitations of Builtins) <false>: new.
 
 2000-11-30  Akim Demaille  <akim@epita.fr>