]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Several minor changes to autoconf.texi.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Feb 2005 00:35:29 +0000 (00:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Feb 2005 00:35:29 +0000 (00:35 +0000)
ChangeLog

index 4155626de220f2e6c18c521714eaf60b6227d460..cad67a6334dceaa10381e493f0137f650dcf73ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/autoconf.texi: Use @acronym for DJGPP.
+       Fix some @code's that should have been @env's, and vice versa.
+       Sort environment variable names.
+       Mention that shells no longer inherit IFS.
+       Don't recommend PATH_SEPARATOR=';' so strongly.
+       Mention that $RANDOM might expand to the empty string.
+       "symlink" and "soft link" -> "symbolic link".
+       Improve mktemp description (reported by Bruno Haible).
+
 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.