Mail Archives: djgpp-workers/2000/12/29/13:14:40
Tim Van Holder wrote:
[explanation snipped...]
OK, now I see.
> As for Martin's suggestion to use $DJGPP, that would probably be more robust
> indeed, as users are free to rename djgpp.env provided $DJGPP points to the
> right file.
Hmm. I think even following could be used:
if test -d /dev/c; then
# Here we are...
fi
But it won't work on systems without C: drive, of course.
> Since config.guess uses it, I suppose I could indeed also use 'uname', testing for
> 'pc' as machine and 'MS-DOS' as OS.
But it introduces sometimes redudant dependency on shellutils. Simple configures
can do without it - now they will not be able.
Laurynas
- Raw text -