gcc/libjava/libltdl
Andreas Tobler 94a0c1fc2a acinclude.m4: Restore the situation that we don't build modules on darwin.
2006-03-29  Andreas Tobler  <a.tobler@schweiz.ch>

	* acinclude.m4: Restore the situation that we don't build modules on
	darwin.
	* configure: Regenerated.

From-SVN: r112503
2006-03-29 20:47:39 +02:00
..
COPYING.LIB re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
ChangeLog acinclude.m4: Restore the situation that we don't build modules on darwin. 2006-03-29 20:47:39 +02:00
Makefile.am re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
Makefile.in re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
README
acinclude.m4 acinclude.m4: Restore the situation that we don't build modules on darwin. 2006-03-29 20:47:39 +02:00
aclocal.m4 re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
config-h.in
config.guess
config.sub
configure acinclude.m4: Restore the situation that we don't build modules on darwin. 2006-03-29 20:47:39 +02:00
configure.ac re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
install-sh re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
ltdl.c re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
ltdl.h re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
ltmain.sh re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00
missing re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName()) 2006-03-28 19:02:25 +00:00

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen