]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
20 years ago* THANKS: Updated.
Ralf Wildenhues [Tue, 1 Nov 2005 15:57:16 +0000 (15:57 +0000)] 
* THANKS: Updated.

20 years ago* libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL directly
Gary V. Vaughan [Tue, 1 Nov 2005 14:32:18 +0000 (14:32 +0000)] 
* libltdl/m4/ltdl.m4 (LTDL_INIT): Call _LT_ENABLE_INSTALL directly
instead of m4_requiring it, as it relies on enable_ltdl_install
and enable_ltdl_convenience to have been initialised first.

20 years ago* libtoolize.m4sh: Use serial tags to locate the correct serial
Gary V. Vaughan [Tue, 1 Nov 2005 14:28:20 +0000 (14:28 +0000)] 
* libtoolize.m4sh: Use serial tags to locate the correct serial
numbers when deciding whether to update.
(func_serial): Allow for macro_regex argument to be originating
file name.
(func_serial_update): Use NL2SP to flatten list of extracted
m4_include files.
* tests/libtoolize.at: More tests for old-style verbatim copying
of macros into aclocal.m4.

20 years ago* libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
Gary V. Vaughan [Tue, 1 Nov 2005 14:26:38 +0000 (14:26 +0000)] 
* libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
libltdl/m4/ltversion.in: Add serial number tags, and bump serial
number.

20 years ago* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Set correctly for SCO.
Kean Johnston [Mon, 31 Oct 2005 18:53:39 +0000 (18:53 +0000)] 
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Set correctly for SCO.

20 years ago* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Set correct
Kean Johnston [Mon, 31 Oct 2005 09:58:38 +0000 (09:58 +0000)] 
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Set correct
symcode values for the native nm on SCO platforms.

20 years ago* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms
Kean Johnston [Mon, 31 Oct 2005 09:44:28 +0000 (09:44 +0000)] 
* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms
open dependency libraries when you dlopen a module.

