This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++ PATCH] do not override PACKAGE
- From: Phil Edwards <phil at jaj dot com>
- To: Alexandre Duret-Lutz <aduret at src dot lip6 dot fr>
- Cc: Phil Edwards <pme at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 9 Aug 2003 03:17:33 -0400
- Subject: Re: [libstdc++ PATCH] do not override PACKAGE
- References: <2003-08-09-00-51-11+5452+duret_g@lrde.epita.fr>
On Sat, Aug 09, 2003 at 12:51:11AM +0200, Alexandre Duret-Lutz wrote:
>
> This fixes the PACKAGE renaming issue the "Right Way".
I was told the 4-arg form was deprecated.
> Automake
> actually has nothing to do about it.
*shrug* The incorrect form of PACKAGE is assigned during the expansion of
AM_INIT_AUTOMAKE. (I realize that it's autoconf which expands configure.ac.)
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan