This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] committed libltdl/acinclude.m4
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Thu, 06 Apr 2006 21:22:07 +0200
- Subject: [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