$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-05-14 09:56:19
David Abrahams wrote:
> > Hmm... how can we detect that we're on OSF or
> > AIX? The simple approach is to invove "uname -a" (do they have it?) and
> > parsing its output, that this is ugly.
>
> Sure, they have it. However, I bet it comes from the environment. Why don't
> you look at where Jam is getting it from?
For preprocessor, of course, which is of little help for us.
- Volodya