]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Builtins): You can't use
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2001 23:33:49 +0000 (23:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2001 23:33:49 +0000 (23:33 +0000)
"source"; it's not portable.  Remove confusing and
somewhat-incorrect example involving "." and "/".

ChangeLog

index 10625fbcc4183cffb675c86bf70d3ce7b2732d08..1b9dd0681390309f75779dc854a14ddb35fe3760 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-10-02  Paul Eggert  <eggert@twinsun.com>
 
+       * doc/autoconf.texi (Limitations of Builtins): You can't use
+       "source"; it's not portable.  Remove confusing and
+       somewhat-incorrect example involving "." and "/".
+
        * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
        compatibility with POSIX shells.