$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-08-16 07:50:08
Alexey Pakhunov wrote:
> Vladimir Prus wrote:
>
>
>>So,
>>
>> configure gcc : : /usr/bin/g++-4.0 ;
>>
>>will no longer work and you'll be required to write:
>>
>> configure gcc : : command=/usr/bin/g++-4.0 ;
>>
>>?
>
>
> Mmm... Yes. I thought we speak about introducing 'configure' and a new
> syntax for it.
Do you mean that we are going to introduce "configure" with a new,
possibly even with a completely incompatible syntax, but "using" will be
left without changes for backward compatibility? I wonder if it's
possible at all. I thought we were going to break syntax compatibility
for both using and configure, and configure is just a new name for using.
Andrey