This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
- From: "H.J. Lu" <hjl at lucon dot org>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Sun, 29 Jul 2007 06:36:31 -0700
- Subject: Re: PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
- References: <20070729073722.GA27777@lucon.org> <46AC6864.1050402@ubuntu.com>
On Sun, Jul 29, 2007 at 12:13:56PM +0200, Matthias Klose wrote:
> Thanks, I checked in the regenerated files after a bootstrap, and:
>
> 2007-07-29 Matthias Klose <doko@ubuntu.com>
>
> * HACKING: Document regenerating configure.
>
> Index: HACKING
> ===================================================================
> --- HACKING (revision 127036)
> +++ HACKING (working copy)
> @@ -34,6 +34,15 @@
>
> --
>
> +To regenerate libjava/configure, use:
> +
> + aclocal -I . -I .. -I ../config -I libltdl
> + autoconf
> +
> +See the GCC documentation which auto* versions to use.
> +
I don't think "-I libltdl" is needed.
H.J.