]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
26 years ago * libtool.m4 (AM_SYS_NM_PARSE): while we are at it, we may well
Alexandre Oliva [Mon, 11 Jan 1999 06:14:39 +0000 (06:14 +0000)] 
* libtool.m4 (AM_SYS_NM_PARSE): while we are at it, we may well
  cache the value of ac_cv_sys_symbol_underscore

26 years ago * libtool.m4 (AM_SYS_NM_PARSE): need for underscore prefix is now
Alexandre Oliva [Mon, 11 Jan 1999 04:20:25 +0000 (04:20 +0000)] 
* libtool.m4 (AM_SYS_NM_PARSE): need for underscore prefix is now
  auto-detected, by trying first without, then with it
* ltconfig.in: ditto

26 years ago * configure.in (AC_CONFIG_SUBDIRS): add libltdl, demo, mdemo and
Alexandre Oliva [Sun, 10 Jan 1999 19:16:30 +0000 (19:16 +0000)] 
* configure.in (AC_CONFIG_SUBDIRS): add libltdl, demo, mdemo and
depdemo commented out, so that `dist' works before `check'
(BUILD_LTDL): will contain libltdl if --enable-ltdl-install
* Makefile.am (DIST_SUBDIRS): expand SUBDIRS and add depdemo,
commented out
(SUBDIRS): add $(BUILT_LTDL)
* libltdl/Makefile.am (EXTRA_LTLIBRARIES): add libtest.la, the
same as libltdl but always a convenience library.  Not built by
default.  Both libraries now depend on the libtool script, that
depends on ../libtool and is rebuilt when needed
* mdemo/Makefile.am (mdemo, mdemo.debug): depend on and link with
../libltdl/libtest.la, that is rebuilt if needed
(mdemo_LDADD): removed $(LIBADD_M), to avoid silent failures
(foo1.la): renamed from libfoo1.la; test removing the lib prefix
* mdemo/foo1.c: renamed libfoo1_LTX symbols to foo1_LTX
* mdemo/main.c: don't include string.h nor math.h, nor refer to
sin nor cos
* tests/mdemo-exec.test: renamed libfoo1.la to foo1.la
* tests/mdemo-inst.test: ditto

26 years ago * libltdl/ltdl.c (FILENAME_MAX): use it instead of MAX_FILENAME,
Alexandre Oliva [Sun, 10 Jan 1999 19:15:01 +0000 (19:15 +0000)] 
* libltdl/ltdl.c (FILENAME_MAX): use it instead of MAX_FILENAME,
and don't redefine it if already defined; default to 1024, as on
most systems
(LT_SYMBOL_LENGTH): renamed from MAX_SYMBOL_LENGTH
(LT_SYMBOL_OVERHEAD): new macro, that accounts for the size of
  the _LTX_ separator and the initial underscore
(lt_dlsym): sym now points to a stack buffer (lsym) if possible,
or is dynamically allocated.  If allocation fails, a
buffer_overflow_error is returned.

