This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: regenerating configure in gcc
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 3 Nov 2006 14:52:02 +1100
- Subject: Re: regenerating configure in gcc
- References: <20061101155636.GA23727@bromo.msbb.uc.edu>
> I am having difficulty getting configure properly regenerated in
> libjava so that Geoff's multilib changes will take effect. What
> versions of automake and libtool is required by the current gcc 4.2
> branch?
The safest thing to do is to always look at the top of the file you're
trying to regenerate. The comment at the top will tell you what
version was used previously. You should use the same version.
Ben