]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
25 years ago* ltconfig.in (hardcode_into_libs): Remove the commented out
Gary V. Vaughan [Fri, 3 Dec 1999 22:49:54 +0000 (22:49 +0000)] 
* ltconfig.in (hardcode_into_libs):  Remove the commented out
hardcode_into_libs reference.  Doh!

25 years ago* ltconfig.in (ac_compile): Use $ac_ext instead of .c.
Alexandre Oliva [Fri, 3 Dec 1999 11:03:01 +0000 (11:03 +0000)] 
* ltconfig.in (ac_compile): Use $ac_ext instead of .c.
(ac_link): Likewise.
(dlfcn.h, ac_try): Do not add filename, it is already in
ac_compile.
Reported by Stephane Conversy <Stephane.Conversy@lri.fr>

* ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it
works together with fast_install.

* libtool.m4: Use host when --target is not specified.

* configure.in: AC_SUBST variables that are used by ltconfig to
build libtool.

* ltconfig.in (irix6*): Do not override deplibs_check_method
here.

* libtool.m4: Do not AC_SUBST anything other than LIBTOOL.

25 years ago* ltconfig.in: Be friendlier to C++ compilers when testing
Gary V. Vaughan [Mon, 29 Nov 1999 21:39:18 +0000 (21:39 +0000)] 
* ltconfig.in:  Be friendlier to C++ compilers when testing
for dlopen support.
Reported by Stephan Kulow <coolo@itm.mu-luebeck.de>

25 years ago* libtool.m4: better use of $target instead of $host to support
Gary V. Vaughan [Fri, 26 Nov 1999 00:40:45 +0000 (00:40 +0000)] 
* libtool.m4:  better use of $target instead of $host to support
cross compilation.
Reported by Sam Latinga <slouken@devolution.com>

25 years ago* NEWS: updated
Thomas Tanner [Tue, 2 Nov 1999 12:36:23 +0000 (12:36 +0000)] 
* NEWS: updated
* ltmain.in: preserve $CC (reported by Tom Tromey)
* ltconfig.in: remove second occurence of sysv5
* libltdl/Makefile.am: increment version number, fix typo
* libltdl/ltdl.c (lt_dlsym): don't report an error if the
  libltdl-style symbol name wasn't found

* ltconfig.in: add support for Unixware (sysv4.2uw2*)

* ltmain.in (-DPIC):  changed the order of pic flags a little to
prevent upsetting the sgi c++ compiler.

* libltdl/Makefile.am: don't preserve file attributes when
  installing the libltdl sources

* ltconfig.in (whole-archive-flag-spec):  I had been
wondering why my file system was filling up with empty
files named `71'... seems I forgot to hold in the
shift key when redirecting stderr, 2>&1.  Doh!

* ltconfig.in (sysv):  More UW7 support.

* ltconfig.in (sysv5): Added support required for shared
library linking on SCO UW7.

* ltconfig.in (CDPATH): Set to `:' instead of empty.
* ltmain.in (CDPATH): Likewise.
Reported by Greg McGary <gkm@eng.ascend.com>

* ltconfig.in: use CC -E when checking for ELF support
  on NetBSD (reported by Todd Vierling <tv@pobox.com>)

* ltconfig.in: add support for UnixWare 7.X.X

* doc/libtool.texi: document use of noinst_LTLIBRARIES for
  convenience libraries

* ltconfig.in: check for freebsdelf3, not just freebsd3

* ltmain.in: enable workaround for freebsdelf3.0

* ltconfig.in: export_dynamic_flag_spec is -rdynamic on BSD/OS

* libltdl/COPYING.LIB: Update to version 2.1.
* libltdl/ltdl.h, libltdl/ltdl.c: Update FSF address.

* doc/libtool.texi (Compile mode): typo correction.
(Link mode): and another.
(Release numbers):  and another.
(Distributing libltdl): and another.
(Test descriptions): and another.
(libtool script contents): and one more.

* ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
initialised structures are sometimes emitted in the code section.

* ltmain.in: Fix creation of relative links to object files in
sub-dirs.

* ltconfig.in:  Updated bsdi4 soname specs to be more like
linux as discussed on the bsdi mailing list.

* doc/libtool.texi (Porting inter-library dependencies): Typos
Reported by Petter Reinholdtsen <pere@hungry.com>

* libltdl/README: document the supported dlopen interfaces

* doc/libtool.texi (C++ Libraries):  fixed a typo.

* README-alpha:  improved the release instructions to mention
actual list addresses for announcements, and urls for upload
locations.

