From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25590 invoked by alias); 29 Jul 2007 17:16:53 -0000 Received: (qmail 25571 invoked by uid 22791); 29 Jul 2007 17:16:52 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc13.comcast.net (HELO rwcrmhc13.comcast.net) (204.127.192.83) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 29 Jul 2007 17:16:50 +0000 Received: from lucon.org ([24.6.230.138]) by comcast.net (rwcrmhc13) with ESMTP id <20070729171648m13006ons5e>; Sun, 29 Jul 2007 17:16:49 +0000 Received: by lucon.org (Postfix, from userid 500) id BE8FBF7C3B; Sun, 29 Jul 2007 10:16:48 -0700 (PDT) Date: Sun, 29 Jul 2007 18:53:00 -0000 From: "H.J. Lu" To: David Daney Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: Message-ID: <20070729171648.GA32657@lucon.org> References: <20070729073722.GA27777@lucon.org> <46ACBC1C.1020902@avtrex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46ACBC1C.1020902@avtrex.com> User-Agent: Mutt/1.5.14 (2007-02-12) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02070.txt.bz2 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.