libtool/libltdl
Ileana Dumitrescu d405ede870
Fix errors in distclean and maintainer-clean
The variable, LT_ARGZ_H, can be empty, which causes distclean and
maintainer-clean to error as a directory is attempted to be removed
instead of a file.

When running maintainer-clean for gnulib-tests, the .version file is
missing, which is needed by config.status, so the command will error.

* configure.ac: Update CONFIG_STATUS_DEPENDENCIES to use dotversion so
  that the .version file can be generated if needed.
* libltdl/ltdl.mk: Add conditional with LTARGZH_EXISTS to append path for
  LT_ARGZ_H file to BUILT_SOURCES.
* m4/ltdl.m4: Add AM_CONDITIONAL for LTARGZH_EXISTS that is set to
  true if LT_ARGZ_H is non-empty.
* NO-THANKS: Add 'Michael Pratt' for bug#73672 contribution.
* NEWS: List additional bug fix.
2024-10-22 19:55:50 +03:00
..
libltdl libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
loaders libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
.gitignore libltdl: move libltdl argz module into LT namespace. 2014-11-02 14:28:55 +00:00
configure.ac libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__alloc.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__argz.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__dirent.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__strl.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt_dlloader.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt_error.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.h libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.mk Fix errors in distclean and maintainer-clean 2024-10-22 19:55:50 +03:00
README maint: update copyrights across project 2024-01-12 01:35:32 -05:00
slist.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00

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-2019, 2021-2024 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.