$PATH_SEPARATOR is for the build system only.
Report by Keith Marshall.
+2007-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (File System Conventions): Mention that
+ $PATH_SEPARATOR is for the build system only.
+ Report by Keith Marshall.
+
2007-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi (Setting Output Variables): Mention that
Also, because the colon is used as part of a drivespec, these systems don't
use it as path separator. When creating or accessing paths, you can use the
@code{PATH_SEPARATOR} output variable instead. @command{configure} sets this
-to the appropriate value (@samp{:} or @samp{;}) when it starts up.
+to the appropriate value for the build system (@samp{:} or @samp{;}) when it
+starts up.
File names need extra care as well. While @acronym{DOS} variants
that are Posixy enough to run @command{autoconf} (such as @acronym{DJGPP})