libtool/libltdl
Thomas Tanner 17915a088c * autogen: libltdl needs autoheader
* demo/Makefile.am: renamed hell.debug to hell.static
  (we're demonstrating static linking, not debugging)
* tests/demo*: ditto
* doc/libtool.texi (libltdl): documented new lt_dlopen(NULL)
  feature
* libltdl/acconfig.h: required for config.h
* libltdl/configure.in: use config.h
* libltdl/ltdl.c: use config.h, support lt_dlopen(NULL)
  (returns a handle for the program itself)
* ltconfig.in: minor reformatting
* ltmain.in: in lt_preloaded_symbols always define
  the program's symbols first, for -export-dynamic list all
  program symbols together, -export-symbols was broken for
  programs, minor reformatting
* mdemo/Makefile.am: renamed mdemo.debug to mdemo.static
* tests/mdemo*: ditto, mdemo.test was completely broken
1999-02-11 23:48:25 +00:00
..
.cvsignore * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00
configure.in * autogen: libltdl needs autoheader 1999-02-11 23:48:25 +00:00
ltdl.c * autogen: libltdl needs autoheader 1999-02-11 23:48:25 +00:00
ltdl.h * doc/libtool.texi (libltdl): list supported dlopen mechanisms, 1999-01-24 14:24:17 +00:00
Makefile.am * libltdl/Makefile.am (distclean-local): renamed from 1999-01-27 07:22:04 +00:00
README * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00

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