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: Properly include confsubdir.m4 in libjava


I'd like to check in this patch to properly include confsubdir.m4 in
libjava.


H.J.
----
2007-05-28  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.ac: Don't include ../config/confsubdir.m4.
	* aclocal.m4: Regenerated.
	* configure: Likewise.
	
--- libjava/configure.ac.foo	2007-05-28 00:08:56.000000000 -0700
+++ libjava/configure.ac	2007-05-28 19:27:56.000000000 -0700
@@ -450,7 +450,6 @@ AC_PROG_LIBTOOL
 AM_PROG_GCJ
 AM_PROG_CC_C_O
 
-m4_include([../config/confsubdir.m4])
 AC_CONFIG_SUBDIRS(classpath libltdl)
 
 # The -no-testsuite modules omit the test subdir.


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