* ltconfig.in: finish_cmds for FreeBSD removed

25 years ago* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
Alexandre Oliva [Sat, 16 Oct 1999 07:05:39 +0000 (07:05 +0000)] 
* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
specified library is not just a basename.

25 years ago* ltconfig.in: Accept osf5.
Gary V. Vaughan [Wed, 6 Oct 1999 22:09:22 +0000 (22:09 +0000)] 
* ltconfig.in: Accept osf5.
Reported by Sascha Schumann <sascha@schumann.cx>

25 years ago* ltmain.in (-no-fast-install): Wrapper script used to add the
Gary V. Vaughan [Mon, 4 Oct 1999 14:23:12 +0000 (14:23 +0000)] 
* ltmain.in (-no-fast-install):  Wrapper script used to add the
exeext on again when naming the wrapped executable.

25 years ago* ltmain.in (shlibpath_var): ensure the variable is non-empty before
Albert Cheng [Tue, 28 Sep 1999 08:37:46 +0000 (08:37 +0000)] 
* ltmain.in (shlibpath_var): ensure the variable is non-empty before
exporting it.

25 years ago* ltconfig.in (whole-archive-flag-spec): test whether the
Gary V. Vaughan [Wed, 22 Sep 1999 00:12:11 +0000 (00:12 +0000)] 
* ltconfig.in (whole-archive-flag-spec): test whether the
version of GNU ld being used understands --whole-archive
before using it.

26 years ago* ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
Pavel Roskin [Thu, 29 Jul 1999 23:38:07 +0000 (23:38 +0000)] 
* ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
initialised structures are sometimes emitted in the code section.

26 years ago* configure.in: bumped version to 1.3.3a.
Gary V. Vaughan [Fri, 2 Jul 1999 17:52:11 +0000 (17:52 +0000)] 
* configure.in: bumped version to 1.3.3a.

26 years ago* configure.in: bumped version to 1.3.3. release-1-3-3
Gary V. Vaughan [Fri, 2 Jul 1999 15:49:11 +0000 (15:49 +0000)] 
* configure.in: bumped version to 1.3.3.

26 years agoGNU libtool 1.3.3 was released.
Gary V. Vaughan [Fri, 2 Jul 1999 15:46:36 +0000 (15:46 +0000)] 
GNU libtool 1.3.3 was released.

* NEWS: inserted todays date.

26 years ago* doc/PLATFORMS: Tested on as many platforms as possible for me.
Alexandre Oliva [Fri, 2 Jul 1999 12:01:08 +0000 (12:01 +0000)] 
* doc/PLATFORMS: Tested on as many platforms as possible for me.

26 years ago* doc/PLATFORMS: updated
Thomas Tanner [Thu, 1 Jul 1999 14:48:44 +0000 (14:48 +0000)] 
* doc/PLATFORMS: updated
* changed my email address

26 years ago* demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl)
Thomas Tanner [Wed, 30 Jun 1999 12:51:35 +0000 (12:51 +0000)] 
* demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl)

26 years ago* NEWS: rename dummy to force
Thomas Tanner [Tue, 29 Jun 1999 17:38:10 +0000 (17:38 +0000)] 
* NEWS: rename dummy to force
* doc/libtool.texi: better documentation of uninstall mode,
  rename dummy to force, AC_LIBLTDL_* must be called before
  AC_PROG_LIBTOOL
* ltmain.in: dlname is always soname or in library_names so
  we don't need to handle different file names

26 years ago* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes
Alexandre Oliva [Tue, 29 Jun 1999 08:56:55 +0000 (08:56 +0000)] 
* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes
up to release 3.1, and to no from 3.2 on.
Reported by Pavel Roskin <pavel_roskin@geocities.com>

26 years ago* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
Pavel Roskin [Tue, 29 Jun 1999 08:17:00 +0000 (08:17 +0000)] 
* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre.

26 years ago* NEWS: updated
Thomas Tanner [Wed, 23 Jun 1999 15:13:16 +0000 (15:13 +0000)] 
* NEWS: updated
* README: added GNU Hurd to the supported platforms
* doc/libtool.texi: document `-dlpreopen dummy'
* libltdl/ltdl.c (strchr): fixed typo (missing star)

* libltdl/ltdl.c (strrchr): fixed typo (missing star)
* libltdl/ltdl.c (trim): use `const' to silence -Wwrite-strings

* ltconfig.in (bsdi4, deplibs_check_method): use a less restrictive
  regex (reported by Chris P. Ross <cross@eng.us.uu.net>)
