gcc/libjava/libltdl
Jack Howarth 8a48946511 aclocal.m4: Regenerate to use multi.m4.
2007-01-17  Jack Howarth  <howarth@bromo.med.uc.edu>
boehm-gc/
	* aclocal.m4: Regenerate to use multi.m4.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
zlib/
	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
libffi/
	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
libjava/
	* configure.ac: Use multi.m4 from aclocal rather than custom
	code.  Use multi_basedir instead libgcj_basedir.  Test for
	/proc/self/exe when not cross-compiling.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
libjava/classpath/
	* configure.ac: Use multi.m4 from aclocal rather than
	custom code.  Use multi_basedir instead libgcj_basedir.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
libjava/libltdl/
	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
	* configure.ac: Use multi.m4 from aclocal rather than
	custom code.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

From-SVN: r120870
2007-01-17 19:48:52 +00: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 aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +00:00
Makefile.am aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +00:00
Makefile.in aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +00:00
README re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
acinclude.m4 acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specific stuff. 2006-04-06 21:22:45 +02:00
aclocal.m4 aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +00:00
config-h.in configure.ac: Bump AC_PREREQ to 2.59. 2004-03-11 00:27:41 +00:00
config.guess config.sub, [...]: Replace with forwarding scripts which invoke the master copies in the top level. 2004-02-23 20:53:55 +00:00
config.sub config.sub, [...]: Replace with forwarding scripts which invoke the master copies in the top level. 2004-02-23 20:53:55 +00:00
configure aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +00:00
configure.ac aclocal.m4: Regenerate to use multi.m4. 2007-01-17 19:48:52 +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