libtool/libltdl
Xin LI 49ae2888b4 Avoid problems when FreeBSD goes to version 10.
* libltdl/m4/libtool.m4: Remove mentions of freebsd1. Use dots
	for FreeBSD 2 and 3 detection to avoid future problems
	* libltdl/m4/ltmain.m4sh: ditto.
2011-10-02 10:02:18 -05:00
..
config Avoid problems when FreeBSD goes to version 10. 2011-10-02 10:02:18 -05:00
libltdl
loaders
m4 Avoid problems when FreeBSD goes to version 10. 2011-10-02 10:02:18 -05:00
.gitignore
argz_.h
argz.c
configure.ac
COPYING.LIB
lt__alloc.c
lt__dirent.c
lt__strl.c
lt_dlloader.c
lt_error.c
ltdl.c
ltdl.h
Makefile.inc
README
slist.c

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

It supports the following dlopen interfaces:
* dlopen (POSIX)
* 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, 2011 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.