* ltmain.in: support `-dlopen dummy', define lt_preloaded_symbols
  if dlself != no
* doc/libtool.texi: libtool does also support non C source code

* ltconfig.in: CR/LF fix for broken DJGPP bash
* ltmain.in: CR/LF fix for DJGPP

26 years ago* ltmain.in (ltdll.c): Support for crosscompiling from linux to
Olly Betts [Wed, 23 Jun 1999 14:13:35 +0000 (14:13 +0000)] 
* ltmain.in (ltdll.c): Support for crosscompiling from linux to
mingw32.

26 years ago* ltconfig.in (cygwin, export_symbols_cmds): If there is already
Gary V. Vaughan [Wed, 23 Jun 1999 13:04:28 +0000 (13:04 +0000)] 
* ltconfig.in (cygwin, export_symbols_cmds): If there is already
an extracted and compiled ltdll.c, then don't delete, reextract
and recompile.
(cygwin, archive_expsym_cmds): Make sure the ltdll source has been
extracted and compiled before referencing the object, since there
are paths through the code which run archive_expsym_cmds without
running export_symbols_cmds.

26 years ago* ltmain.in (outputname): When generating the executable wrapper
Gary V. Vaughan [Fri, 18 Jun 1999 14:14:42 +0000 (14:14 +0000)] 
* ltmain.in (outputname): When generating the executable wrapper
script, $outputname already has the $exeext suffix, so we needn't
add it again.

26 years ago* libltdl/ltdl.c (sys_wll_open): libltdl expects this function to
Gary V. Vaughan [Wed, 16 Jun 1999 14:58:45 +0000 (14:58 +0000)] 
* libltdl/ltdl.c (sys_wll_open): libltdl expects this function to
fail if it is unable to physically load the library.  Sadly,
LoadLibrary will search the loaded libraries for a match and
return one of them if the path search load fails.  Simulate a
failure in this case for compatibility with the other APIs.
Also, LoadLibrary takes the liberty of adding `.dll' to library
names passed without an extension, we now add a trailing `.' to
prevent this from happening.

26 years ago* libltdl/ltdl.c (sys_wll_close): Strangely enough, Microsoft have
Gary V. Vaughan [Tue, 15 Jun 1999 19:25:07 +0000 (19:25 +0000)] 
* libltdl/ltdl.c (sys_wll_close): Strangely enough, Microsoft have
decided that LoadLibrary returns `0' for success, yet FreeLibrary
returns `0' for failure!  The FreeLibrary call used to interpret
`0' as success for both functions.

26 years ago* ltmain.in: minor reformatting
Thomas Tanner [Mon, 14 Jun 1999 06:30:24 +0000 (06:30 +0000)] 
* ltmain.in: minor reformatting

26 years ago* ltconfig.in: Reverted June 6's patch for new GNU ld output, it
Alexandre Oliva [Thu, 10 Jun 1999 14:42:34 +0000 (14:42 +0000)] 
* ltconfig.in: Reverted June 6's patch for new GNU ld output, it
is no longer needed, as ld reverted to the original format.
* NEWS: Likewise.

