From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16897 invoked by alias); 30 Jul 2007 14:56:55 -0000 Received: (qmail 16881 invoked by uid 22791); 30 Jul 2007 14:56:54 -0000 X-Spam-Check-By: sourceware.org Received: from alnrmhc11.comcast.net (HELO alnrmhc11.comcast.net) (206.18.177.51) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 14:56:51 +0000 Received: from lucon.org ([24.6.230.138]) by comcast.net (alnrmhc11) with ESMTP id <20070730145649b11000l0dme>; Mon, 30 Jul 2007 14:56:50 +0000 Received: by lucon.org (Postfix, from userid 500) id A94DFF7C3B; Mon, 30 Jul 2007 07:56:49 -0700 (PDT) Date: Mon, 30 Jul 2007 15:40:00 -0000 From: "H.J. Lu" To: Andreas Schwab Cc: David Daney , 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: <20070730145649.GA10793@lucon.org> References: <20070729073722.GA27777@lucon.org> <46ACBC1C.1020902@avtrex.com> <20070729171648.GA32657@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/msg02113.txt.bz2 On Sun, Jul 29, 2007 at 10:08:05PM +0200, Andreas Schwab wrote: > "H.J. Lu" writes: > > > You just need to do > > > > # cd libjava > > # rm aclocal.m4 > > # make aclocal.m4 > > Except that aclocal.m4 lives in the source directory. I am using cd libjava && rm -f aclocal.m4 && ACFLAGS=$(grep "^ACLOCAL_AMFLAGS" Makefile.in | sed -e "s/ACLOCAL_AMFLAGS[ \t ]*=//") && aclocal-1.9 $ACFLAGS && rm -f configure && autoconf-2.59 && rm -fr autom4te.cache to simplify the step. H.J.