This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]