20 years ago* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
Albert Chin-A-Young [Mon, 31 Oct 2005 08:37:26 +0000 (08:37 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
[ aix ]: Remove duplicate always_export_symbols=yes for AIX.

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link):
Howard Chu [Sat, 29 Oct 2005 14:21:02 +0000 (14:21 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link):
With `-static', only link statically against uninstalled
libtool libraries.  Fixes 1.5.x regression to match documented
behavior.
* NEWS: Updated.

20 years ago* HACKING: Update note about use of `$#' in m4 macros.
Stepan Kasal [Thu, 27 Oct 2005 13:34:07 +0000 (13:34 +0000)] 
* HACKING: Update note about use of `$#' in m4 macros.

20 years ago* tests/tagtrace.test: Allow `$AUTOCONF' to contain arguments.
Ralf Wildenhues [Thu, 27 Oct 2005 13:17:05 +0000 (13:17 +0000)] 
* tests/tagtrace.test: Allow `$AUTOCONF' to contain arguments.
Skip if the running `autoconf' version is older than the one
used to bootstrap Libtool.

20 years ago* Makefile.am (vcl-tmp): Avoid warnings from diff.
Eric Blake [Wed, 26 Oct 2005 14:26:35 +0000 (14:26 +0000)] 
* Makefile.am (vcl-tmp): Avoid warnings from diff.
* bootstrap: Avoid warnings from find.
(lt_tab): Use to prevent editor whitespace "cleanup".

20 years ago* libtoolize.m4sh: Put back the func_serial_update callback for
Gary V. Vaughan [Wed, 26 Oct 2005 14:21:01 +0000 (14:21 +0000)] 
* libtoolize.m4sh: Put back the func_serial_update callback for
func_copy_some_files so that the testsuite passes again.  We'll
have to find a better way of handling serial numbers in libtool
macro files.

20 years ago* libltdl/Makefile.inc: New file, factored out of Makefile.am for
Gary V. Vaughan [Wed, 26 Oct 2005 10:42:05 +0000 (10:42 +0000)] 
* libltdl/Makefile.inc: New file, factored out of Makefile.am for
use in non-recursive libltdl installations.
* bootstrap: Adjust.
* Makefile.am: include it.
(libltdl/Makefile.am): Adjust to build from the new
libltdl/Makefile.inc.
(SUBDIR_LIBOBJS): Renamed from this...
(LTDL_SUBDIR_LIBOBJS): ...to this.
* configure.ac: Adjust.
* doc/libtool.texi (Invoking libtoolize): Document the new modes
and libtoolize option to select them.
* libtoolize.m4sh: Parse new options, --nonrecursive, --recursive
and --subproject.  Install the appropriate files with --ltdl
according to the selected mode.
(func_scan_files): If --subproject, --recursive or --nonrecursive
options were not given, use the value from LT_CONFIG_LTDL_DIR; if
a mode was given, and there is also an argument to
LT_CONFIG_LTDL_DIR, ensure they are the same.
* NEWS: Updated.

20 years ago* libtoolize.m4sh: Don't use func_serial_update as a copy
Gary V. Vaughan [Wed, 26 Oct 2005 10:36:31 +0000 (10:36 +0000)] 
* libtoolize.m4sh: Don't use func_serial_update as a copy
function for libtool m4 files with no macro_regex.  If the
files are copied directly into aclocal.m4, because
AC_CONFIG_MACRO_DIR isn't set for example, there is no way
to tell what serial number goes with what source file.
(func_serial_update): For future-proofing, only make the second
serial number check if the destination file wasn't m4_included
into aclocal.m4 (and hence updated automatically by the cat of
copying a new version to the dest directory).

20 years ago* libtoolize.m4sh: Move the consistency checks...
Gary V. Vaughan [Wed, 26 Oct 2005 10:34:08 +0000 (10:34 +0000)] 
* libtoolize.m4sh: Move the consistency checks...
(func_check_macros): ...into here.  Also suggest LT_WITH_LTDL if
appropriate.

20 years ago* libtoolize.m4sh: Copying just libtool.m4 for hand maintained
Gary V. Vaughan [Wed, 26 Oct 2005 10:31:51 +0000 (10:31 +0000)] 
* libtoolize.m4sh: Copying just libtool.m4 for hand maintained
aclocal.m4 doesn't work.  List all required files in that case,
using the files from installed libltdl if available.  Also, list
the additional files required when using libltdl.
Reported by Patrick Welche <prlw1@newn.cam.ac.uk>.

20 years ago* libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed.
Gary V. Vaughan [Wed, 26 Oct 2005 10:26:48 +0000 (10:26 +0000)] 
* libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed.
* libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_next)
(lt_dlhandle_find, lt_dlforeach): Removed...
(lt_dlhandle_iterate, lt_dlhandle_fetch, lt_dlhandle_map): Similar
functions that are multi-loader safe, and require a registered
interface validator argument.
* doc/libtool.texi: Updated.
* NEWS: Updated.

20 years ago* libtoolize.m4sh: Always copy pkgconfig_files for --ltdl, incase
Gary V. Vaughan [Wed, 26 Oct 2005 09:20:45 +0000 (09:20 +0000)] 
* libtoolize.m4sh: Always copy pkgconfig_files for --ltdl, incase
ltdl needs additional things not found by automake when looking at
the parent project configury.
* tests/libtoolize.at: Adjust.

20 years ago* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"
Ralf Wildenhues [Mon, 17 Oct 2005 14:06:36 +0000 (14:06 +0000)] 
* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"
in file path.
Reported by Christoph Egger <Christoph_Egger@gmx.de>.

20 years ago* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/
Gary V. Vaughan [Fri, 14 Oct 2005 15:43:08 +0000 (15:43 +0000)] 
* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/
AC_MSG_RESULT pairs.

20 years ago* tests/subproject.at: Move 'touch config.h.in' invocation.
Gary V. Vaughan [Fri, 14 Oct 2005 13:23:01 +0000 (13:23 +0000)] 
* tests/subproject.at: Move 'touch config.h.in' invocation.

20 years ago* tests/subproject.at: Removed 'touch config.h.in' workaround for
Gary V. Vaughan [Fri, 14 Oct 2005 12:31:03 +0000 (12:31 +0000)] 
* tests/subproject.at: Removed 'touch config.h.in' workaround for
bug now fixed.

20 years ago* tests/subproject.at (_LTDL_SETUP): Use pushdef/popdef to
Gary V. Vaughan [Fri, 14 Oct 2005 10:43:45 +0000 (10:43 +0000)] 
* tests/subproject.at (_LTDL_SETUP): Use pushdef/popdef to
simulate file-local scope.  Empty source file compilation is not
portable, so add minimal code to generated foo.c file.

20 years ago* libltdl/m4/libtool.m4 (LT_PATH_NM): End test source with
Ralf Wildenhues [Thu, 13 Oct 2005 13:22:55 +0000 (13:22 +0000)] 
* libltdl/m4/libtool.m4 (LT_PATH_NM): End test source with
newline.
Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.

20 years ago* libltdl/ltdl.c (find_module): Check that dir is set.
Peter O'Gorman [Thu, 13 Oct 2005 04:48:36 +0000 (04:48 +0000)] 
* libltdl/ltdl.c (find_module): Check that dir is set.
(load_deplibs): Don't free the user search paths too early.

20 years ago* tests/testsuite.at (LT_AT_AUTOMAKE): New macro.
Ralf Wildenhues [Tue, 11 Oct 2005 16:51:50 +0000 (16:51 +0000)] 
* tests/testsuite.at (LT_AT_AUTOMAKE): New macro.
* tests/subproject.at: Use it.  Do not call `autoreconf' in
tests, since it will try to reconfigure `sub/ltdl', which
breaks `make check' during `distcheck' because of a readonly
source tree.

20 years ago* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Also set INCLTDL.
Ralf Wildenhues [Tue, 11 Oct 2005 11:27:56 +0000 (11:27 +0000)] 
* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Also set INCLTDL.

20 years ago* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE)
Ralf Wildenhues [Tue, 11 Oct 2005 11:25:08 +0000 (11:25 +0000)] 
* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE)
(LT_WITH_LTDL): Revert Gary's 2005-10-10 patch.

20 years ago* tests/stresstest.at: Use `allow_undefined_flag' instead of
Ralf Wildenhues [Tue, 11 Oct 2005 06:23:29 +0000 (06:23 +0000)] 
* tests/stresstest.at: Use `allow_undefined_flag' instead of
host_os setting.

20 years ago* libltdl/m4/ltdl.m4 (_LT_ENABLE_INSTALL): Remove bogus extra
Gary V. Vaughan [Mon, 10 Oct 2005 17:28:58 +0000 (17:28 +0000)] 
* libltdl/m4/ltdl.m4 (_LT_ENABLE_INSTALL): Remove bogus extra
closing brackets.

20 years ago* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove
Gary V. Vaughan [Mon, 10 Oct 2005 17:20:10 +0000 (17:20 +0000)] 
* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE, LTDL_INSTALLABLE): Remove
AC_SUBST of LIBLTDL, LTDLINCL, and all mention of INCLTDL.
(LT_WITH_LTDL): Due to order constraints between LTDL_CONVENIENCE,
LTDL_INSTALLABLE, LT_WITH_LTDL & LTDL_INIT, we can safely AC_SUBST
LIBLTDL and LTDLINCL here.  Also, remember to synch INCLTDL.

20 years ago* tests/stresstest.at [ aix3, beos, os2 ]: Always use
Ralf Wildenhues [Mon, 10 Oct 2005 16:25:09 +0000 (16:25 +0000)] 
* tests/stresstest.at [ aix3, beos, os2 ]: Always use
`-no-undefined'.

20 years ago* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
Christian Biesinger [Sun, 9 Oct 2005 06:25:03 +0000 (06:25 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
Initial shared library support for C++.

20 years ago* configure.ac (abs_top_builddir, abs_top_srcdir): always
Ralf Wildenhues [Fri, 7 Oct 2005 08:52:10 +0000 (08:52 +0000)] 
* configure.ac (abs_top_builddir, abs_top_srcdir): always
substitute.
* Makefile.am (BUILDCHECK_ENVIRONMENT)
(INSTALLCHECK_ENVIRONMENT): New macros.  Set _lt_pkgdatadir,
LIBTOOL, LIBTOOLIZE accordingly, by using above, and
program_transform_name.
* tests/testsuite.at (TESTS_PREPARE): Do not set them anymore.
Set $unset.
(LT_AT_MAKE): Use to unset LIBTOOL and LIBTOOLIZE.

20 years ago* tests/subproject.at: Commit the right file this time.
Gary V. Vaughan [Wed, 5 Oct 2005 16:45:09 +0000 (16:45 +0000)] 
* tests/subproject.at: Commit the right file this time.

20 years ago* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Fix m4 quoting
Ralf Wildenhues [Wed, 5 Oct 2005 15:57:05 +0000 (15:57 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Fix m4 quoting
for lt_simple_link_test_code.
Reported by Nicolas Joly <njoly@pasteur.fr>.

20 years ago* tests/subproject.at: Forgot to cvs add.
Gary V. Vaughan [Wed, 5 Oct 2005 15:04:50 +0000 (15:04 +0000)] 
* tests/subproject.at: Forgot to cvs add.

20 years ago* tests/subproject.at: New tests for libltdl as a subproject with
Gary V. Vaughan [Wed, 5 Oct 2005 15:02:54 +0000 (15:02 +0000)] 
* tests/subproject.at: New tests for libltdl as a subproject with
its own configuration.
* tests/testsuite.at: Use it.
* Makefile.am (TESTSUITE_AT): Depend on it.

20 years ago* Makefile.am: Simplify. Do not use abs_top_srcdir.
Ralf Wildenhues [Wed, 5 Oct 2005 14:33:02 +0000 (14:33 +0000)] 
* Makefile.am: Simplify.  Do not use abs_top_srcdir.
Reported by Gary V. Vaughan <gary@gnu.org>.

20 years ago* libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Spurious './' prefixes
Gary V. Vaughan [Wed, 5 Oct 2005 09:42:41 +0000 (09:42 +0000)] 
* libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Spurious './' prefixes
upset BSD pmake, don't set lt_ltdl_dir in this case.
(LTDL_CONVENIENCE, LTDL_INSTALLABLE): Adjust.

20 years ago* Makefile.am (BUILDCHECK_ENVIRONMENT)
Ralf Wildenhues [Wed, 5 Oct 2005 08:58:19 +0000 (08:58 +0000)] 
* Makefile.am (BUILDCHECK_ENVIRONMENT)
(INSTALLCHECK_ENVIRONMENT): New macros.
(check-local, installcheck-local): Use them.
* tests/testsuite.at (PREPARE_TESTS): Extract host_alias, ECHO.
Set configure_options appropriately.
(LT_AT_CONFIGURE, LT_AT_AUTORECONF, LT_AT_MAKE): New macros.
(LT_AT_BOOTSTRAP): Use them.
* tests/am-subdir.at, tests/early-libtool.at,
tests/old-m4-iface.at, tests/standalone.at: Likewise.
* tests/link-order.test: Do not extract ECHO any more.

20 years ago* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Require
Ralf Wildenhues [Wed, 5 Oct 2005 08:54:25 +0000 (08:54 +0000)] 
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Require
AC_CANONICAL_HOST and _LT_DECL_SED.

20 years ago* libltdl/m4/ltdl.m4: Bump serial as we are changing the
Gary V. Vaughan [Mon, 3 Oct 2005 15:45:47 +0000 (15:45 +0000)] 
* libltdl/m4/ltdl.m4: Bump serial as we are changing the
interface.
(LT_CONFIG_LTDL_DIR): New macro to centralise setting the
subdirectory used for libltdl.
(LTDL_CONVENIENCE): Continue backwards compatibility support for
declaring the libltdl source subdirectory with an argument, but
defer to LT_CONFIG_LTDL_DIR.
(AC_LIBLTDL_CONVENIENCE): Adjust to upgrade to the new style.
(LTDL_INSTALLABLE, AC_LIBLTDL_INSTALLABLE): Ditto.
(LTDL_INIT): lt_ltdl_dir is set by LT_CONFIG_LTDL_DIR now, and
even `./' needs trailing slashes trimming!  If the user didn't
upgrade their configure.ac yet, call LT_CONFIG_LTDL_DIR for them.
* libtoolize.m4sh (func_scan_files): If --ltdl option is given
without a directory argument, use the value from
LT_CONFIG_LTDL_DIR; if the argument is given, and there is also a
value in LT_CONFIG_LTDL_DIR, ensure they are the same.
* libltdl/configure.ac: Use it.
* NEWS: Updated.

