]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
25 years agoFrom Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
Gary V. Vaughan [Fri, 15 Sep 2000 02:10:27 +0000 (02:10 +0000)] 
From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
* libtool.m4 (pw32): Initial support for pw32, assuming that
libtool's behaviour in this environment is identical to under
cygwin.
* ltmain.in (pw32): ditto.
* NEWS: Updated.

25 years ago* libtool.m4 (changequote): An audit of changequote and m4
Gary V. Vaughan [Thu, 14 Sep 2000 21:29:24 +0000 (21:29 +0000)] 
* libtool.m4 (changequote): An audit of changequote and m4
quote usage -- all changequotes (except a few with non-nesting
square brackets) have been removed.

25 years ago* Makefile.am (EXTRA_DIST): The bootstrap script should be
Gary V. Vaughan [Thu, 14 Sep 2000 20:51:43 +0000 (20:51 +0000)] 
* Makefile.am (EXTRA_DIST):  The bootstrap script should be
distributed with libtool.

25 years agolibtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man! Third time lucky.
Gary V. Vaughan [Wed, 13 Sep 2000 01:31:15 +0000 (01:31 +0000)] 
libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man!  Third time lucky.
I just discovered that '&' needs to be escaped inside
AC_TRY_EVAL.

25 years ago* ltmain.in: Be careful about filenames with multiple `.'s in
Michael Matz [Tue, 12 Sep 2000 23:26:49 +0000 (23:26 +0000)] 
* ltmain.in:  Be careful about filenames with multiple `.'s in
them when calculating file extensions.
Reported by Joel Reed <jreed@support.ddiworld.com>

25 years agolibtool.m4 (AC_PROG_LIBTOOL): Removed, as it was triggering a
Gary V. Vaughan [Tue, 12 Sep 2000 20:02:16 +0000 (20:02 +0000)] 
libtool.m4 (AC_PROG_LIBTOOL):  Removed, as it was triggering a
bug in Autoconf-2.13 AC_REQUIRE implementation which inserted
some of the expanded tests too early in the generaated configure.
(_AC_PROG_LIBTOOL): renamed to AC_PROG_LIBTOOL, and defines
itself to an empty expansion to prevent multiple expansions.
configure.in (AC_LIBTOOL_SETUP): Replaced by a call to
AC_PROG_LIBTOOL now that the AC_REQUIRE bug has been worked
around.

25 years agosubversions was poorly over the weekend -- this ci fixes a half
Gary V. Vaughan [Mon, 11 Sep 2000 07:41:35 +0000 (07:41 +0000)] 
subversions was poorly over the weekend -- this ci fixes a half
accepted commit and resychronises the repository with my tree.

25 years agolibtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the
Gary V. Vaughan [Sat, 9 Sep 2000 12:55:38 +0000 (12:55 +0000)] 
libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the
redirections inside AC_TRY_EVAL in the need_lc tests. Doh!

25 years agoGot one of these last time I tried to commit:
Gary V. Vaughan [Sat, 9 Sep 2000 12:24:56 +0000 (12:24 +0000)] 
Got one of these last time I tried to commit:
  cvs [server aborted]: out of memory; can not reallocate 206092 bytes
trying again...

25 years agolibtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to redirect the
Gary V. Vaughan [Sat, 9 Sep 2000 12:22:38 +0000 (12:22 +0000)] 
libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to redirect the
output of grep to /dev/null in the need_lc tests.

25 years agoconfigure.in (AC_PROG_LIBTOOL): Using this in libtools own
Gary V. Vaughan [Sat, 9 Sep 2000 12:12:56 +0000 (12:12 +0000)] 
configure.in (AC_PROG_LIBTOOL):  Using this in libtools own
configure.in interacts badly with the AC_PROVIDE calls and
results in several tests being inserted into configure too
early.  Use AC_LIBTOOL_SETUP instead.

25 years agolibtool.m4 (_LT_AC_LTCONFIG_HACK): The ltconfig.in code I
Gary V. Vaughan [Fri, 8 Sep 2000 17:04:24 +0000 (17:04 +0000)] 
libtool.m4 (_LT_AC_LTCONFIG_HACK): The ltconfig.in code I
ported from ltconfig.in was incomplete -- this is a backport
of the missing code taken from the multi-language branch.

