PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
H.J. Lu
hjl@lucon.org
Mon Jul 30 14:56:00 GMT 2007
On Sun, Jul 29, 2007 at 10:08:05PM +0200, Andreas Schwab wrote:
> "H.J. Lu" <hjl@lucon.org> 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.
More information about the Java-patches
mailing list