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:


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.
+
+--
+


H.J. Lu schrieb:
> aclocal.m4 was generated with wrong autom4te. This patch should work.
> 
> 
> H.J.
> ----
> 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	PR libgcj/32929
> 	* aclocal.m4: Regenerated.
> 	* configure: Likewise.
> 
> --- libjava/aclocal.m4.old	2007-07-28 16:43:25.000000000 -0700
> +++ libjava/aclocal.m4	2007-07-29 00:32:37.000000000 -0700
> @@ -7300,6 +7300,7 @@ AC_SUBST([am__untar])
>  ]) # _AM_PROG_TAR
>  
>  m4_include([../config/acx.m4])
> +m4_include([../config/confsubdir.m4])
>  m4_include([../config/depstand.m4])
>  m4_include([../config/enable.m4])
>  m4_include([../config/gxx-include-dir.m4])


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