gcc/libjava/libltdl
Michael Koch 8f0f6aa1fd stamp-h.in: Removed, not used anymore.
2003-12-17  Michael Koch  <konqueror@gmx.de>

	* libltdl/stamp-h.in: Removed, not used anymore.

From-SVN: r74742
2003-12-17 16:24:11 +00:00
..
.cvsignore
COPYING.LIB
ChangeLog
Makefile.am re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
Makefile.in re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
README re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
acconfig.h
acinclude.m4 re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
aclocal.m4 re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
config-h.in re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
config.guess re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
config.sub re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
configure re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
configure.ac Initial revision 2003-12-16 06:55:13 +00:00
install-sh re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltdl.c re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltdl.h re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
ltmain.sh re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
missing re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
mkinstalldirs Initial revision 2003-12-16 06:55:13 +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