25 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of
Pavel Roskin [Thu, 7 Sep 2000 21:35:16 +0000 (21:35 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK):  Fixed incorrect use of
changequote

25 years ago* NEWS: Updated.
Gary V. Vaughan [Thu, 7 Sep 2000 21:25:03 +0000 (21:25 +0000)] 
* NEWS:  Updated.
* TODO:  Add a reminder to get rid of ltconfig in mlb.
* README: Until things even out, I have added a note and a
patch to make the installed automake cooperate with the new
ltconfig free libtool.

25 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): with_gcc is only useful in
Gary V. Vaughan [Thu, 7 Sep 2000 20:14:45 +0000 (20:14 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK): with_gcc is only useful in
ltmain.sh as it has not yet been set in libtool.m4.  Use
$ac_cv_prog_gcc instead.

25 years ago* doc/PLATFORMS: Updated.
Gary V. Vaughan [Thu, 7 Sep 2000 07:28:39 +0000 (07:28 +0000)] 
* doc/PLATFORMS: Updated.

25 years ago* configure.in (AC_PROG_AWK): Removed -- no longer required by
Gary V. Vaughan [Thu, 7 Sep 2000 07:25:39 +0000 (07:25 +0000)] 
* configure.in (AC_PROG_AWK): Removed -- no longer required by
the build process.
* lineno: ditto.

25 years ago* libtoolize.in (files): Don't try to install ltconfig -- it
Gary V. Vaughan [Thu, 7 Sep 2000 00:38:04 +0000 (00:38 +0000)] 
* libtoolize.in (files): Don't try to install ltconfig -- it
doesn't exist!!
* bootstrap: Fake an ltconfig incase the installed automake
calls an installed libtoolize (as part of its --add-missing
process) which thinks ltconfig should be there.

25 years ago* Makefile.am (ltmain.sh): Make this depend on TSDEPS again
Gary V. Vaughan [Thu, 7 Sep 2000 00:34:07 +0000 (00:34 +0000)] 
* Makefile.am (ltmain.sh):  Make this depend on TSDEPS again
so that the Changelog timestamp is used for ltmain.sh at `make
dist' time.

25 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
Gary V. Vaughan [Wed, 6 Sep 2000 23:19:18 +0000 (23:19 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
terminator from a case statement by mistake.

25 years agolibtool.m4 now contains a version of the code that used to run
Gary V. Vaughan [Wed, 6 Sep 2000 17:31:09 +0000 (17:31 +0000)] 
libtool.m4 now contains a version of the code that used to run
from ltconfig, so that ltmain.sh and then libtool are
generated at configure time.

* Makefile.am:  Don't generate ltmain.sh or ltconfig anymore.
* bootstrap: ltconfig is no more!
* configure.in: Call AC_PROG_LIBTOOL directly.
(AC_OUTPUT): Generate tmain.sh.
* libtool.m4: Don't build an argument list for ltconfig.
(_LT_AC_LTCONFIG_HACK):  Refactoring of the former contents of
ltconfig.in to take advantage of the m4 macros from autoconf.
* ltmain.in: Don't do a version check against ltconfig.
* tests/assign.test: Remove reference to ltconfig.
* tests/hardcode.test: ditto.
* tests/sh.test: ditto.

25 years ago* depdemo/main.c: Support -alt.
Alexandre Oliva [Tue, 5 Sep 2000 12:54:02 +0000 (12:54 +0000)] 
* depdemo/main.c: Support -alt.
* tests/build-relink2.test: Try it.

25 years ago* ltconfig.in: Removed all references to what used to be
Alexandre Oliva [Tue, 5 Sep 2000 11:03:06 +0000 (11:03 +0000)] 
* ltconfig.in: Removed all references to what used to be
hardcode_into_libs=all.  2000-09-03's patch was wrong.
* ltmain.in: Likewise.
* tests/build-relink.test, tests/build-relink2.test: Adjust.
* mdemo/Makefile.am (lib_LTLIBRARIES): Move libsub.la before
libfoo2.la, so that they're installed in the right order.

25 years ago* tests/dryrun.test: Build libsub.la along with the object files,
Alexandre Oliva [Mon, 4 Sep 2000 08:20:02 +0000 (08:20 +0000)] 
* tests/dryrun.test: Build libsub.la along with the object files,
since it is needed by libfoo2.la.

25 years ago* mdemo/Makefile.am: Mark only libfoo2 as -no-undefined.
Alexandre Oliva [Mon, 4 Sep 2000 08:10:02 +0000 (08:10 +0000)] 
* mdemo/Makefile.am: Mark only libfoo2 as -no-undefined.
Explicitly link it with libsub.la.

25 years ago* ltconfig.in (need_lc): Preserve allow_undefined_flag.
Alexandre Oliva [Mon, 4 Sep 2000 08:05:27 +0000 (08:05 +0000)] 
* ltconfig.in (need_lc): Preserve allow_undefined_flag.

25 years ago* tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on
Alexandre Oliva [Mon, 4 Sep 2000 07:46:01 +0000 (07:46 +0000)] 
* tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on
`. /dev/null'.  Set CONFIG_SITE to /dev/null/config/site, to make
sure we pick a non-existent file.

25 years ago* Makefile.am (libtool, clibtool): Pass CONFIG_SHELL along with
Alexandre Oliva [Mon, 4 Sep 2000 07:30:48 +0000 (07:30 +0000)] 
* Makefile.am (libtool, clibtool): Pass CONFIG_SHELL along with
ECHO down to ltconfig.

25 years ago* ltconfig.in (hardcode_libdir_flag_spec, export_dynamic_flag_spec):
Alexandre Oliva [Mon, 4 Sep 2000 07:06:51 +0000 (07:06 +0000)] 
* ltconfig.in (hardcode_libdir_flag_spec, export_dynamic_flag_spec):
Use ${wl}, not ${wlarc}.

25 years ago* ltmain.in (compile, need_lock): Don't create nor remove lock
Alexandre Oliva [Mon, 4 Sep 2000 06:29:21 +0000 (06:29 +0000)] 
* ltmain.in (compile, need_lock): Don't create nor remove lock
files in dry runs.

25 years ago* libltdl/ltdl.c (load_deplibs): Don't append shlib_ext; use
Alexandre Oliva [Mon, 4 Sep 2000 06:09:25 +0000 (06:09 +0000)] 
* libltdl/ltdl.c (load_deplibs): Don't append shlib_ext; use
lt_dlopenext() instead.

25 years ago* ltmain.in (link -static): Don't add $link_static_flag; only
Alexandre Oliva [Mon, 4 Sep 2000 05:10:30 +0000 (05:10 +0000)] 
* ltmain.in (link -static): Don't add $link_static_flag; only
-all-static should do that.
* mdemo/configure.in: Revert part of the previous delta.

25 years ago* mdemo/configure.in: Don't use -static on AIX4.1.
Alexandre Oliva [Mon, 4 Sep 2000 04:33:51 +0000 (04:33 +0000)] 
* mdemo/configure.in: Don't use -static on AIX4.1.
* mdemo/Makefile.am: Likewise.

25 years ago* ltconfig.in: Get rid of hardcode_into_libs=all; use
Alexandre Oliva [Mon, 4 Sep 2000 04:00:48 +0000 (04:00 +0000)] 
* ltconfig.in: Get rid of hardcode_into_libs=all; use
hardcode_into_libs=yes && shlibpath_overrides_runpath!=yes
instead.
[FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set to no.
* ltmain.in: Likewise.
* tests/build-relink.test, tests/build-relink2.test: Adjust.

25 years ago* libtool.m4: Fix typo I introduced in yesterday's patch.
Alexandre Oliva [Mon, 4 Sep 2000 02:08:51 +0000 (02:08 +0000)] 
* libtool.m4: Fix typo I introduced in yesterday's patch.

25 years ago* libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if
Alexandre Oliva [Mon, 4 Sep 2000 01:52:34 +0000 (01:52 +0000)] 
* libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if
dlname is empty.

25 years ago* ltdl.m4 (HAVE_LIBDL): Look for dlopen in -lsvld.
Alexandre Oliva [Mon, 4 Sep 2000 01:41:59 +0000 (01:41 +0000)] 
* ltdl.m4 (HAVE_LIBDL): Look for dlopen in -lsvld.
* ltconfig.in: Likewise.

25 years ago* tests/mdemo-exec.test: Modify failure message.
Alexandre Oliva [Mon, 4 Sep 2000 01:20:16 +0000 (01:20 +0000)] 
* tests/mdemo-exec.test: Modify failure message.

25 years ago* ltmain.in (newdlprefiles): Use dlname if it's available and
Alexandre Oliva [Mon, 4 Sep 2000 01:18:13 +0000 (01:18 +0000)] 
* ltmain.in (newdlprefiles): Use dlname if it's available and
old_library isn't; use linklib only if dlname is not available.

25 years ago* ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no.
Alexandre Oliva [Mon, 4 Sep 2000 01:12:47 +0000 (01:12 +0000)] 
* ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no.

25 years ago* libtool.m4: Don't quote CONFIG_SHELL nor ORIGINAL_CONFIG_SHELL.
Alexandre Oliva [Sun, 3 Sep 2000 23:02:25 +0000 (23:02 +0000)] 
* libtool.m4: Don't quote CONFIG_SHELL nor ORIGINAL_CONFIG_SHELL.
Quote $@ properly so that the shell expands it, not m4.

25 years ago* libtool.m4: Don't quote SHELL when `re-exec'ing, so that SHELL
Alexandre Oliva [Sun, 3 Sep 2000 21:53:03 +0000 (21:53 +0000)] 
* libtool.m4: Don't quote SHELL when `re-exec'ing, so that SHELL
can be `/path/to/shell -x'.

25 years ago* tests/quote.test: Move the match test out of case statements, to
Alexandre Oliva [Sun, 3 Sep 2000 21:37:32 +0000 (21:37 +0000)] 
* tests/quote.test: Move the match test out of case statements, to
work around bug in /bin/sh of several OSs.

25 years ago* ltmain.in (variables_saved_for_relink): Attempt to unset them
Alexandre Oliva [Sun, 3 Sep 2000 03:13:56 +0000 (03:13 +0000)] 
* ltmain.in (variables_saved_for_relink): Attempt to unset them
instead of setting them to an empty string.

25 years ago* ltconfig.in [with_gnu_ld] (archive_cmds, archive_expsym_cmds)
Alexandre Oliva [Sat, 2 Sep 2000 23:27:56 +0000 (23:27 +0000)] 
* ltconfig.in [with_gnu_ld] (archive_cmds, archive_expsym_cmds)
<solaris*, sysv5*, beos*>: Use compiler_flags instead of linker
flags.
Reported by Alex Hornby <alex@anvil.co.uk>

25 years ago* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo,
Makoto Ishisone [Sat, 2 Sep 2000 23:15:57 +0000 (23:15 +0000)] 
* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Fix typo,
add support for compact format library.

25 years ago* ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's
Alexandre Oliva [Sat, 2 Sep 2000 23:06:57 +0000 (23:06 +0000)] 
* ltdl.m4: Oops, I had forgotten to commit this part of Syd Polk's
patch from 2000-06-17.

25 years ago* libtool.m4: Ignore Tru64's nm's complaint.
Tom Kacvinsky [Sat, 2 Sep 2000 22:50:13 +0000 (22:50 +0000)] 
* libtool.m4: Ignore Tru64's nm's complaint.

25 years ago* ltconfig.in: only load $cache_file if it's a regular file
Pavel Roskin [Sat, 2 Sep 2000 22:35:12 +0000 (22:35 +0000)] 
* ltconfig.in: only load $cache_file if it's a regular file

25 years ago* ltconfig.in: Add back ranlib calls for static libraries if there
Assar Westerlund [Sat, 2 Sep 2000 22:32:26 +0000 (22:32 +0000)] 
* ltconfig.in: Add back ranlib calls for static libraries if there
is a ranlib.

25 years agoMove the echo detection code to a macro in libtool.m4. The code
Gary V. Vaughan [Thu, 31 Aug 2000 17:23:44 +0000 (17:23 +0000)] 
Move the echo detection code to a macro in libtool.m4.  The code
at the top ofltconfig.in is ugly, but will go away when the rest
of ltconfig is migrated.

* Makefile.am (libtool):  Pass the value of $ECHO to ltconfig as
an environment variable.
* libtool.m4 (_LT_AC_PROG_ECHO_BACKSLASH): Quote the ECHO value
correctly so that it inserts the correct code into configure.in
suitably quoted for M4 expansion.  This code needs to be near
the top of configure.in as it calls itself recursively, so I
am using AC_DIVERSION_NOTICE (or simply NOTICE on CVS
Autoconf).  The value of ECHO is also substitued into the
Makefile to be used when Make calls ltconfig to generate
libtool, so another layer of quotation is required for the
Makefile.
(AC_LIBTOOL_SETUP):  Use it.
* ltconfig.in: Accept a value for ECHO from the environment, and
carefully substitue for $0 if it is present in the ECHO value.
Because ECHO was quoted for Make, when ltconfig is called by
configure, it is overquoted, and one layer of quotes must be
stripped.

25 years agoupdate config.guess and config.sub from ftp://ftp.gnu.org/gnu/config
Gary V. Vaughan [Mon, 28 Aug 2000 02:40:20 +0000 (02:40 +0000)] 
update config.guess and config.sub from ftp://ftp.gnu.org/gnu/config

25 years agotypo
Gary V. Vaughan [Sun, 27 Aug 2000 19:59:10 +0000 (19:59 +0000)] 
typo

25 years ago* ltconfig.in (with_gcc): Make the value of this option
Gary V. Vaughan [Sun, 27 Aug 2000 10:50:23 +0000 (10:50 +0000)] 
* ltconfig.in (with_gcc):  Make the value of this option
available to the generated libtool script.
* ltmain.in (compile_command, finalize_command):  The native C
and C++ compilers on IRIX require the -LANG:std in order to to
compile correctly.   The same options should _not_ be passed
through to gcc on IRIX, or at all on other architectures for
backwards compatibility (among others).
Reported by Bob Freisenhahn <bfreisen@simple.dallas.tx.us>
Reported by Albert Chin-A-Young <china@thewrittenword.com>

25 years ago* ltconfig.in (old_reload_flag): typo.
Gary V. Vaughan [Sat, 26 Aug 2000 13:10:48 +0000 (13:10 +0000)] 
* ltconfig.in (old_reload_flag): typo.

25 years ago* ltmain.in (shtool): Use echo|grep instead of expr, as in the
Alexandre Oliva [Tue, 1 Aug 2000 04:28:07 +0000 (04:28 +0000)] 
* ltmain.in (shtool): Use echo|grep instead of expr, as in the
original patch.

25 years ago* ltconfig.in (need_lc): Fix test message.
Alexandre Oliva [Tue, 1 Aug 2000 03:49:52 +0000 (03:49 +0000)] 
* ltconfig.in (need_lc): Fix test message.

25 years ago* ltconfig.in (NetBSD, deplibs_check_method): Use file_magic.
Mocha [Mon, 24 Jul 2000 06:15:50 +0000 (06:15 +0000)] 
* ltconfig.in (NetBSD, deplibs_check_method): Use file_magic.
(NetBSD, file_magic_cmd, file_magic_test_file): Set.

25 years ago* ltmain.in (irix, major): Prepend a `.'.
Alexandre Oliva [Mon, 24 Jul 2000 06:09:03 +0000 (06:09 +0000)] 
* ltmain.in (irix, major): Prepend a `.'.
* ltconfig.in (irix, soname_spec, library_names_spec): Adjust.

25 years ago* ltmain.in: Support GNU shtool's install.
Alexandre Oliva [Mon, 24 Jul 2000 05:42:55 +0000 (05:42 +0000)] 
* ltmain.in: Support GNU shtool's install.

25 years ago* ltconfig.in (linkopts): Don't set for test.
Alexandre Oliva [Mon, 24 Jul 2000 05:27:48 +0000 (05:27 +0000)] 
* ltconfig.in (linkopts): Don't set for test.

25 years agotypo
Nick Hudson [Mon, 24 Jul 2000 05:21:09 +0000 (05:21 +0000)] 
typo

25 years ago* ltconfig.in (linkopts): Replace with linker_flags.
Nick Hudson [Mon, 24 Jul 2000 05:20:06 +0000 (05:20 +0000)] 
* ltconfig.in (linkopts): Replace with linker_flags.

25 years ago* ltmain.in (ILD): Fix addition of deplibs in relink case.
Nick Hudson [Mon, 24 Jul 2000 05:15:35 +0000 (05:15 +0000)] 
* ltmain.in (ILD): Fix addition of deplibs in relink case.

25 years ago* ltconfig.in: Check if -lc is necessary for building shared
H.J. Lu [Thu, 20 Jul 2000 02:28:44 +0000 (02:28 +0000)] 
* ltconfig.in: Check if -lc is necessary for building shared
libary. Set build_libtool_need_lc to indicate it.
* ltmain.in: Add -lc when building shared libary only if
necessary.

25 years agotypo fix from Mo DeJong
Mo DeJong [Thu, 20 Jul 2000 01:59:15 +0000 (01:59 +0000)] 
typo fix from Mo DeJong

25 years ago* libtool.m4 (AC_PROG_NM): Fix macro so that it
Mo DeJong [Mon, 10 Jul 2000 09:42:21 +0000 (09:42 +0000)] 
* libtool.m4 (AC_PROG_NM): Fix macro so that it
finds a cross NM on the PATH.

25 years agoRecover data mysteriously replaced with NULs
Ken Block [Mon, 10 Jul 2000 07:37:12 +0000 (07:37 +0000)] 
Recover data mysteriously replaced with NULs

25 years ago* libltdl/ltdl.h: Also check for __cplusplus, __STDC__ is not
Ken Block [Mon, 10 Jul 2000 07:17:35 +0000 (07:17 +0000)] 
* libltdl/ltdl.h: Also check for __cplusplus, __STDC__ is not
by Compaq C++ compiler

25 years ago* ltconfig.in (wlarc, netbsd, aout): Set to empty.
Alexandre Oliva [Mon, 10 Jul 2000 06:54:27 +0000 (06:54 +0000)] 
* ltconfig.in (wlarc, netbsd, aout): Set to empty.
(hardcode_dynamic_flag_spec, export_dynamic_flag_spec): Use it.

25 years ago* ltconfig.in (dynamic_linker, linux, powerpc): Do not disable
Alexandre Oliva [Mon, 10 Jul 2000 06:42:34 +0000 (06:42 +0000)] 
* ltconfig.in (dynamic_linker, linux, powerpc): Do not disable
shared libraries just because of MkLinux.

25 years ago* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Do not depend
Alexandre Oliva [Mon, 10 Jul 2000 06:08:09 +0000 (06:08 +0000)] 
* libtool.m4 (lt_cv_deplibs_check_method, freebsd): Do not depend
on $version_type; check for ELF support as in other BSDs.

25 years ago* libtool.m4 (AC_LIBTOOL_SETUP): Do not generate a libtool based
Syd Polk [Sun, 18 Jun 2000 02:59:36 +0000 (02:59 +0000)] 
* libtool.m4 (AC_LIBTOOL_SETUP): Do not generate a libtool based
on target; use host instead.

25 years ago* ltconfig.in (ORIGINAL_CONFIG_SHELL): Prevent lossage when
Gary V. Vaughan [Tue, 30 May 2000 00:37:48 +0000 (00:37 +0000)] 
* ltconfig.in (ORIGINAL_CONFIG_SHELL): Prevent lossage when
the echo probing code falls into this branch without setting
this variable.

25 years ago* ltconfig.in (netbsd*): archive_cmds and archive_expsym_cmds
Gary V. Vaughan [Tue, 30 May 2000 00:13:11 +0000 (00:13 +0000)] 
* ltconfig.in (netbsd*): archive_cmds and archive_expsym_cmds
were reversed with respect to definition of __ELF__.
From Keisuke Inoue <keisuke@csl.sony.co.jp>

25 years ago* libtool.m4 (netbsd*): Use -L option to file_magic_cmd as for
Gary V. Vaughan [Mon, 29 May 2000 18:02:07 +0000 (18:02 +0000)] 
* libtool.m4 (netbsd*): Use -L option to file_magic_cmd as for
freebsd (below).
* libtool.m4 (netbsd ELF): support file_magic.
From Dan Winship <danw@helixcode.com>.

25 years ago* libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd
Steven M. Schultz [Mon, 29 May 2000 17:15:37 +0000 (17:15 +0000)] 
* libtool.m4 (bsdi4*): Add -L option to bsdi4's file_magic_cmd
command.  Under BSD/OS 4.1 several libraries are now symlinks
rather than regular files.  Adding -L tells the file program
to follow the symlink.

25 years ago* libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
Gary V. Vaughan [Mon, 29 May 2000 17:04:11 +0000 (17:04 +0000)] 
* libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).

25 years ago* NEWS: Updated.
Gary V. Vaughan [Mon, 29 May 2000 16:53:24 +0000 (16:53 +0000)] 
* NEWS: Updated.
* libtool.m4 (i*86-*-freebsd*): Support a.out shared libs.
From <suzukis@file.phys.tohoku.ac.jp>

25 years agoSupport AR=mwld AR_FLAGS='-xml -o' for PPC Beos:
Fred Fish [Mon, 29 May 2000 16:09:56 +0000 (16:09 +0000)] 
Support AR=mwld AR_FLAGS='-xml -o' for PPC Beos:

* ltconfig (old_AR_FLAGS): Add.
(old_archive_cmds): Use AR_FLAGS rather than hardcoding "cru".
(archive_cmds): Use AR_FLAGS rather than hardcoding "cru".
(AR_FLAGS): Default to "cru" if not set.

25 years ago* ltconfig.in (echo): The following code actually prints the
Gary V. Vaughan [Mon, 29 May 2000 15:11:52 +0000 (15:11 +0000)] 
* ltconfig.in (echo): The following code actually prints the
double quotes -- so I removed them:
    echo='printf "%sn"' $echo 't'
From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>

25 years ago* NEWS: Updated.
Gary V. Vaughan [Mon, 29 May 2000 14:29:51 +0000 (14:29 +0000)] 
* NEWS: Updated.

25 years ago* libtool.m4: adding ia64 as supported linux platform
Bernhard Rosenkraenzer [Mon, 29 May 2000 14:27:37 +0000 (14:27 +0000)] 
* libtool.m4: adding ia64 as supported linux platform

25 years ago* ltmain.in: fix quoting for $var_value.
Michael Matz [Mon, 29 May 2000 10:42:50 +0000 (10:42 +0000)] 
* ltmain.in: fix quoting for $var_value.

25 years ago* ltconfig.in: check for dlfcn.h: include return value
Michael Matz [Mon, 29 May 2000 09:48:54 +0000 (09:48 +0000)] 
* ltconfig.in: check for dlfcn.h: include return value
to make -Wall in CFLAGS work.

25 years ago* README-alpha: note new location of config.(guess|sub).
Gary V. Vaughan [Sat, 27 May 2000 02:33:56 +0000 (02:33 +0000)] 
* README-alpha: note new location of config.(guess|sub).

25 years ago* ltconfig.in (rhapsody*): New Port.
Chad Cunningham [Sat, 27 May 2000 02:20:00 +0000 (02:20 +0000)] 
* ltconfig.in (rhapsody*): New Port.
* ltmain.in (rhapsody*): ditto.

25 years ago* ltconfig.in (*-sequent-sysv4): New Port.
Chris Lattner [Sat, 27 May 2000 01:36:26 +0000 (01:36 +0000)] 
* ltconfig.in (*-sequent-sysv4): New Port.

25 years agofile ltcf-gcj.sh was initially added on branch multi-language-branch.
Alexandre Oliva [Fri, 26 May 2000 05:40:32 +0000 (05:40 +0000)] 
file ltcf-gcj.sh was initially added on branch multi-language-branch.

25 years ago* ltmain.in: cygwin-1.1.0 and higher no longer grok backslash path
Gary V. Vaughan [Wed, 17 May 2000 10:20:26 +0000 (10:20 +0000)] 
* ltmain.in: cygwin-1.1.0 and higher no longer grok backslash path
separators.

25 years agoAdjust docs
Alexandre Oliva [Sun, 14 May 2000 08:24:37 +0000 (08:24 +0000)] 
Adjust docs

25 years ago* libtool.m4 (AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE):
Alexandre Oliva [Sun, 14 May 2000 08:23:57 +0000 (08:23 +0000)] 
* libtool.m4 (AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE):
Pick LIBLTLD from top_builddir and INCLTDL from top_srcdir.
* mdemo/configure.in: Remove comments on
AC_LIBLTLD_CONVENIENCE.

25 years ago* libtool.m4 (_AC_PROG_LIBTOOL): Renamed from...
Alexandre Oliva [Sun, 14 May 2000 08:07:16 +0000 (08:07 +0000)] 
* libtool.m4 (_AC_PROG_LIBTOOL): Renamed from...
(AC_PROG_LIBTOOL): Just AC_REQUIRE(_AC_PROG_LIBTOOL), to avoid
effects of multiple runs.

25 years ago* NEWS: update
Thomas Tanner [Thu, 11 May 2000 15:17:27 +0000 (15:17 +0000)] 
* NEWS: update
* doc/libtool.texi (libltdl): rename lt_(find|next|add|remove)_dlloader
  to lt_dlloader_*
* libltdl/ltdl.c: ditto
* libltdl/ltdl.h: ditto, add declaration of lt_dlloader_(find|remove)

25 years ago* libltdl/ltdl.c: Typo.
Pavel Roskin [Sat, 6 May 2000 10:46:49 +0000 (10:46 +0000)] 
* libltdl/ltdl.c: Typo.

25 years ago* libtool.m4 (AC_LIBTOOL_SETUP): CVS autoconf no longer sets
Pavel Roskin [Sat, 6 May 2000 10:24:27 +0000 (10:24 +0000)] 
* libtool.m4 (AC_LIBTOOL_SETUP): CVS autoconf no longer sets
target to "NONE", but to an empty string.

25 years ago* ltdl.c: support lt_dlopen(0) for win32
Paul Sokolovsky [Fri, 5 May 2000 02:31:48 +0000 (02:31 +0000)] 
* ltdl.c: support lt_dlopen(0) for win32

25 years ago* doc/libtool.texi (libltdl): fix typos,
Thomas Tanner [Wed, 3 May 2000 13:26:03 +0000 (13:26 +0000)] 
* doc/libtool.texi (libltdl): fix typos,
  INCLTDL starts with top_srcdir, replace NULL with @code{NULL}

* ltmain.in (ILD): search in newlib_search_path, too

* ltmain.in (ILD): fix bugs in conv pass, expand convenience
  libs to deplibs and link them later on

* ltmain.in (ILD): don't allow convenience libs to be
   -dlopen/preopen'ed

* ltmain.in (ILD): it's not required to link all deplibs
  in fast-install mode

* ltmain.in (ILD): if hardcode_into_libs=all, only relink
  a library if it is linked against uninstalled libtool libraries,
  rename link_against_libtool_libs to uninst_deplibs

* ltmain.in (ILD): tidy up, add some comments

25 years ago* libtool.m4 (hpux10.20*): use file_magic for
John Wehle [Wed, 3 May 2000 00:34:45 +0000 (00:34 +0000)] 
* libtool.m4 (hpux10.20*): use file_magic for
inter-library dependency tracking.

25 years ago* AUTHORS: Update my email address.
Gary V. Vaughan [Tue, 2 May 2000 22:41:36 +0000 (22:41 +0000)] 
* AUTHORS:  Update my email address.
* commit: ditto.