From: Paul Eggert Date: Mon, 2 Sep 2002 07:48:43 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Builtins): Explain why logical X-Git-Tag: AUTOCONF-2.53c~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f394e118fd4560c7022bb58ece368fee4ef6eee5;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Builtins): Explain why logical directory names are generally preferable to physical names. --- diff --git a/ChangeLog b/ChangeLog index 1da91f0f1..ec16dbf3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-02 Paul Eggert + + * doc/autoconf.texi (Limitations of Builtins): Explain why logical + directory names are generally preferable to physical names. + 2002-09-02 Akim Demaille * lib/Autom4te/General.pm (&update_file): s/die/error/.