20 years ago* tests/old-m4-iface.at (Makefile.in): Do not reconfigure
Ralf Wildenhues [Sun, 2 Oct 2005 08:54:03 +0000 (08:54 +0000)] 
* tests/old-m4-iface.at (Makefile.in): Do not reconfigure
libltdl directory.

20 years ago* tests/deplibs-ident.at: New file with XFAIL test to expose
Ralf Wildenhues [Fri, 30 Sep 2005 16:00:23 +0000 (16:00 +0000)] 
* tests/deplibs-ident.at: New file with XFAIL test to expose
wrong multiple listing of a deplib on the command line.
* Makefile.am, tests/testsuite.at: Updated.
Reported by Brian Barrett <brbarret@open-mpi.org>.

20 years ago* tests/old-m4-iface.at: Define top_srcdir, work around current
Ralf Wildenhues [Fri, 30 Sep 2005 10:09:58 +0000 (10:09 +0000)] 
* tests/old-m4-iface.at: Define top_srcdir, work around current
ltdl.m4 bug.

20 years ago* tests/old-m4-iface.at: Forgot to 'cvs add' this file.
Ralf Wildenhues [Fri, 30 Sep 2005 09:56:50 +0000 (09:56 +0000)] 
* tests/old-m4-iface.at: Forgot to 'cvs add' this file.

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link):
Ralf Wildenhues [Fri, 30 Sep 2005 08:41:48 +0000 (08:41 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link):
Fix wrong logic introduced in last commit.

20 years ago* tests/libtoolize.at: Add a new test to catch a regression I
Gary V. Vaughan [Fri, 30 Sep 2005 01:13:38 +0000 (01:13 +0000)] 
* tests/libtoolize.at: Add a new test to catch a regression I
almost introduced with respect to copying macro files when
AC_CONFIG_MACRO_DIR is shared with libltdl subproject.

20 years ago* tests/old-m4-iface.at: Start of a new test series for m4
Gary V. Vaughan [Fri, 30 Sep 2005 00:46:52 +0000 (00:46 +0000)] 
* tests/old-m4-iface.at: Start of a new test series for m4
interface backwards compatibility.
* tests/testsuite.at: Use it.
(macrodir): Declare the location of uninstalled libtool m4 macros.
* Makefile.am (TESTSUITE_AT): Depend on it.

20 years ago* tests/early-libtool.at (Makefile.in): Set $(SHELL).
Tim Rice [Thu, 29 Sep 2005 18:00:06 +0000 (18:00 +0000)] 
* tests/early-libtool.at (Makefile.in): Set $(SHELL).

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link): Don't modify
Peter Ekberg [Thu, 29 Sep 2005 16:59:43 +0000 (16:59 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link): Don't modify
user provided symbols file. Adjust removal of temporary files
and also remove temporary files used during symbols file
filtering.

20 years ago* libtoolize.m4sh (func_included_files): Do not recurse
Ralf Wildenhues [Thu, 29 Sep 2005 16:36:17 +0000 (16:36 +0000)] 
* libtoolize.m4sh (func_included_files): Do not recurse
non-existent files.

20 years ago* libtoolize.m4sh (func_scan_files): Support projects that have
Gary V. Vaughan [Tue, 27 Sep 2005 13:09:20 +0000 (13:09 +0000)] 
* libtoolize.m4sh (func_scan_files): Support projects that have
upgraded libtool, but still use an old autoconf.  When the libtool
macros are not copied (because of missing ACLOCAL_AMFLAGS and
AC_CONFIG_MACRO_DIR ), point them at the libtoolize master tree
for files to manually copy into acinclude.m4 or aclocal.m4.

20 years ago* libltdl/lt_error.c (lt__last_error, lt__error_strings): The lt__
Gary V. Vaughan [Tue, 27 Sep 2005 13:01:51 +0000 (13:01 +0000)] 
* libltdl/lt_error.c (lt__last_error, lt__error_strings): The lt__
prefix is used to indicate internal symbols that are only exported
for use by other parts of libltdl.  These are now static, so...
(last_error, error_strings): ...renamed to this.  Changed all
callers.

20 years ago* libltdl/ltdl.h (lt_dlmutex_register, lt_dlmutex_lock)
Gary V. Vaughan [Tue, 27 Sep 2005 10:41:07 +0000 (10:41 +0000)] 
* libltdl/ltdl.h (lt_dlmutex_register, lt_dlmutex_lock)
(lt_dlmutex_unlock, lt_dlmutex_seterror, lt_dlmutex_geterror)
(lt_dlmalloc, lt_dlrealloc, lt_dlfree): Remove deprecated APIs.
* doc/libtool.tex: Updated.
* NEWS: Updated.

20 years ago* libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems
Gary V. Vaughan [Tue, 27 Sep 2005 10:03:51 +0000 (10:03 +0000)] 
* libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems
with module visibilty when linked with programs written for the
old API.
(lt_dlinterface_register): New name.
* Makefile.am (VERSION_INFO): Bumped.
* doc/libtool.texi (User defined module data): Updated.

20 years ago* tests/defs.m4sh, tests/testsuite.at (PREPARE_TESTS)
Tim Rice [Tue, 27 Sep 2005 06:48:22 +0000 (06:48 +0000)] 
* tests/defs.m4sh, tests/testsuite.at (PREPARE_TESTS)
<AUTORECONF>: Allow variable override.

20 years ago* HACKING: Only update libltdl version info before release.
Ralf Wildenhues [Mon, 26 Sep 2005 12:21:53 +0000 (12:21 +0000)] 
* HACKING: Only update libltdl version info before release.

20 years ago* configure.ac <AUTOM4TE>: Allow variable override.
Tim Rice [Mon, 26 Sep 2005 12:04:46 +0000 (12:04 +0000)] 
* configure.ac <AUTOM4TE>: Allow variable override.

20 years ago* libltdl/config/ltmain.m4sh (func_win32_libid)
Alan W. Irwin [Sun, 25 Sep 2005 07:35:58 +0000 (07:35 +0000)] 
* libltdl/config/ltmain.m4sh (func_win32_libid)
[ cygwin, mingw ]: Robustify sed script to determine
win32_libid_type.
(func_mode_link) [ mingw ]: Ignore `-lm'.

20 years ago* libltdl/libltdl/lt__private.h, libltdl/lt_error.c:
Peter Ekberg [Sun, 25 Sep 2005 07:01:29 +0000 (07:01 +0000)] 
* libltdl/libltdl/lt__private.h, libltdl/lt_error.c:
Don't export the lt__last_error and lt__error_strings
variables. Define lt__error_strings so that no relocations
are needed.
* libltdl/libltdl/lt__private.h (LT__STRERROR, LT__GETERROR)
(LT__SETERRORSTR): Adjust to not use the above variables,
instead use the following functions...
* libltdl/lt_error.c: (lt__error_string, lt__get_last_error)
(lt__set_last_error): Reimplement the functionality in
these functions instead.
* libltdl/libltdl/lt_error.h: Add LT_ERROR_LEN_MAX define for
max error string length.
(lt_dlerror_table): Append explicit nul terminators so that
compilers warn more reliably if the above define is too small.

20 years ago* tests/link-order.at [ aix* ]: skip path syntax grep.
Ralf Wildenhues [Fri, 23 Sep 2005 16:48:14 +0000 (16:48 +0000)] 
* tests/link-order.at [ aix* ]: skip path syntax grep.

20 years ago* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Fix awk
Peter Ekberg [Fri, 23 Sep 2005 10:33:34 +0000 (10:33 +0000)] 
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Fix awk
script to be a single line so that the cache variable isn't
multiline.

20 years ago* libltdl/loaders/loadlibrary.c (vm_open): Silence gcc warnings.
Eric Blake [Fri, 23 Sep 2005 07:58:42 +0000 (07:58 +0000)] 
* libltdl/loaders/loadlibrary.c (vm_open): Silence gcc warnings.
[__CYGWIN__]: Include <sys/cygwin.h> for prototype.

20 years ago* bootstrap: Don't clobber the working copy metadata in
Gary V. Vaughan [Thu, 22 Sep 2005 13:42:05 +0000 (13:42 +0000)] 
* bootstrap: Don't clobber the working copy metadata in
./{arch}/libtool during bootstrap.

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link): Filter
Peter Ekberg [Thu, 22 Sep 2005 07:46:08 +0000 (07:46 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link): Filter
user supplied symfile to tag relevant symbols as data
symbols. Fixes segfault in stresstest.at on Cygwin and
makes the test pass.

20 years ago* tests/link-order.test: Clean up the uninstalled libraries
Peter Ekberg [Thu, 22 Sep 2005 06:44:24 +0000 (06:44 +0000)] 
* tests/link-order.test: Clean up the uninstalled libraries
before linking the test executables so that they don't pick
up the dlls from the current dir on Cygwin and MinGW.

20 years ago* libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
Tim Rice [Thu, 22 Sep 2005 06:03:59 +0000 (06:03 +0000)] 
* libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
(_LT_LANG_CXX_CONFIG, _LT_SYS_HIDDEN_LIBDEPS):
Add missing `;;' after case list.

20 years ago* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS, _LT_COMPILER_PIC)
Peter Ekberg [Thu, 22 Sep 2005 04:53:14 +0000 (04:53 +0000)] 
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS, _LT_COMPILER_PIC)
(_LT_LINKER_SHLIBS): Require _LT_TAG_COMPILER to make sure that
$compiler is assigned. Fixes crippled configure output.

