OSDN Git Service

2006-04-06 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Apr 2006 19:22:45 +0000 (19:22 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Apr 2006 19:22:45 +0000 (19:22 +0000)
* acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
GCJ specific stuff.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112736 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/libltdl/ChangeLog
libjava/libltdl/acinclude.m4

index d4c5527..62f8138 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-06  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
+       GCJ specific stuff.
+
 2006-03-30  Tom Tromey  <tromey@redhat.com>
 
        * aclocal.m4, configure, Makefile.in: Rebuilt.
index 9491c77..0666824 100644 (file)
@@ -6371,6 +6371,7 @@ AC_DEFUN([AC_LTDL_SHLIBEXT],
 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