libtool/libltdl
Gary V. Vaughan 3d2d3ef899 Ensure getopts.m4sh is compatible with Autoconf-2.61 and newer.
* libltdl/config/getopt.m4sh (m4_chomp): Ensure this macro is
implemented even if Autoconf's m4sugar.m4 doesn't provide it.
(m4go_expand): New macro based on Autoconf-2.64 m4_expand. Use
it everywhere incase m4sugar.m4 doesn't have an implementation.
(m4_ifnblank): Replace all uses with m4_ifval, which was
available long before m4_ifnblank was introduced.
2010-06-21 19:49:29 +07:00
..
config Ensure getopts.m4sh is compatible with Autoconf-2.61 and newer. 2010-06-21 19:49:29 +07:00
libltdl lt_dlloader_remove and lt_dlloader_find accept const arguments. 2009-12-02 23:13:20 +01:00
loaders Preserve the last error when restoring the error mode. 2010-03-17 09:01:57 +01:00
m4 Use config.cache variable for PIC flag, to allow override. 2010-06-19 06:47:42 +02:00
.cvsignore * libltdl/.cvsignore: Ignore argz.h. 2007-10-12 02:48:56 +00:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
argz_.h Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
argz.c Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
configure.ac Set SCM version number to 2.2.11a. 2010-06-09 22:17:47 +07:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__dirent.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__strl.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
lt_dlloader.c lt_dlloader_remove and lt_dlloader_find accept const arguments. 2009-12-02 23:13:20 +01:00
lt_error.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
ltdl.c Improve libdir usage from within ltdl on MinGW. 2010-06-12 10:09:26 +02:00
ltdl.h Implement lt_dlopening of only preloaded modules. 2008-08-01 13:12:29 +07:00
Makefile.inc Prepare for next release candidate. 2010-05-21 04:24:18 +07:00
README Simplify license variations, and add missing license texts. 2010-06-09 19:00:19 +07:00
slist.c Test and fix slist.c. 2009-12-02 23:13:05 +01:00

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
-- 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.