]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
24 years ago* libtool.m4 (hardcode_libdir_flag_spec): Remove linker
Nick Hudson [Thu, 14 Dec 2000 01:02:39 +0000 (01:02 +0000)] 
* libtool.m4 (hardcode_libdir_flag_spec):  Remove linker
specification for netbsd.

24 years ago* libtool.m4: Don't depend on Autoconf internals:
Akim Demaille [Thu, 14 Dec 2000 00:39:55 +0000 (00:39 +0000)] 
* libtool.m4:  Don't depend on Autoconf internals:
s/ac_cv_prog_gcc/GCC/.

24 years ago* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Don't empty
Gary V. Vaughan [Thu, 14 Dec 2000 00:34:20 +0000 (00:34 +0000)] 
* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Don't empty
out ac_cv_global_symbol_to_cdecl inside the loop, incase we
need to go around again and try with underscore prefix.
(_LT_AC_TRY_DLOPEN_SELF): On some hosts (cygwin for instance)
self dlclosing unloads the main program and causes a SIGSEGV.  So
don't do it for now.

24 years agoOh My! Cygwin support has bitrotted while I was looking the other
Gary V. Vaughan [Tue, 5 Dec 2000 18:33:07 +0000 (18:33 +0000)] 
Oh My! Cygwin support has bitrotted while I was looking the other
way.  This should fix it some:
* libtool.m4 (extract_expsyms_cmds): There is a quoting problem
with autoconf-2.13 that prevents [$]0 from expanding.  Use shell
quotes instead to delay eval of $0.
(impgen.c) The '# ' sequence stripped by sed works again.

24 years ago* doc/libtool.texi (Libltdl interface): Add documentation.
Gary V. Vaughan [Sat, 2 Dec 2000 23:50:54 +0000 (23:50 +0000)] 
* doc/libtool.texi (Libltdl interface):  Add documentation.
* libltdl/ltdl.h (lt_dlmakeresident, lt_dlisresident):  Add
prototypes.
(LT_DLERROR_CLOSE_RESIDENT_MODULE): New error status.
* libltdl/ltdl.c (lt_dlmakeresident, lt_dlisresident):  Allow
making and testing of resident module status, which prevents a
module from being lt_dlclosed.
(lt_dlopen):  If lt_dlopen()ing self, make the module resident.
(lt_dlclose):  Return an error if the module is resident.

