Mail Archives: djgpp-workers/1999/07/20/09:28:39
>
> On Sun, 18 Jul 1999, Mark E. wrote:
>
> > > ac_default_prefix="/dev/env/DJDIR"
> > > if test -d $ac_default_prefix; then
> > Oops, should be:
> > if test ! -d $ac_default_prefix; then
> > > ac_default_prefix="\${DJDIR}"
> > > fi
>
> Why is this test a good idea? Why not leave /dev/env/DJDIR alone in
> any case?
>
Because that feature depends on having DJGPP 2.03. If the test fails, it
means you don't 2.03, so the default prefix is set to a value that will
work.
---
Mark Elbrecht, snowball3 AT bigfoot DOT com
http://snowball.frogspace.net/
- Raw text -