* ltconfig.in: When testing self-dlopening, test whether dlclose
crashes.  On FreeBSD 3.1, it does.  :-(
* libltdl/configure.in: Likewise.
* NEWS: Note work-around.
Reported by Pavel Roskin <pavel_roskin@geocities.com>

26 years ago* ltconfig.in (exeext): autoconf's AC_EXEEXT uses "no" to indicate
Gary V. Vaughan [Wed, 9 Jun 1999 12:54:48 +0000 (12:54 +0000)] 
* ltconfig.in (exeext): autoconf's AC_EXEEXT uses "no" to indicate
no extension, and we must do the same in order to share the cache
value. Also we must ignore conftest.err which HPsUX (at least)
fills with gratuitous warnings.
Reported by Pavel Roskin <pavel_roskin@geocities.com>

26 years ago* ltconfig.in (exeext): Use quotes in the test, to prevent a
Pavel Roskin [Wed, 9 Jun 1999 11:41:16 +0000 (11:41 +0000)] 
* ltconfig.in (exeext): Use quotes in the test, to prevent a
failure in sh.test.

26 years ago* ltmain.in (exeext): Use $exeext when working out the names of
Gary V. Vaughan [Tue, 8 Jun 1999 12:48:35 +0000 (12:48 +0000)] 
* ltmain.in (exeext): Use $exeext when working out the names of
programs (but not the wrapper script itself due to a stupidity in
win32 which hardwires the .exe extension to the binary loader!).
* ltconfig.in (exeext): Now that the wrapper script tries to move
executables, we need to know whether they have an extension (ala
AC_EXEEXT).  Since we can't rely on AC_EXEEXT having been called
in configure.in, we must be able to check for ourselves, though we
can look for a cached result incase AC_EXEEXT was called.

26 years ago* ltconfig.in (cygwin, need_version): Set to no, otherwise module
Gary V. Vaughan [Tue, 8 Jun 1999 10:19:26 +0000 (10:19 +0000)] 
* ltconfig.in (cygwin, need_version): Set to no, otherwise module
dll's end up with mighty long names!

26 years ago* ltconfig.in: Support new GNU ld --help output format.
Alexandre Oliva [Sun, 6 Jun 1999 23:52:35 +0000 (23:52 +0000)] 
* ltconfig.in: Support new GNU ld --help output format.
* NEWS:  Likewise.
Reported by Gaël Quéri <gael@baoule.dyndns.org> and
H.J. Lu <hjl@varesearch.com>.

26 years ago* ltconfig.in: Update support for the Hurd. Make sure that the
Mark Kettenis [Sat, 5 Jun 1999 09:31:39 +0000 (09:31 +0000)] 
* ltconfig.in: Update support for the Hurd.  Make sure that the
soname includes the major version number and create the right
links.  Allow shared objects without the `lib' prefix and without
version information.

26 years ago* TODO: Remove the short list of people interested in C++
Alexandre Oliva [Thu, 27 May 1999 21:29:28 +0000 (21:29 +0000)] 
* TODO: Remove the short list of people interested in C++
constructors; it's not meaningful, since there are so many more
people requesting this feature, and we just can't maintain it
accurate.

26 years agotypo
Thomas Tanner [Thu, 27 May 1999 17:06:38 +0000 (17:06 +0000)] 
typo

26 years ago* ltmain.in: when linking another library add its
Thomas Tanner [Thu, 27 May 1999 17:03:44 +0000 (17:03 +0000)] 
* ltmain.in: when linking another library add its
  -L paths to lib_search_path (otherwise the deplibs check will fail)

26 years ago* ltmain.in: Expand convenience libraries when creating reloadable
Alexandre Oliva [Thu, 27 May 1999 11:41:01 +0000 (11:41 +0000)] 
* ltmain.in: Expand convenience libraries when creating reloadable
objects.
* NEWS: Ditto.

26 years ago* NEWS: Mention the two bugfixes below.
Alexandre Oliva [Thu, 27 May 1999 10:56:09 +0000 (10:56 +0000)] 
* NEWS: Mention the two bugfixes below.

26 years ago* ltmain.in: Only create directory into which to extract
Alexandre Oliva [Thu, 27 May 1999 10:52:47 +0000 (10:52 +0000)] 
* ltmain.in: Only create directory into which to extract
convenience libraries when $convenience is not empty.  It would
always be created on systems that did not support
whole_archive_flag_spec.

26 years ago* ltconfig.in (export_symbols_cmds): Add $convenience.
Alexandre Oliva [Thu, 27 May 1999 10:45:31 +0000 (10:45 +0000)] 
* ltconfig.in (export_symbols_cmds): Add $convenience.
(cygwin, export_symbols_cmds): Ditto.
* ltmain.in: Generate export symbol list before expanding
convenience libraries, to avoid passing whole_archive_flag_spec to
$NM.
Reported by Godmar Back <gback@cs.utah.edu>

26 years ago* libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid
David Jones [Thu, 27 May 1999 09:57:39 +0000 (09:57 +0000)] 
* libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid
printing error messages.

26 years ago* configure.in: Bumped to 1.3.2a.
Alexandre Oliva [Thu, 27 May 1999 08:49:36 +0000 (08:49 +0000)] 
* configure.in: Bumped to 1.3.2a.

GNU Libtool 1.3.2 was released.

26 years ago* configure.in: Bumped to 1.3.2. release-1-3-2
Alexandre Oliva [Wed, 26 May 1999 00:28:32 +0000 (00:28 +0000)] 
* configure.in: Bumped to 1.3.2.

26 years ago* NEWS: List fixed problems.
Alexandre Oliva [Wed, 26 May 1999 00:16:39 +0000 (00:16 +0000)] 
* NEWS: List fixed problems.
* doc/PLATFORMS: Tested for 1.3.2.

26 years ago* config.guess: Synch with GNU common.
Alexandre Oliva [Wed, 26 May 1999 00:06:10 +0000 (00:06 +0000)] 
* config.guess: Synch with GNU common.

26 years ago* ltmain.in: Revert to stripping .exe on all platforms.
Alexandre Oliva [Wed, 26 May 1999 00:00:40 +0000 (00:00 +0000)] 
* ltmain.in: Revert to stripping .exe on all platforms.
* TODO: Note about this problem.  Demo is fixed on win32.  -Wl and
-Wc are implemented for release 1.4.  Support `empty' convenience
libraries.

26 years agotypo spotted by Gary
Alexandre Oliva [Tue, 25 May 1999 22:15:34 +0000 (22:15 +0000)] 
typo spotted by Gary

26 years ago* ltconfig.in (solaris*, ld_shlibs): Do not enable shared
Alexandre Oliva [Tue, 25 May 1999 18:33:03 +0000 (18:33 +0000)] 
* ltconfig.in (solaris*, ld_shlibs): Do not enable shared
libraries with GNU ld 2.8.*, it's broken.  Emit a warning
suggesting an upgrade.
Reported by Brian Ford <ford@vss.fsi.com> and Ronald Pijnacker
<Ronald.Pijnacker@best.ms.philips.com>

26 years ago* ltmain.in: file_magic check would not avoid cyclic links.
Frank Ch. Eigler [Tue, 25 May 1999 17:26:35 +0000 (17:26 +0000)] 
* ltmain.in: file_magic check would not avoid cyclic links.

26 years ago* doc/libtool.texi: fix "wierd" typo :)
Alexandre Oliva [Tue, 25 May 1999 16:07:40 +0000 (16:07 +0000)] 
* doc/libtool.texi: fix "wierd" typo :)
* ltmain.in: strip off the .exe suffix only on *Win
  (Reported by Matthew D. Langston <langston@SLAC.Stanford.EDU>)