24 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): Move the tests for dlopen
Gary V. Vaughan [Fri, 1 Dec 2000 19:13:20 +0000 (19:13 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Move the tests for dlopen
from here...
(AC_LTDL_DLOPEN_SELF): ...to here.
(_LTDL_AC_CHECK_DLFCN):  Factor out repeated code for dlfcn.h
(_LT_AC_TRY_DLOPEN_SELF): Factor out repeated code for
checking dlopen status.
* ltdl.m4 (AC_LIB_LTDL):  Use _LTDL_AC_CHECK_DLFCN.
dlopen compile time checking.  Use _LTDL_AC_CHECK_DLFCN.
(AC_LTDL_DLSYM_USCORE):  Use _LTDL_AC_TRY_DLOPEN_SELF.

24 years ago* libltdl/ltdl.h (lt_dlhandle): Rename the wrapped structure
Gary V. Vaughan [Wed, 29 Nov 2000 22:59:56 +0000 (22:59 +0000)] 
* libltdl/ltdl.h (lt_dlhandle): Rename the wrapped structure
to prevent nameclash when used from C++.
* libltdl/ltdl.c: Fixed all references.

24 years ago* libltdl/ltdl.c (lt_dlopen): Change the default search order
Gary V. Vaughan [Wed, 29 Nov 2000 01:33:24 +0000 (01:33 +0000)] 
* libltdl/ltdl.c (lt_dlopen):  Change the default search order
for modules.  If the named module has no directory component,
always start the search with the user_search_path directories,
and then fall back on the current directory only if that fails.

24 years ago* libltdl/Makefile.am (libltdl_la_LDFLAGS): increment the version
Gary V. Vaughan [Tue, 21 Nov 2000 08:53:34 +0000 (08:53 +0000)] 
* libltdl/Makefile.am (libltdl_la_LDFLAGS): increment the version
number to reflect the breakage of binary compatibility.
* doc/libtool.texi (Libltdl interface):  Document
LT_NON_POSIX_NAMESPACE.
* libltdl/ltdl.h (LT_POSIX_NAMESPACE):  Deleted.  The default is
now to use this namespace, so the cpp macro is no longer
necessary.

24 years ago* ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
Morten Eriksen [Mon, 20 Nov 2000 23:15:09 +0000 (23:15 +0000)] 
* ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.

24 years ago* ltmain.in: Some versions of expr respond with "0" if a
Paul Berrevoets [Mon, 20 Nov 2000 22:03:43 +0000 (22:03 +0000)] 
* ltmain.in: Some versions of expr respond with "0" if a
regexp fails to match.

24 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote the $ in $#, $2 and
Paul Berrevoets [Sun, 19 Nov 2000 03:41:27 +0000 (03:41 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote the $ in $#, $2 and
$3 in variable 'archive_expsym_cmds' for cygwin.

24 years ago* ltdl.c: Relegate non-POSIX-compliant symbols (e.g. those
Gary V. Vaughan [Sun, 19 Nov 2000 01:23:17 +0000 (01:23 +0000)] 
* ltdl.c: Relegate non-POSIX-compliant symbols (e.g. those
ending in ``_t'') to deprecated #define compatibility macros.
Also ease up on the namespace pollution, so that only ``lt_''
and ``LT_'' prefixes are taken from the global namespace.
* ltdl.h: ditto.

24 years ago* ltdl.c: Reformatted.
Gary V. Vaughan [Fri, 17 Nov 2000 18:44:28 +0000 (18:44 +0000)] 
* ltdl.c: Reformatted.
* ltdl.h: ditto.

24 years ago* ltdl.m4 (AC_LTDL_SYMBOL_USCORE): Use $ac_ext for conftest
Gary V. Vaughan [Sat, 11 Nov 2000 13:19:53 +0000 (13:19 +0000)] 
* ltdl.m4 (AC_LTDL_SYMBOL_USCORE): Use $ac_ext for conftest
sourcefile.
* libtool.m4: Use $ac_ext and $ac_objext respectively for conftest
sources and objects.
Reported by Carlo Wood <carlo@alinoe.com>

24 years ago* doc/fdl.texi: New file. The license for distributing the
Gary V. Vaughan [Sat, 11 Nov 2000 11:40:55 +0000 (11:40 +0000)] 
* doc/fdl.texi: New file.  The license for distributing the
libtool manual.
* doc/libtool.texi: Reference the new license.

24 years ago* libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote argument to avoid error
Morten Eriksen [Wed, 1 Nov 2000 00:16:59 +0000 (00:16 +0000)] 
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote argument to avoid error
output from cygpath when $srcdir is empty.

24 years ago* bootstrap: rm Makefiles to prevent infinite loop during
Gary V. Vaughan [Tue, 31 Oct 2000 23:30:59 +0000 (23:30 +0000)] 
* bootstrap:  rm Makefiles to prevent infinite loop during
configure when libtool.m4 is newer than Makefile.

24 years ago* libtool.m4: Adjust the copyright notice.
Akim Demaille [Tue, 31 Oct 2000 23:22:41 +0000 (23:22 +0000)] 
* libtool.m4: Adjust the copyright notice.
Quote all the macro names when defined.
Some minor formatting changes.
(AM_PROG_LIBTOOL, AM_ENABLE_SHARED, AM_ENABLE_STATIC)
(AM_DISABLE_SHARED, AM_DISABLE_STATIC, AM_PROG_LD, AM_PROG_NM):
Don't use indir when useless.  Don't add trailing `dnl' either.

24 years ago* doc/libtool.texi: Corrected nother attack of CRLF line
Gary V. Vaughan [Mon, 30 Oct 2000 23:31:45 +0000 (23:31 +0000)] 
* doc/libtool.texi:  Corrected nother attack of CRLF line
endings.

24 years ago* libtool.m4 (archive_expsym_cmds): Fix typo where line was broken
Ossama Othman [Mon, 30 Oct 2000 23:25:56 +0000 (23:25 +0000)] 
* libtool.m4 (archive_expsym_cmds): Fix typo where line was broken
in the middle of an expression.

24 years ago* libtool.m4 (archive_expsym_cmds): Support for -export-symbol
Aneesh Kumar K.V [Mon, 30 Oct 2000 23:13:59 +0000 (23:13 +0000)] 
* libtool.m4 (archive_expsym_cmds):  Support for -export-symbol
option on Tru64.
(hardcode_libdir_flag_spec): Fixed cxx throwing error while using
libtool.  Done by passing -rpath directlty to the compiler.

24 years ago* docs/libtool.texi: Added pointers to documentation
Robert Boehne [Fri, 27 Oct 2000 20:04:28 +0000 (20:04 +0000)] 
* docs/libtool.texi: Added pointers to documentation
of Hewlett-Packard, Compaq Tru64 and IBM AIX systems.

25 years agoFrom Bruce Korb <bkorb@cruzio.com>
Gary V. Vaughan [Mon, 2 Oct 2000 01:18:16 +0000 (01:18 +0000)] 
From Bruce Korb <bkorb@cruzio.com>
* ltmain.in (execute_dlfiles): Reduce obfuscation.

25 years ago* libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd,
Alexandre Oliva [Sat, 30 Sep 2000 05:28:23 +0000 (05:28 +0000)] 
* libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd,
file_magic_test_file): Removed inappropriate duplicate
definitions; these variables are set in AC_DEPLIBS_CHECK_METHOD.

25 years ago* libtool.m4 (lt_cv_file_magic_cmd): Don't use '${MAGIC_CMD}' or
Alexandre Oliva [Sat, 30 Sep 2000 05:21:57 +0000 (05:21 +0000)] 
* libtool.m4 (lt_cv_file_magic_cmd): Don't use '${MAGIC_CMD}' or
'${OBJDUMP}'; Solaris' /bin/sh loses with `}' in cache files.
(ac_cv_path_MAGIC_CMD): Renamed to lt_cv_path_MAGIC_CMD.

25 years ago* libtool.m4 (MAGIC_CMD): Don't use MAGIC, since BSD versions of
Gary V. Vaughan [Fri, 29 Sep 2000 20:41:39 +0000 (20:41 +0000)] 
* libtool.m4 (MAGIC_CMD): Don't use MAGIC, since BSD versions of
the file command use this environment variable to hold the
location of the magic database.
Reported by Marc Espie <Marc.Espie@liafa.jussieu.fr>

25 years agoNick Hudson requested a change of email address.
Gary V. Vaughan [Thu, 21 Sep 2000 00:18:11 +0000 (00:18 +0000)] 
Nick Hudson requested a change of email address.

25 years ago* doc/PLATFORMS: Updated.
Gary V. Vaughan [Thu, 21 Sep 2000 00:10:41 +0000 (00:10 +0000)] 
* doc/PLATFORMS: Updated.
* demo/configure.in:  Revert to the `libtool --features' test.
* Makefile.am (libtool):  This needs to rerun configure now that
libtool is generated entirely by AC_PROG_LIBTOOL again.
(ltconfig): Removed.
(ltmain.sh):  Is now regenerated when ltmain.in changes.
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Now does all of the work for
generating libtool immediately in configure.in, rather than
deferring part of the creation until config.status runs.

25 years ago* bootstrap: Backed out yesterdays patch which is no longer
Gary V. Vaughan [Sun, 17 Sep 2000 00:44:49 +0000 (00:44 +0000)] 
* bootstrap:  Backed out yesterdays patch which is no longer
necessary.
* Makefile.am (libtool): Reworked rule for regeneration of libtool,
now that it is built entirely withing config.status.
(libtoolize): Tidied for orthogonality with the other generation
rules.
(ltconfig):  This is now generated by AC_PROG_LIBTOOL, called from
make by running config.status --recheck.
(ltmain.sh): Moved primary generation of this file into here...
* configure.in (AC_OUTPUT): ...instead of here.
* libtool.m4 (AC_OUTPUT_COMMANDS):  Write the config to ltconfig
where it can be reused, rather than directly to libtool.
* demo/configure.in:  libtool is no longer present immediately
after AC_LIBTOOL_M4 has completed, so the tests now grep through
ltconfig instead -- which *will* be present.

25 years ago* TODO: Removed the item describing the change below, and added a
Gary V. Vaughan [Sat, 16 Sep 2000 20:08:07 +0000 (20:08 +0000)] 
* TODO: Removed the item describing the change below, and added a
similar item to remind us to change the ltdl.m4 macros again when
_LT_AC_LTCONFIG_HACK is divided into proper macros.
* ltdl.m4 (AC_LTDL_SNARF_CONFIG):  Removed.  No longet required
now that ltconfig has migrated to libtool.m4.
(AC_LTDL_SHLIBEXT): Require _LT_AC_LTCONFIG_HACK.
(AC_LTDL_SHLIBPATH): ditto.
(AC_LTDL_SYSSEARCHPATH): ditto.

25 years ago* ltdl.m4 (AC_LTDL_DLPREOPEN): require the libtool.m4 symbol_pipe
Gary V. Vaughan [Sat, 16 Sep 2000 17:55:00 +0000 (17:55 +0000)] 
* ltdl.m4 (AC_LTDL_DLPREOPEN): require the libtool.m4 symbol_pipe
macro.
(AC_LTDL_SYMBOL_USCORE): ditto.
(AC_LTDL_GLOBAL_SYMBOL_PIPE): Removed, since it is a duplicate
of...
* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): ...this new
macro, extracted from _LT_AC_LTCONFIG_HACK.

25 years ago* ltdl.m4 (changequote): An audit of changequote and m4
Gary V. Vaughan [Sat, 16 Sep 2000 16:09:39 +0000 (16:09 +0000)] 
* ltdl.m4 (changequote): An audit of changequote and m4
quote usage -- all changequotes have been removed, and some
latent unquoted `[' and `]' bugs have been fixed.

25 years ago* configure.in (AC_OUTPUT): ltmain.sh must be generated in the
Gary V. Vaughan [Sat, 16 Sep 2000 00:56:06 +0000 (00:56 +0000)] 
* configure.in (AC_OUTPUT): ltmain.sh must be generated in the
source tree since this is where it would be found in a freshly
unrolled tarball.

25 years ago* configure.in: Replace `dnl' comments with `#' comments for
Gary V. Vaughan [Sat, 16 Sep 2000 00:52:20 +0000 (00:52 +0000)] 
* configure.in: Replace `dnl' comments with `#' comments for
more conformity with cvs autoconf.
Removed emacs hack-local-variables, since there is now a
proper Autoconf major mode.
Removed a couple of changequote()s.

25 years ago* bootstrap (ltconfig): When bootstrapping libtool with a
Gary V. Vaughan [Sat, 16 Sep 2000 00:33:37 +0000 (00:33 +0000)] 
* bootstrap (ltconfig): When bootstrapping libtool with a
stock automake (i.e. without the README patch applied),
references to ltconfig are manually removed from the generated
Makefile.in files.

25 years ago* doc/libtool.texi: Removes references to ltconfig, and a small
Gary V. Vaughan [Fri, 15 Sep 2000 17:04:04 +0000 (17:04 +0000)] 
* doc/libtool.texi: Removes references to ltconfig, and a small
amount of tidying up to compensate.

25 years ago* libtool.m4 (netbsd): Improved support.
Nick Hudson [Fri, 15 Sep 2000 16:44:44 +0000 (16:44 +0000)] 
* libtool.m4 (netbsd): Improved support.

25 years ago* ltmain.in (version_type): Use "-iface" as the windows
Gary V. Vaughan [Fri, 15 Sep 2000 02:26:04 +0000 (02:26 +0000)] 
* ltmain.in (version_type): Use "-iface" as the windows
versioning scheme, where iface is the number of the oldest
interface supported.

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.