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
..
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
ChangeLog acinclude.m4: Restore the situation that we don't build modules on darwin. 2006-03-29 20:47:39 +02: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
COPYING.LIB
install-sh
ltdl.c
ltdl.h
ltmain.sh
Makefile.am
Makefile.in
missing
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