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]

PATCH: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:


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]