> [EMAIL PROTECTED] - Sun Jan 01 18:44:33 2006]:
> 
> Parrot::Configure::Step::genfile() currently interpolates values in the
> format ${foo}.  This is undesirable because ${ BAREWORD } is valid perl5
> syntax and in make files it looks uncomfortable similar to $(foo).  It
> should be changed to @foo@ where whitespace is not allowed between the
> @s.  This format is superior as a) it clearly stands out and b) it's
> compatible with autoconf.

I've added support for the autoconf compatable @foo@ syntax to genfile()
and experimentally converted root.in (the main makefile).  If this
doesn't cause any smoke failures or bug reports in the next day or so
I'll convert the rest of the processed files.

Cheers,

-J

--

Reply via email to