Mail Archives: djgpp-workers/2001/03/07/02:26:19
On Tue, 6 Mar 2001, Richard Dawe wrote:
> Tim Van Holder wrote:
> > Actually, since newer autoconfs also require such a full path, you
> > should consider putting
> >
> > SHELL=/dev/env/DJDIR/bin/bash.exe (or sh.exe)
> >
> > in your config.site.
>
> That sounds like a good idea, but I'd like to keep my DJGPP set up as
> close to "standard" as possible, so that I don't miss (more) things when
> I'm porting/building packages.
>
> Will the DJGPP port of autoconf 2.50 ship with config.site?
I think you should put a config.site file in the distribution of the
port, and arrange for the configure script to point $CONFIG_SITE at
it. It is IMHO unsafe to rely on last-minute changes in the
system-wide config.site, even if the next Autoconf or Bash port solves
this, since users might have old ports on their machines.
Many DJGPP ports come with config.site files in their source
distributions, because at the time they were ported config.site was
absent from the Bash distribution. So this is a proven solution.
- Raw text -