26 years ago* ltmain.in: Remove object files before writing to them, to avoid
Alexandre Oliva [Tue, 25 May 1999 15:48:02 +0000 (15:48 +0000)] 
* ltmain.in: Remove object files before writing to them, to avoid
circular links.
Reported by Ron O'Hara <rono@sentuny.com.au>

26 years ago* doc/libtool.texi: fix "wierd" typo :)
Thomas Tanner [Tue, 25 May 1999 16:07:39 +0000 (16:07 +0000)] 
* doc/libtool.texi: fix "wierd" typo :)
* ltmain.in: strip off the .exe suffix only on *Win
  (Reported by Matthew D. Langston <langston@SLAC.Stanford.EDU>)

26 years ago* doc/PLATFORMS: Release 1.3.1 passes on GNU Hurd/x86.
Alexandre Oliva [Sun, 23 May 1999 12:26:47 +0000 (12:26 +0000)] 
* doc/PLATFORMS: Release 1.3.1 passes on GNU Hurd/x86.
Reported by Pavel Roskin <pavel_roskin@geocities.com>

26 years ago* libltdl/configure.in (dlerror): Fix typo in dlopen found in -ldl
Doug Evans [Sat, 22 May 1999 12:50:19 +0000 (12:50 +0000)] 
* libltdl/configure.in (dlerror): Fix typo in dlopen found in -ldl
test.

26 years ago* configure.in: bumped to 1.3.1a.
Gary V. Vaughan [Sat, 22 May 1999 12:45:58 +0000 (12:45 +0000)] 
* configure.in: bumped to 1.3.1a.

26 years ago* AUTHORS: Added myself back into the file! Seems I release-1-3-1
Gary V. Vaughan [Fri, 21 May 1999 19:04:36 +0000 (19:04 +0000)] 
* AUTHORS: Added myself back into the file! Seems I
managed to delete myself somehow :-?

26 years ago* AUTHORS: de CR/LFed.
Gary V. Vaughan [Fri, 21 May 1999 15:41:10 +0000 (15:41 +0000)] 
* AUTHORS: de CR/LFed.
* config.guess: ditto.
* config.sub: ditto.

26 years agoGNU Libtool 1.3.1 was released.
Gary V. Vaughan [Fri, 21 May 1999 14:35:15 +0000 (14:35 +0000)] 
GNU Libtool 1.3.1 was released.

* configure.in:  bumped to revision 1.3.1.
* NEWS: insert todays date alongside 1.3.1 release.
* Makefile.in: use gnu not gnits rules
* config.guess: synch with gnu common & apply Takabatake-san's
MIPS *000 patch.
* config.sub: synch with gnu common.

