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] committed libltdl/acinclude.m4


Hello,

I committed the attached patch to libltdl/acinclude.m4. It sets a marker for GCJ LOCAL code which should be kept in case we import a new libltdl.

Andreas

2006-04-06 Andreas Tobler <a.tobler@schweiz.ch>

	* acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
	GCJ specific stuff.

Index: acinclude.m4
===================================================================
--- acinclude.m4        (revision 112731)
+++ acinclude.m4        (working copy)
@@ -6371,6 +6371,7 @@
 AC_CACHE_CHECK([which extension is used for loadable modules],
   [libltdl_cv_shlibext],
 [
+## GCJ LOCAL: gcj specific stuff. Please keep it.
 # Here in libltdl for libgcj we don't build modules for darwin.
 # So we say no. Then the extension gets .dylib which is the right
 # thing for shared libraries on darwin. Please keep me next time you


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