Re: [autoconf-conversion] Re: Toplevel configury, multilibs, new autoconf versions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [autoconf-conversion] Re: Toplevel configury, multilibs, new autoconf versions
- To: "Phil Edwards" <phil@xxxxxxx>, <gcc@xxxxxxxxxxx>, <libstdc++@xxxxxxxxxxx>, <autoconf-conversion@xxxxxxxxxxxxxxxx>
- Subject: Re: [autoconf-conversion] Re: Toplevel configury, multilibs, new autoconf versions
- From: "Paolo Bonzini" <bonzini@xxxxxxx>
- Date: Tue, 29 Jul 2003 00:02:29 +0200
> *cackle* I have sneakily removed the bit of shell code in configure which
> treats CXX as a "precious" variable. Other precious variables are still
> passed around but CXX is correctly inherited from the environment like we
> want it to be.
Why not CC, AS and LD too? I wonder if autoupdating newlib and other parts
of the unified tree will have similar issues.
Also, did you do this by modifying the configure script manually or by
overriding an Autoconf macro definition?
Paolo