20 years ago* libltdl/m4/libtool.m4 (LT_PATH_NM): Fix autodetection of
Peter Ekberg [Wed, 21 Sep 2005 16:50:18 +0000 (16:50 +0000)] 
* libltdl/m4/libtool.m4 (LT_PATH_NM): Fix autodetection of
dumpbin and also check for "link -dump -symbols" as a synonym
for "dumpbin -symbols".

20 years ago* libltdl/config/ltmain.m4sh (func_mode_uninstall): Clean
Peter Ekberg [Wed, 21 Sep 2005 12:32:43 +0000 (12:32 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_uninstall): Clean
up $dlname as well when cleaning a uninstalled libtool
library. Fixes -mode=clean on Cygwin and MinGW to actually
remove the dll when cleaning up an uninstalled library.

20 years ago* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG):
Peter Ekberg [Tue, 20 Sep 2005 12:12:23 +0000 (12:12 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG):
Split up --out-implib option for linker in separate args so that
the MSYS path translation can do its magic on the provided path
to the import library. Fixes problem in stresstest.at on MinGW.

20 years ago* Makefile.am (ltdldatafiles): Fix installation order to match
Ralf Wildenhues [Sun, 18 Sep 2005 22:08:14 +0000 (22:08 +0000)] 
* Makefile.am (ltdldatafiles): Fix installation order to match
dependency order.
(libltdl/Makefile.in): Use $(srcdir) for non-GNU make.

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link): Allow some
Ralf Wildenhues [Sat, 17 Sep 2005 07:38:28 +0000 (07:38 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link): Allow some
ARM gcc ABI flags through.
Reported by Andrés Moré <more.andres@gmail.com>.

20 years ago* Makefile.am (all-local): Rebuild libltdl/Makefile.in.
Ralf Wildenhues [Sat, 17 Sep 2005 07:31:39 +0000 (07:31 +0000)] 
* Makefile.am (all-local): Rebuild libltdl/Makefile.in.

20 years ago* libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to..
Ralf Wildenhues [Sat, 17 Sep 2005 07:29:03 +0000 (07:29 +0000)] 
* libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to..
<LT_CONFIG_H>: this, to contain the name of the config
header.
* Makefile.am <DEFS>: Use it to define LT_CONFIG_H.
* HACKING, libltdl/argz.c, libltdl/lt__alloc.c,
libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h,
libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h:
Adjusted.

20 years ago* tests/testsuite.at (LT_AT_EXEC_CHECK): Make sure
Peter Ekberg [Fri, 16 Sep 2005 08:33:24 +0000 (08:33 +0000)] 
* tests/testsuite.at (LT_AT_EXEC_CHECK): Make sure
that the exit status of the tested program is
propagated as the exit status of the expression
fed to AT_CHECK.

20 years ago* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.
Ralf Wildenhues [Wed, 14 Sep 2005 16:09:16 +0000 (16:09 +0000)] 
* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.

20 years ago* libltdl/ltdl.c (lt_argz_insert): Work around newlib
Ralf Wildenhues [Wed, 14 Sep 2005 16:03:35 +0000 (16:03 +0000)] 
* libltdl/ltdl.c (lt_argz_insert): Work around newlib
argz_insert bug.
* Makefile.am (VERSION_INFO): Bumped revision.
Reported by Eric Blake <ebb9@byu.net>.

20 years ago* libltdl/config/ltmain.m4sh (func_generate_dlsyms):
Peter Ekberg [Tue, 13 Sep 2005 07:28:14 +0000 (07:28 +0000)] 
* libltdl/config/ltmain.m4sh (func_generate_dlsyms):
Fix escape expression to actually escape relevant
characters from the following grep. Fix Cygwin and
MinGW to use the filtered symbol list when exporting
from self, and not the symbol filter.
* tests/stresstest.at: Export w8, not w8$

20 years agoMake tagdemo work smoothly with both pre- and ISO C++ compilers,
Ralf Wildenhues [Mon, 12 Sep 2005 16:24:38 +0000 (16:24 +0000)] 
Make tagdemo work smoothly with both pre- and ISO C++ compilers,
and remove all use of libstdc from other tests.

* tests/tagdemo/configure.ac (HAVE_NAMESPACES, HAVE_IOSTREAM):
New tests for ISO C++ features.  Reimplementation of similar
macros from the autoconf archive.
* tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp: Adjusted.
* tests/am-subdir.at, tests/template.at: Do not use iostream.

20 years ago* tests/testsuite.at (host_os): Pull from `libtool --config'.
Peter Ekberg [Mon, 12 Sep 2005 12:48:38 +0000 (12:48 +0000)] 
* tests/testsuite.at (host_os): Pull from `libtool --config'.
* tests/stresstest.at [ cygwin, mingw, pw32 ]: Use it to fix
setting of `-no-undefined'.

20 years ago* libltdl/m4/ltdl.m4 (LT_WITH_LTDL, LTDL_CONVENIENCE)
Ralf Wildenhues [Mon, 12 Sep 2005 11:21:40 +0000 (11:21 +0000)] 
* libltdl/m4/ltdl.m4 (LT_WITH_LTDL, LTDL_CONVENIENCE)
(LTDL_INSTALLABLE): Use less quoting for expanded LIBLTDL,
LTDLINCL.  Use m4_default instead of m4_if, to work
around AU_ALIAS bug with empty macro arguments.
(LTDL_INIT): Likewise.
* libltdl/m4/ltoptions.m4 (_LT_WITH_PIC): Likewise.
* TODO, HACKING: Updated.

20 years ago* libtoolize.m4sh (TAR): Allow the user to override the tar
Gary V. Vaughan [Sat, 10 Sep 2005 15:38:27 +0000 (15:38 +0000)] 
* libtoolize.m4sh (TAR): Allow the user to override the tar
command.

20 years ago* libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE)
Ralf Wildenhues [Fri, 9 Sep 2005 15:55:14 +0000 (15:55 +0000)] 
* libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE)
(_LT_LINKER_BOILERPLATE, _LT_COMPILER_OPTION, _LT_LINKER_OPTION)
(_LT_COMPILER_C_O): When comparing expected and actual compiler/
linker output for warnings, weed out both empty lines as well as
lines starting with possibly indented `+', to allow for shell
debugging with `set -x'.
Check the weeded instead of unweeded contents for emptiness.

20 years ago* libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
Ralf Wildenhues [Fri, 9 Sep 2005 15:48:39 +0000 (15:48 +0000)] 
* libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
a useful error message.  Fixes long-standing shameful user
neglection.
Reported by Martin Paljak <martin.paljak@gmail.com>.

20 years ago* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]:
Peter Ekberg [Thu, 8 Sep 2005 08:25:35 +0000 (08:25 +0000)] 
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]:
Symbols in "pick any" sections are not global. Use
awk, not sed, in the global_symbol_pipe so that keeping
track of sections is easier.
* doc/libtool.texi (libtool script contents): Update to hint
at new findings concerning "pick any" sections.

20 years ago* tests/early-libtool.at (config.status): Use EXEEXT
Ralf Wildenhues [Thu, 8 Sep 2005 07:17:58 +0000 (07:17 +0000)] 
* tests/early-libtool.at (config.status): Use EXEEXT
consistently.
Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.

20 years ago* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
Charles Wilson [Thu, 8 Sep 2005 07:00:03 +0000 (07:00 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
[ cygwin, mingw, pw32 ]: Use --enable-auto-image-base instead of
a fixed image base address.

20 years ago* libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD) [ sysv4*uw2*,
Ralf Wildenhues [Tue, 6 Sep 2005 08:58:34 +0000 (08:58 +0000)] 
* libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD) [ sysv4*uw2*,
sysv4.2uw2* ]: Fix my last checkin to really match the more special
case before the general case.
Reported by Stepan Kasal <kasal@ucw.cz>.

20 years ago* libltdl/m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD)
Roger Cornelius [Tue, 6 Sep 2005 08:18:10 +0000 (08:18 +0000)] 
* libltdl/m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD)
[ sysv5OpenUNIX8, sysv5UnixWare7, sysv5uw[78], unixware7,
sysv4*uw2* ]: Match special cases before general case.

20 years ago* bootstrap: another AIX sed fix.
Ralf Wildenhues [Mon, 5 Sep 2005 10:15:16 +0000 (10:15 +0000)] 
* bootstrap: another AIX sed fix.

20 years ago* Makefile.am (TESTS_ENVIRONMENT): Export SHELL.
Ralf Wildenhues [Mon, 5 Sep 2005 06:21:48 +0000 (06:21 +0000)] 
* Makefile.am (TESTS_ENVIRONMENT): Export SHELL.
* bootstrap (SHELL): Set to $CONFIG_SHELL or /bin/sh.
Name `make' targets in portable fashion.  Work around `rm'
warnings.  Unconditionally create fake `libtoolize'.
Reported by Patrick Welche <prlw1@newn.cam.ac.uk>.

20 years ago* Makefile.am (doc/notes.txt): Use --no-headers instead of
Ralf Wildenhues [Mon, 5 Sep 2005 06:16:43 +0000 (06:16 +0000)] 
* Makefile.am (doc/notes.txt): Use --no-headers instead of
--plaintext for makeinfo.
Reported by Peter O'Gorman <peter@pogma.com>.

20 years ago* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ aix ]
Ralf Wildenhues [Sun, 4 Sep 2005 16:32:41 +0000 (16:32 +0000)] 
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ aix ]
<export_symbols_cmds>: Work around shell expansion issue in
func_show_eval by separating `$' and field number; drop then
unnecessary m4 quoting.

20 years agoAC_BEFORE only works if declarations are made inside the macro
Gary V. Vaughan [Fri, 2 Sep 2005 17:42:14 +0000 (17:42 +0000)] 
AC_BEFORE only works if declarations are made inside the macro
cited as the first argument:

* libltdl/m4/libtool.m4 (LT_OUTPUT): Move AC_BEFORE decls...
(LT_INIT, LT_LANG): ...to the macro that has to come first.

20 years ago* libltdl/m4/libtool.m4 (old_postintall_cmds): chmod 644 before
Peter O'Gorman [Thu, 1 Sep 2005 16:05:49 +0000 (16:05 +0000)] 
* libltdl/m4/libtool.m4 (old_postintall_cmds): chmod 644 before
running ranlib.
Reported by Gerald Pfeifer <gerald@pfeifer.com>

20 years ago* libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77)
Ralf Wildenhues [Thu, 1 Sep 2005 14:16:08 +0000 (14:16 +0000)] 
* libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77)
(_LT_PROG_FC): aclocal-1.4 compatibility workaround.