gcc/libjava/libltdl
Ralf Wildenhues 13917ae3b9 no-dist in non-imported automake dirs.
libgfortran/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

libgomp/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

libjava/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* Makefile.in: Regenerate.
	* gcj/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

libjava/libltdl/:
	PR other/43620
	* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
	* Makefile.in: Regenerate.

libmudflap/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

libssp/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* Makefile.in: Regenerate.

libstdc++-v3/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* doc/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* python/Makefile.in: Regenerate.
	* src/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

lto-plugin/:
	PR other/43620
	* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
	* Makefile.in: Regenerate.

From-SVN: r159041
2010-05-04 18:58:11 +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 no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
Makefile.am no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
Makefile.in no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
README re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
acinclude.m4 acinclude.m4: Regenerated to pick: 2007-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-12-07 20:33:09 +01:00
aclocal.m4 Update to Automake 1.11.1. 2010-04-02 18:18:06 +00:00
config-h.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 13:22:20 +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 Disable libtool support for languages unused in libjava/libltdl 2009-12-22 20:47:56 +00:00
configure.ac Disable libtool support for languages unused in libjava/libltdl 2009-12-22 20:47:56 +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 acinclude.m4: Regenerated to pick: 2007-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-12-07 20:33:09 +01:00
ltdl.h cygming.h (TARGET_USE_JCR_SECTION): Enable. 2009-09-22 18:58:13 +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