26 years ago* Makefile.am (EXTRA_DIST): Don't distribute instutils.
Pavel Roskin [Fri, 21 May 1999 14:20:24 +0000 (14:20 +0000)] 
* Makefile.am (EXTRA_DIST): Don't distribute instutils.
(install-data-hook): use libltdl/Makefile.am's local-install files
rule.
* libltdl/Makefile.am (local-install-files):  New rule to install
libltdl without creating links or mode 777 directories.
* instutil/*: deleted.

26 years ago* doc/PLATFORMS: Updated to 1.3.1 for all platforms I've got.
Alexandre Oliva [Fri, 21 May 1999 12:17:35 +0000 (12:17 +0000)] 
* doc/PLATFORMS: Updated to 1.3.1 for all platforms I've got.
Added sparc-unknown-linux-gnu.

26 years ago* demo/foo.h: s/PARAMS/LTDL_PARAMS/g
Gary V. Vaughan [Fri, 21 May 1999 11:51:35 +0000 (11:51 +0000)] 
* demo/foo.h: s/PARAMS/LTDL_PARAMS/g
* libltdl/ltdl.h: ditto.
* libltdl/ltdl.c: ditto.

26 years ago* demo/foo.h: s/__P/PARAMS/g
Gary V. Vaughan [Fri, 21 May 1999 11:15:59 +0000 (11:15 +0000)] 
* demo/foo.h: s/__P/PARAMS/g
* libltdl/ltdl.h: ditto.
* libltdl/ltdl.c: ditto.
Reported by Akim Demaille <demaille@inf.enst.fr>

26 years ago* NEWS: Updated docs.
Alexandre Oliva [Thu, 20 May 1999 23:55:28 +0000 (23:55 +0000)] 
* NEWS: Updated docs.
* TODO: Recommend libtool.m4 to be inserted in acinclude.m4. AIX
4.3.2.0 no longer fails on static dlopening.  GNU DLD no longer
has to support .la files, since libltdl already does.  Convenience
libraries and reloadable objects should be tested in the
testsuite.  We could support some amount of control on the soname
of libraries.
* doc/libtool.texi: Notes about convenience libraries and
automake.  Documented INCLTDL.

26 years agoRevert bootstrap change
Thomas Tanner [Thu, 20 May 1999 23:23:27 +0000 (23:23 +0000)] 
Revert bootstrap change

26 years agonot in the 1.3 distribution
Thomas Tanner [Thu, 20 May 1999 21:31:24 +0000 (21:31 +0000)] 
not in the 1.3 distribution

26 years ago* bootstrap: fix libltdl/Makefile.in
Thomas Tanner [Thu, 20 May 1999 17:53:22 +0000 (17:53 +0000)] 
* bootstrap: fix libltdl/Makefile.in
* cdemo/main.c: "Welcome _to_ ..."
* mdemo/main.c: ditto
* libltdl/configure.in: support multiple dlopening mechanisms
  at once
* libltdl/ltdl.c: prefix system dependent functions with "sys_"
  to avoid symbol conflicts (libdld didn't work)
* libtool.m4 (AC_LIBLTDL_*): set INCLTDL to the path of ltdl.h
* ltconfig.in: check for dlopen with -ldl first

26 years agoadd CVS version details to 1.3.1 header
Gary V. Vaughan [Wed, 19 May 1999 07:56:39 +0000 (07:56 +0000)] 
add CVS version details to 1.3.1 header

26 years agoOops forgot that pesky C-xC-s
Gary V. Vaughan [Wed, 19 May 1999 07:52:24 +0000 (07:52 +0000)] 
Oops forgot that pesky C-xC-s

26 years ago* NEWS: Added 1.3.1 news items.
Gary V. Vaughan [Wed, 19 May 1999 07:49:18 +0000 (07:49 +0000)] 
* NEWS: Added 1.3.1 news items.
* doc/PLATFORMS: updated the boxes I have access to, to 1.3.1
in preparation for the next release.

26 years ago* ltconfig.in (cygwin*, whole_archive_flag_spec): dlltool chokes
Gary V. Vaughan [Tue, 18 May 1999 11:22:00 +0000 (11:22 +0000)] 
* ltconfig.in (cygwin*, whole_archive_flag_spec): dlltool chokes
on this, so leave it unset in this case so that the ltmain code
knows it has to unpack convenience archives by itself.

26 years ago* ltmain.in: Do not exit when an unknown library name is passed
Gary V. Vaughan [Mon, 17 May 1999 15:58:02 +0000 (15:58 +0000)] 
* ltmain.in: Do not exit when an unknown library name is passed
passed in, simply warn and continue since some compilers require
-LANG:* like options to work.
Reported by Adam C. Powell, IV <adam.powell@nist.gov>

26 years ago* ltconfig.in: port to NEC UX/4800.
Jiro Takabatake [Mon, 17 May 1999 15:34:53 +0000 (15:34 +0000)] 
* ltconfig.in: port to NEC UX/4800.
* NEWS: updated.

26 years ago* ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS
Gary V. Vaughan [Mon, 17 May 1999 15:13:30 +0000 (15:13 +0000)] 
* ltconfig.in (beos*, deplibs_check_method): set to pass_all.  BeOS
is PIC by default.
Reported by "Shawn T . Amundson" <amundson@gimp.org>

26 years ago* libltdl/configure.in: Fix test failures on AIX 4.3.2 by checking
Gary V. Vaughan [Mon, 17 May 1999 14:49:41 +0000 (14:49 +0000)] 
* libltdl/configure.in: Fix test failures on AIX 4.3.2 by checking
for dlopen *with* -ldl first.
Reported by Greg Wooledge <ic5035%tss1crs.amgreetings.com@rose.amgreetings.com>

26 years ago* demo/foo.h: Don't set any declspecs until we have full dlli
Gary V. Vaughan [Mon, 17 May 1999 13:37:05 +0000 (13:37 +0000)] 
* demo/foo.h: Don't set any declspecs until we have full dlli
support.

26 years ago* ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
Alexandre Oliva [Mon, 17 May 1999 02:33:58 +0000 (02:33 +0000)] 
* ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
-Wl for allextract.

26 years ago* instutil/chmod: New script to avoid chmod'ing files while
Alexandre Oliva [Fri, 14 May 1999 06:50:31 +0000 (06:50 +0000)] 
* instutil/chmod: New script to avoid chmod'ing files while
installing libltdl's sources.
* instutil/ln: New script to avoid hard-linking libltdl's sources
in the install tree.
* Makefile.am (EXTRA_DIST): Dist them.
(instal-data-hook): Add srcdir/instutil to the beginning of the
PATH before installing libltdl's sources.

26 years ago* Makefile.am (install-data-hook): make sure the install directory
Gary V. Vaughan [Thu, 6 May 1999 14:36:50 +0000 (14:36 +0000)] 
* Makefile.am (install-data-hook):  make sure the install directory
is not left world writable.
Reported by Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

26 years ago* libtool.m4: Use ifelse instead of if.
Alexandre Oliva [Fri, 30 Apr 1999 20:21:15 +0000 (20:21 +0000)] 
* libtool.m4: Use ifelse instead of if.
Reported by David Mazieres <dm@amsterdam.lcs.mit.edu>

26 years ago* configure.in: Bumped to 1.3.0a, just in case.
Alexandre Oliva [Fri, 30 Apr 1999 20:08:34 +0000 (20:08 +0000)] 
* configure.in: Bumped to 1.3.0a, just in case.

26 years ago* configure.in: Bumped to 1.3. release-1-3
Alexandre Oliva [Thu, 29 Apr 1999 13:07:13 +0000 (13:07 +0000)] 
* configure.in: Bumped to 1.3.

26 years agosome more important news pointed out by Gary
Alexandre Oliva [Thu, 29 Apr 1999 12:47:37 +0000 (12:47 +0000)] 
some more important news pointed out by Gary

26 years ago* NEWS: Summarize news since 1.2.
Alexandre Oliva [Thu, 29 Apr 1999 12:34:54 +0000 (12:34 +0000)] 
* NEWS: Summarize news since 1.2.

26 years ago* ltmain.in: Save exit status of link_command before removing
Alexandre Oliva [Thu, 29 Apr 1999 12:01:59 +0000 (12:01 +0000)] 
* ltmain.in: Save exit status of link_command before removing
symbol table object file.

26 years ago* doc/PLATFORMS: updated my hpux-10.20 and cygwin box entries.
Gary V. Vaughan [Thu, 29 Apr 1999 11:44:46 +0000 (11:44 +0000)] 
* doc/PLATFORMS: updated my hpux-10.20 and cygwin box entries.

26 years ago* doc/libtool.texi (inter-library dependencies):
Thomas Tanner [Thu, 29 Apr 1999 11:03:30 +0000 (11:03 +0000)] 
* doc/libtool.texi (inter-library dependencies):
  libtool 1.4 will have full inter-library dependencies support

26 years ago* NEWS: Improved support for DU and IRIX too.
Alexandre Oliva [Thu, 29 Apr 1999 10:56:20 +0000 (10:56 +0000)] 
* NEWS: Improved support for DU and IRIX too.

26 years agoremoved automake-specific policies
Alexandre Oliva [Thu, 29 Apr 1999 10:48:23 +0000 (10:48 +0000)] 
removed automake-specific policies

26 years ago* config.sub, config.guess: Updated from GNU common.
Alexandre Oliva [Thu, 29 Apr 1999 10:43:48 +0000 (10:43 +0000)] 
* config.sub, config.guess: Updated from GNU common.

26 years ago* mdemo/configure.in: Move AC_LIBLTDL_CONVENIENCE before
Alexandre Oliva [Thu, 29 Apr 1999 10:17:14 +0000 (10:17 +0000)] 
* mdemo/configure.in: Move AC_LIBLTDL_CONVENIENCE before
AM_PROG_LIBTOOL, as suggested by autoconf.

26 years ago* doc/libtool.texi (Distributing libltdl): Document that -static
Alexandre Oliva [Thu, 29 Apr 1999 09:58:41 +0000 (09:58 +0000)] 
* doc/libtool.texi (Distributing libltdl): Document that -static
may cause the same problems on libltdl as -all-static.
* TODO: We might want to fix this in the future.

26 years ago* doc/libtool.texi: Clear up overfull hbox.
Alexandre Oliva [Thu, 29 Apr 1999 08:51:11 +0000 (08:51 +0000)] 
* doc/libtool.texi: Clear up overfull hbox.

26 years agoMove esac out of ifdef, as in the trunk
Alexandre Oliva [Thu, 29 Apr 1999 08:13:34 +0000 (08:13 +0000)] 
Move esac out of ifdef, as in the trunk

26 years ago* libltdl/Makefile.am (ltdl.lo): Add dependencies.
Alexandre Oliva [Thu, 29 Apr 1999 08:08:04 +0000 (08:08 +0000)] 
* libltdl/Makefile.am (ltdl.lo): Add dependencies.
* libltdl/configure.in: Clean up some duplicate defines.
* libltdl/acconfig.h: New file.  Add #undefs for defines that
would be duplicated.

26 years agoRevert last Ossama's patch. autoconf does not use extern "C", so we
Alexandre Oliva [Thu, 29 Apr 1999 08:03:40 +0000 (08:03 +0000)] 
Revert last Ossama's patch.  autoconf does not use extern "C", so we
shouldn't either, otherwise libtool might think we have dlopening while
libltdl might not be able to deliver it.

26 years ago* ltconfig.in (dlopen): Declare it as extern "C" in C++.
Ossama Othman [Thu, 29 Apr 1999 07:53:52 +0000 (07:53 +0000)] 
* ltconfig.in (dlopen): Declare it as extern "C" in C++.

26 years ago* libtool.m4 (cygwin*|mingw*, DLLTOOL, OBJDUMP, AS): Only expand the
Gary V. Vaughan [Thu, 29 Apr 1999 07:38:58 +0000 (07:38 +0000)] 
* libtool.m4 (cygwin*|mingw*, DLLTOOL, OBJDUMP, AS): Only expand the
code that makes these configure time checks on hosts that need the
tools *and* if the AC_LIBTOOL_WIN32_DLL macro is used.

26 years ago* ltmain.in (nlist, SYMFILE): Use outputname instead of output for
Alexandre Oliva [Thu, 29 Apr 1999 07:13:24 +0000 (07:13 +0000)] 
* ltmain.in (nlist, SYMFILE): Use outputname instead of output for
names within output_objdir.

26 years agoThe previous ChangeLog entry was wrong. It should have been:
Alexandre Oliva [Wed, 28 Apr 1999 17:36:26 +0000 (17:36 +0000)] 
The previous ChangeLog entry was wrong.  It should have been:
* libtool.m4 (AC_ENABLE_SHARED, AC_ENABLE_STATIC,
AC_ENABLE_FAST_INSTALL): Do not call AC_BEFORE here, they're
AC_REQUIREd by AC_LIBTOOL_SETUP.
(AC_DISABLE_SHARED, AC_DISABLE_STATIC, AC_DISABLE_FAST_INSTALL):
Call AC_BEFORE here, and now with two arguments, since these do
change the default.
(AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE): Fix calls to
AC_BEFORE.