Date: Thu, 1 Jul 1999 18:00:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp AT delorie DOT com Subject: Re: [ANNOUNCE] DJGPP port of GNU Autoconf 2.13 update 2 In-Reply-To: <377d70ad.2567247@smtp1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 1 Jul 1999, Mark E. wrote: > In the part of the code in question, IFS is saved, then changed so the PATH > variable can be word split, and the saved value of IFS restored. If IFS=":' > and PATH_SEPARATOR=";" and IFS isn't changed to PATH_SEPARATOR, the PATH > will be split incorrectly. But you were intending to make the separator be : by default, and all ported packages that need this already set PATH_SEPARATOR=:. It seems to me that this solves the problem reliably enough to not bother the official GNU distribution with DJGPP-specific changes. Only my opinion, of course.