Mail Archives: djgpp-workers/2001/03/11/06:26:07
On Wed, 7 Mar 2001, Tim Van Holder wrote:
> > Will the DJGPP port of autoconf 2.50 ship with config.site? Or is it
> > "owned" by the bash distribution at the moment? Will the bash 2.04
> > distribution need updating once autoconf 2.50 is out with a new
> > config.site?
> I plan to include a config.site with autoconf 2.50.
I think config.site should come either with djdev or with Bash. The
latter is IMHO preferable, since changes in config.site are mostly
motivated by features supported by the ported Bash.
I think Autoconf is a wrong place to distribute this file, since its most
important use is to configure and build other packages, and that
shouldn't require Autoconf to be installed.
> # By using this, results of configure's program checks will be more portable
> PATH="/dev/env/DJDIR/bin;$PATH"
I think this should first test if %DJDIR%/bin is already in $PATH, and if
so, remove it. Otherwise, it is unnecessarily bloating PATH, and can
cause it to overflow, which would make problems if something that uses
config.site needs to go through COMMAND.COM.
- Raw text -