26 years ago*** empty log message ***
Thomas Tanner [Sun, 10 Jan 1999 14:44:06 +0000 (14:44 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Alexandre Oliva [Sat, 9 Jan 1999 20:05:55 +0000 (20:05 +0000)] 
*** empty log message ***

26 years ago * libltdl/ltdl.c (lt_dlopen): missing strlen in bound test
Alexandre Oliva [Sat, 9 Jan 1999 15:35:32 +0000 (15:35 +0000)] 
* libltdl/ltdl.c (lt_dlopen): missing strlen in bound test

26 years ago*** empty log message ***
Thomas Tanner [Sat, 9 Jan 1999 09:51:44 +0000 (09:51 +0000)] 
*** empty log message ***

26 years agodefault is to allow undefined symbols in libraries
Gary V. Vaughan [Thu, 7 Jan 1999 16:13:02 +0000 (16:13 +0000)] 
default is to allow undefined symbols in libraries

26 years ago*** empty log message ***
Thomas Tanner [Wed, 6 Jan 1999 21:04:20 +0000 (21:04 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Wed, 6 Jan 1999 20:59:53 +0000 (20:59 +0000)] 
*** empty log message ***

26 years agouse absolute directory paths in dllsearchpath
Gary V. Vaughan [Wed, 6 Jan 1999 17:51:59 +0000 (17:51 +0000)] 
use absolute directory paths in dllsearchpath

26 years agorevert yesterdays cygwin -dll.a change
Gary V. Vaughan [Wed, 6 Jan 1999 17:29:45 +0000 (17:29 +0000)] 
revert yesterdays cygwin -dll.a change

26 years agoJeff Garzik noticed a Linux wrapper script bug
Gary V. Vaughan [Wed, 6 Jan 1999 09:51:49 +0000 (09:51 +0000)] 
Jeff Garzik noticed a Linux wrapper script bug

26 years ago * ltmain.in (libobjs_save, oldobjs): when building an
Alexandre Oliva [Tue, 5 Jan 1999 23:13:44 +0000 (23:13 +0000)] 
* ltmain.in (libobjs_save, oldobjs): when building an
  old-fashioned archive, use a copy of libobjs saved before
  convenience libraries are appended

* libltdl/ltdl.h (_LTDLL_EXPORT, _LTDLL_IMPORT): use cygwin or
unix library import/export primitives; this may be convenient for
people willing to create DLLs
(_LTDLL_EXTERN): select _LTDLL_EXPORT or _LTDLL_IMPORT depending
on _LTDL_COMPILE_
* libltdl/ltdl.h, libltdl/ltdl.c (lt_dlpreopen): new function,
  that replaces the current preloaded_symbols list with its
  argument, and returns the old value, initially NULL
(dldpre_init): don't refer to dld_preloaded_symbols any more
(dldpre_open, dldpre_sym): search preloaded_symbols
(lt_dlpreopen_default): call lt_dlpreopen with
dld_preloaded_symbols, that is declared as extern; it should be
called from the main program or from some static library without
-no-undefined
(lt_dlerror): new function, that returns the error message for the
last error occurred; the error message is kept in the static
variable last_error
* libltdl/configure.in (enable-ltdl-install): moved back from
enable-install; other packages might use enable-install already,
better have fine grained control over this.
* libltdl/Makefile.am (libltdls.la): discarded

26 years ago*** empty log message ***
Thomas Tanner [Tue, 5 Jan 1999 18:15:22 +0000 (18:15 +0000)] 
*** empty log message ***

26 years ago * ltmain.in (SP2NL, NL2SP): Don't delete empty lines, as this
Alexandre Oliva [Tue, 5 Jan 1999 15:10:33 +0000 (15:10 +0000)] 
* ltmain.in (SP2NL, NL2SP): Don't delete empty lines, as this
would lose for files with embedded blanks.

26 years ago * ltconfig.in (cygwin, archive_cmds, archive_sym_cmds): Moved
Alexandre Oliva [Tue, 5 Jan 1999 08:51:02 +0000 (08:51 +0000)] 
* ltconfig.in (cygwin, archive_cmds, archive_sym_cmds): Moved
  ltdll.c into ltmain.in, to avoid its duplication, and added a sed
  script to extract it.  Also, create def and base files in $objdir,
  and don't remove them after the compilation.
(cygwin, library_names_spec): Create static part of the dll with
  suffix -dll.a, to avoid conflicts with actual static libraries.
* ltmain.in: Added ltdll.c, as commented out text

26 years ago*** empty log message ***
Thomas Tanner [Fri, 1 Jan 1999 20:01:09 +0000 (20:01 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Thu, 31 Dec 1998 11:25:57 +0000 (11:25 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Wed, 30 Dec 1998 11:36:22 +0000 (11:36 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Tue, 29 Dec 1998 14:40:13 +0000 (14:40 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Sun, 27 Dec 1998 21:35:37 +0000 (21:35 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Sun, 27 Dec 1998 20:04:12 +0000 (20:04 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Fri, 25 Dec 1998 10:39:59 +0000 (10:39 +0000)] 
*** empty log message ***

26 years agofix deplibs for non ltlibs on win32
Gary V. Vaughan [Thu, 24 Dec 1998 16:02:41 +0000 (16:02 +0000)] 
fix deplibs for non ltlibs on win32

26 years agomake wrapper scripts work on win32
Gary V. Vaughan [Thu, 24 Dec 1998 13:40:47 +0000 (13:40 +0000)] 
make wrapper scripts work on win32

26 years ago * ltmain.in (SP2NL, NL2SP): use `tr' magic to avoid passing very
Alexandre Oliva [Wed, 23 Dec 1998 19:40:56 +0000 (19:40 +0000)] 
* ltmain.in (SP2NL, NL2SP): use `tr' magic to avoid passing very
long lines to sed
* doc/libtool.texi (sed): very long lines are no longer a problem

26 years ago * libltdl/Makefile.am: install libltdl conditionally...
Alexandre Oliva [Wed, 23 Dec 1998 19:33:09 +0000 (19:33 +0000)] 
* libltdl/Makefile.am: install libltdl conditionally...
* libltdl/configure.in: ... if --enable-ltdl-install is issued
* libltdl/ltdl.c: removed #ifdef DEBUG
* mdemo/Makefile.am (mdemo_debug_LDADD, mdemo_debug_DEPENDENCIES):
use libltdl.la

26 years ago * libltdl/Makefile.am: install libltdl conditionally...
Alexandre Oliva [Wed, 23 Dec 1998 19:13:02 +0000 (19:13 +0000)] 
* libltdl/Makefile.am: install libltdl conditionally...
* libltdl/configure.in: ... if --enable-ltdl-install is issued
* libltdl/ltdl.c: removed #ifdef DEBUG
* mdemo/Makefile.am (mdemo_debug_LDADD, mdemo_debug_DEPENDENCIES):
use libltdl.la

26 years agomore improvements for the win32 port
Gary V. Vaughan [Wed, 23 Dec 1998 17:30:12 +0000 (17:30 +0000)] 
more improvements for the win32 port

26 years ago*** empty log message ***
Thomas Tanner [Wed, 23 Dec 1998 13:28:28 +0000 (13:28 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Wed, 23 Dec 1998 10:27:14 +0000 (10:27 +0000)] 
*** empty log message ***

26 years ago * Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive
Alexandre Oliva [Tue, 22 Dec 1998 04:13:01 +0000 (04:13 +0000)] 
* Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive
dependency hack

26 years ago*** empty log message ***
Thomas Tanner [Mon, 21 Dec 1998 17:30:48 +0000 (17:30 +0000)] 
*** empty log message ***

26 years agomisc win32 cleanups
Gary V. Vaughan [Mon, 21 Dec 1998 13:04:14 +0000 (13:04 +0000)] 
misc win32 cleanups

26 years ago*** empty log message ***
Thomas Tanner [Sun, 20 Dec 1998 10:26:52 +0000 (10:26 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Sat, 19 Dec 1998 19:30:30 +0000 (19:30 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Fri, 18 Dec 1998 22:23:51 +0000 (22:23 +0000)] 
*** empty log message ***

26 years agobomb out if autoconf < 2.12.2 is used
Gary V. Vaughan [Thu, 17 Dec 1998 18:10:43 +0000 (18:10 +0000)] 
bomb out if autoconf < 2.12.2 is used

26 years ago * NEWS, configure.in, libtool.spec: Bumped to 1.2e for CVS
Alexandre Oliva [Wed, 16 Dec 1998 08:19:50 +0000 (08:19 +0000)] 
* NEWS, configure.in, libtool.spec: Bumped to 1.2e for CVS

26 years agocvs-dist: missing quotes in sed command release-1-2d
Alexandre Oliva [Wed, 16 Dec 1998 07:07:47 +0000 (07:07 +0000)] 
cvs-dist: missing quotes in sed command

26 years agomissing colon at EOL
Alexandre Oliva [Wed, 16 Dec 1998 06:42:48 +0000 (06:42 +0000)] 
missing colon at EOL

26 years ago * NEWS, configure.in, libtool.spec: Bumped to 1.2d for release
Alexandre Oliva [Wed, 16 Dec 1998 06:41:27 +0000 (06:41 +0000)] 
* NEWS, configure.in, libtool.spec: Bumped to 1.2d for release

26 years agoreverted addition of depdemo; it's completely unusable yet :-(
Alexandre Oliva [Wed, 16 Dec 1998 06:30:42 +0000 (06:30 +0000)] 
reverted addition of depdemo; it's completely unusable yet :-(

26 years ago * Makefile.am (cvs-dist): our release tags are in lower case
Alexandre Oliva [Wed, 16 Dec 1998 06:22:02 +0000 (06:22 +0000)] 
* Makefile.am (cvs-dist): our release tags are in lower case
(cvs-diff): ditto
(EXTRA_DIST): added README-alpha
(DIST_SUBDIRS): added depdemo
* README-alpha: minor adaptations
* demo/Makefile.am, mdemo/Makefile.am, depdemo/Makefile.am:
removed comment about special needs for distribution
* depdemo/Makefile.am: don't generate dependencies
* depdemo/configure.in: modified version number

26 years agonew file
Alexandre Oliva [Wed, 16 Dec 1998 06:11:14 +0000 (06:11 +0000)] 
new file

26 years ago * ltmain.in (-force-static, force_static): removed
Alexandre Oliva [Wed, 16 Dec 1998 05:42:23 +0000 (05:42 +0000)] 
* ltmain.in (-force-static, force_static): removed
* libltdl/Makefile.am (CFLAGS): ditto
* libltdl/configure.in: check for memory.h, rindex() and
dlpreopening.  Fixed NEED_USCORE caching policy.
* libltdl/ltdl.h (lt_dlsym): make the name argument const
* libltdl/ltdl.c (types): new variable: head of list of available
dlopening mechanisms
(lt_dltype_t): interface of a dlopening mechanism, with pointers
to functions for init, exit, open, close and sym
(lt_dlhandle_t): added pointer to interface type
(strdup): don't name it strdup; it can be troublesome
(strrchr): ditto; use rindex if available
(LIBTOOL_STATIC): check HAVE_DLPREOPEN instead, and move to the
end of the file, so that it becomes the header of the list
(all): renamed all interface-implementation functions, to avoid
name clashes, and created lt_dltype_t nodes for all of them
(lt_dlinit): initialize all available interfaces; remove those
that fail from the list.  Return failure only if no interfaces
could be initialized.
(lt_dlexit): return number of failures
(tryall_dlopen): try to open the library with all available
interfaces
(lt_dlopen): use tryall_dlopen; increased size of fixed buffers.
We should probably make these bound-checked or dynamically
allocated for the final release!  Fix bug when filename did not
contain slashes; should we check for `\\' too?  Try old_library if
everything else fails.
(lt_dlclose): use the interface type for closing
(lt_dlsym): make `symbol' const, use interface type for looking up
* mdemo/Makefile.am: moved mdemo/modules/* back into mdemo
(SUBDIRS): removed
(libfoo2_la_LDFLAGS): added -static; nice test.  However, since it
causes -lm to linked into hell*, it causes tests that should fail
to pass
(noinst_HEADERS): no need to install foo.h
* mdemo/configure.in: remove modules/Makefile
tests/mdemo-exec.test: updated accordingly

26 years ago * NEWS: Added Thomas Tanner and Gary V. Vaughan to the list of new
Alexandre Oliva [Wed, 16 Dec 1998 05:15:24 +0000 (05:15 +0000)] 
* NEWS: Added Thomas Tanner and Gary V. Vaughan to the list of new
maintainers.  Detailed expected failures of libtldl+mdemo.  Listed
recent ports.  Added full URL for the home page.  Note that
libtool C program is unusable.

26 years ago * doc/libtool.texi (Tested platforms): broken `sed' programs
Bruno Haible [Wed, 16 Dec 1998 04:07:38 +0000 (04:07 +0000)] 
* doc/libtool.texi (Tested platforms): broken `sed' programs

26 years ago * THANKS: added Stephan Kulow; removed Gary V. Vaughan and Thomas
Alexandre Oliva [Wed, 16 Dec 1998 03:59:33 +0000 (03:59 +0000)] 
* THANKS: added Stephan Kulow; removed Gary V. Vaughan and Thomas
Tanner, now that they're AUTHORS

26 years ago * ltmain.in (freebsd-aout, freebsd-elf): added missing dot to
Stephan Kulow [Wed, 16 Dec 1998 03:56:49 +0000 (03:56 +0000)] 
* ltmain.in (freebsd-aout, freebsd-elf): added missing dot to
versuffix

26 years ago * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed
Alexandre Oliva [Wed, 16 Dec 1998 02:40:54 +0000 (02:40 +0000)] 
* libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed
(libtool): automatically update

26 years ago * libltdl/configure.in (stdlib.h, unistd.h, stdio.h): check
Alexandre Oliva [Wed, 16 Dec 1998 02:39:15 +0000 (02:39 +0000)] 
* libltdl/configure.in (stdlib.h, unistd.h, stdio.h): check
* libltdl/ltdl.c: include them

26 years ago * demo/configure.in (BINARY_HELLDL): test whether dlopen is
Alexandre Oliva [Wed, 16 Dec 1998 02:36:20 +0000 (02:36 +0000)] 
* demo/configure.in (BINARY_HELLDL): test whether dlopen is
supported at configure time
* demo/Makefile.am (helldl): use automake conditionals to build
helldl as a script or as a binary program

26 years ago * tests/Makefile.am (EXTRA_DIST): remove ltdl-*.test
Alexandre Oliva [Wed, 16 Dec 1998 02:31:59 +0000 (02:31 +0000)] 
* tests/Makefile.am (EXTRA_DIST): remove ltdl-*.test
(clean-local): don't clean libltdl any more
* tests/ltdl-conf.test: removed
* tests/ltdl-inst.test: ditto
* tests/ltdl-make.test: ditto
* tests/ltdl-unst.test: ditto
* tests/mdemo-make.test: updated accordingly
* tests/mdemo-inst.test: ditto
* tests/mdemo-unst.test: ditto
* doc/libtool.texi: ditto

26 years ago * ltmain.in (-DSTATIC): changed to -DLIBTOOL_STATIC, and defined
Alexandre Oliva [Wed, 16 Dec 1998 02:28:53 +0000 (02:28 +0000)] 
* ltmain.in (-DSTATIC): changed to -DLIBTOOL_STATIC, and defined
only for -force-static; it should be removed soon, before people
start to use it

26 years ago * configure.in (AC_CONFIG_SUBDIRS): added libltdl
Alexandre Oliva [Wed, 16 Dec 1998 02:27:01 +0000 (02:27 +0000)] 
* configure.in (AC_CONFIG_SUBDIRS): added libltdl
* Makefile.am (SUBDIRS): build libltdl by default
(DIST_SUBDIRS): simplify distribution of demo and mdemo
(libtool, clibtool, libtoolize, ltconfig, ltmain.sh): add
srcdir where appropriate
(ACINCLUDE_M4_LIST): new rule for maintaining links from
acinclude.m4 to libtool.m4
(*demo/Makefile.in): don't update autoconf/automake files any
more; make check is needed

26 years agofixed archive_cmds for cygwin32
Gary V. Vaughan [Mon, 14 Dec 1998 15:14:47 +0000 (15:14 +0000)] 
fixed archive_cmds for cygwin32

26 years ago*** empty log message ***
Thomas Tanner [Fri, 11 Dec 1998 23:21:03 +0000 (23:21 +0000)] 
*** empty log message ***

26 years ago * PORTING: removed the text Akim Demaille converted to .texi
Alexandre Oliva [Wed, 9 Dec 1998 12:37:37 +0000 (12:37 +0000)] 
* PORTING: removed the text Akim Demaille converted to .texi
* doc/libtool.texi: converted inter-library dependencies
  instructions from PORTING

26 years ago * ltmain.in (convenience, deplibs): propagate dependencies
Alexandre Oliva [Wed, 9 Dec 1998 07:51:54 +0000 (07:51 +0000)] 
* ltmain.in (convenience, deplibs): propagate dependencies
* libltdl/Makefile.am (noinst_HEADERS): don't install ltdl.h yet
(noinst_LTLIBRARIES): ditto for libltdl.la

26 years agoC++ problems are documented
Alexandre Oliva [Wed, 9 Dec 1998 07:50:08 +0000 (07:50 +0000)] 
C++ problems are documented

26 years agonew release procedure
Gary V. Vaughan [Tue, 8 Dec 1998 18:36:31 +0000 (18:36 +0000)] 
new release procedure

26 years ago*** empty log message ***
Thomas Tanner [Tue, 8 Dec 1998 13:12:10 +0000 (13:12 +0000)] 
*** empty log message ***

26 years ago * configure.in: we no longer use PRCS
Alexandre Oliva [Mon, 7 Dec 1998 12:22:56 +0000 (12:22 +0000)] 
* configure.in: we no longer use PRCS

26 years ago * doc/libtool.texi (author): listed all the AUTHORS
Alexandre Oliva [Mon, 7 Dec 1998 11:39:16 +0000 (11:39 +0000)] 
* doc/libtool.texi (author): listed all the AUTHORS
(Dlopen issues): added reference to libltdl, still undocumented
(C++ libraries): it's not *that* simple, after all :-(
(Inter-library dependencies): they're back!

26 years ago * libtool.m4 (ac_cv_sys_symbol_underscore): `test a == b' doesn't
Alexandre Oliva [Fri, 4 Dec 1998 23:21:52 +0000 (23:21 +0000)] 
* libtool.m4 (ac_cv_sys_symbol_underscore): `test a == b' doesn't
  work, use `test a = b' instead

26 years ago * Makefile.am (mdemo_distfiles): libfoo[12].sym no longer exist
Alexandre Oliva [Fri, 4 Dec 1998 21:45:47 +0000 (21:45 +0000)] 
* Makefile.am (mdemo_distfiles): libfoo[12].sym no longer exist

26 years ago * ltconfig.in (solaris): do not use $CC for linking if GNU ld is
Alexandre Oliva [Fri, 4 Dec 1998 21:43:21 +0000 (21:43 +0000)] 
* ltconfig.in (solaris): do not use $CC for linking if GNU ld is
not available

26 years ago * ltconfig.in: Port to SCO UnixWare 7.x.
Manfred Weichel [Fri, 4 Dec 1998 20:32:36 +0000 (20:32 +0000)] 
* ltconfig.in: Port to SCO UnixWare 7.x.

26 years ago*** empty log message ***
Thomas Tanner [Thu, 3 Dec 1998 20:49:31 +0000 (20:49 +0000)] 
*** empty log message ***

26 years agoportability enhancements
Gary V. Vaughan [Wed, 2 Dec 1998 13:05:23 +0000 (13:05 +0000)] 
portability enhancements

26 years ago*** empty log message ***
Thomas Tanner [Tue, 1 Dec 1998 22:35:00 +0000 (22:35 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Thomas Tanner [Tue, 1 Dec 1998 22:32:54 +0000 (22:32 +0000)] 
*** empty log message ***

26 years agoupdated homepage address
Gary V. Vaughan [Tue, 1 Dec 1998 18:55:16 +0000 (18:55 +0000)] 
updated homepage address

26 years agoUpdate the dll generation shell code for cygwin32.
Gary V. Vaughan [Tue, 1 Dec 1998 18:45:30 +0000 (18:45 +0000)] 
Update the dll generation shell code for cygwin32.

26 years agoTest for leading underscore on compiled symbols at configure time.
Gary V. Vaughan [Tue, 1 Dec 1998 18:24:08 +0000 (18:24 +0000)] 
Test for leading underscore on compiled symbols at configure time.
Use the results of that test in the demo program.

26 years agoimported from autoconf CVS tree autoconf_pre_2-13
Alexandre Oliva [Tue, 1 Dec 1998 17:00:17 +0000 (17:00 +0000)] 
imported from autoconf CVS tree

26 years agoInitial revision
Alexandre Oliva [Tue, 1 Dec 1998 16:49:51 +0000 (16:49 +0000)] 
Initial revision

26 years agorequire AC_CANONICAL_HOST for path canonicalization
Gary V. Vaughan [Fri, 27 Nov 1998 18:42:12 +0000 (18:42 +0000)] 
require AC_CANONICAL_HOST for path canonicalization

26 years agoAdded LD path canonicalization.
Gary V. Vaughan [Fri, 27 Nov 1998 16:52:37 +0000 (16:52 +0000)] 
Added LD path canonicalization.

26 years agoFixed archive_cmd for cygwin32, mingw32, aix3 and aix4.
Gary V. Vaughan [Fri, 27 Nov 1998 15:17:21 +0000 (15:17 +0000)] 
Fixed archive_cmd for cygwin32, mingw32, aix3 and aix4.

26 years ago * libtool.spec (URL): point to www.gnu.org
Alexandre Oliva [Fri, 27 Nov 1998 00:09:28 +0000 (00:09 +0000)] 
* libtool.spec (URL): point to www.gnu.org
(Source): point to ftp.gnu.org

* Makefile.am (EXTRA_DIST): removed libtool.prj
Reported by Akim Demaille <demaille@inf.enst.fr>

26 years ago * ltconfig.in (echo): avoid shell error messages when we're
Alexandre Oliva [Wed, 25 Nov 1998 02:28:38 +0000 (02:28 +0000)] 
* ltconfig.in (echo): avoid shell error messages when we're
testing for large command line support
Reported by Axel Thimm <Axel.Thimm@physik.fu-berlin.de>

26 years ago * doc/PLATFORMS: updated last-tested release for platforms I've
Alexandre Oliva [Wed, 25 Nov 1998 01:20:59 +0000 (01:20 +0000)] 
* doc/PLATFORMS: updated last-tested release for platforms I've
got access to

* THANKS: added Chris P. Ross

* ltconfig.in: added recognition of the dynamic linker on BSD/OS 4.x
* README: added BSD/OS 4.x to the list of supported platforms
* doc/PLATFORMS: added BSD/OS 4.x support for various host id's

26 years ago * ltmain.in (pass_all): actively pass the flags
David Heine [Wed, 25 Nov 1998 01:00:15 +0000 (01:00 +0000)] 
* ltmain.in (pass_all): actively pass the flags

26 years ago*** empty log message ***
Thomas Tanner [Tue, 24 Nov 1998 20:38:00 +0000 (20:38 +0000)] 
*** empty log message ***

26 years agoadded simple inter-library dependencies demo (doesn't work yet!) start
Thomas Tanner [Tue, 24 Nov 1998 20:32:39 +0000 (20:32 +0000)] 
added simple inter-library dependencies demo (doesn't work yet!)

26 years agoInitial revision
Thomas Tanner [Tue, 24 Nov 1998 20:32:39 +0000 (20:32 +0000)] 
Initial revision

26 years agoadded me as co-maintainer
Thomas Tanner [Mon, 23 Nov 1998 21:27:21 +0000 (21:27 +0000)] 
added me as co-maintainer

26 years ago*** empty log message ***
Thomas Tanner [Mon, 23 Nov 1998 21:26:38 +0000 (21:26 +0000)] 
*** empty log message ***

26 years ago * libltdl/ltdl.c: replace NULL with 0, so that we don't depend on
Alexandre Oliva [Sat, 21 Nov 1998 07:45:20 +0000 (07:45 +0000)] 
* libltdl/ltdl.c: replace NULL with 0, so that we don't depend on
header files defining it.

26 years ago * ltconfig.in (archive_cmds, osf3, osf4, solaris, sunos4): create
Alexandre Oliva [Sat, 21 Nov 1998 06:42:36 +0000 (06:42 +0000)] 
* ltconfig.in (archive_cmds, osf3, osf4, solaris, sunos4): create
libraries with gcc -shared if using gcc without GNU ld.

* ltconfig.in: replaced occurrences of solaris2 with solaris, to
prepare for Solaris 7

26 years agoadded message with -export-symbols syntax for various platforms
Alexandre Oliva [Sat, 21 Nov 1998 06:40:20 +0000 (06:40 +0000)] 
added message with -export-symbols syntax for various platforms

26 years ago * mdemo/Makefile.am (hell_debug_LDFLAGS): -dlpreopen -> -dlopen
Alexandre Oliva [Thu, 19 Nov 1998 22:53:40 +0000 (22:53 +0000)] 
* mdemo/Makefile.am (hell_debug_LDFLAGS): -dlpreopen -> -dlopen
(hell_LDFLAGS): added -export-dynamic and -dlopen
(SUBDIRS, INCLUDES): added modules directory
(foo1.c, foo2.c, foo.h, libfoo1.sym, libfoo2.sym): moved to modules
* Makefile.am: ditto
* tests/mdemo-exec.test, tests/mdemo-inst.test: libraries moved
* mdemo/modules/Makefile.am: new file

* */Makefile.am (AUTOMAKE_OPTIONS): added no-dependencies

26 years ago * ltmain.in: missing `test' between `&&' and `"$module"'
Alexandre Oliva [Thu, 19 Nov 1998 20:31:26 +0000 (20:31 +0000)] 
* ltmain.in: missing `test' between `&&' and `"$module"'

26 years ago * ltconfig.in (echo_test_string): the whole ltconfig script was
Alexandre Oliva [Thu, 19 Nov 1998 20:28:01 +0000 (20:28 +0000)] 
* ltconfig.in (echo_test_string): the whole ltconfig script was
too much for DU4.0's ksh, but the first 50 lines will be enough.

26 years ago * ltmain.in (installed): new variable defined within a .la file,
Alexandre Oliva [Thu, 19 Nov 1998 19:57:33 +0000 (19:57 +0000)] 
* ltmain.in (installed): new variable defined within a .la file,
  so that libtool can now link already-installed libraries into a
program.
* NEWS: ditto
* doc/libtool.texi (Linking executables): document it

26 years ago * ltmain.in (installed): new variable defined within a .la file,
Alexandre Oliva [Thu, 19 Nov 1998 18:01:07 +0000 (18:01 +0000)] 
* ltmain.in (installed): new variable defined within a .la file,
  so that libtool can now link already-installed libraries into a
program.
* NEWS: ditto
* doc/libtool.texi (Linking executables): document it