PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:

H.J. Lu hjl@lucon.org
Sun Jul 29 17:16:00 GMT 2007


On Sun, Jul 29, 2007 at 09:11:08AM -0700, David Daney wrote:
> H.J. Lu wrote:
> >aclocal.m4 was generated with wrong autom4te. This patch should work.
> >
> >  
> 
> Perhaps you could share the exact versions and command lines you used to 
> generate aclocal.m4.
> 
> Noting the procedure in the HACKING file would be helpful as well.
> 

You just need to do

# cd libjava
# rm aclocal.m4
# make aclocal.m4

and make sure that automake 1.9.6/autoconf 2.59 are really used. The
actual command is

# aclocal -I . -I .. -I ../config


H.J.



More information about the Java-patches mailing list