2003-11-01 22:26:33 +08:00
|
|
|
2003-11-01 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* tests/mdemo2/Makefile.am: Let mdemo2 find ltdl.h again.
|
|
|
|
|
2003-10-30 22:40:11 +08:00
|
|
|
2003-10-30 Peter O'Gorman <peter@pogma.com>
|
2003-10-30 22:28:00 +08:00
|
|
|
|
|
|
|
* m4/libtool.m4 (Darwin): Fix stupidities for darwin tags support.
|
|
|
|
Makes it work again if AC_LIBTOOL_TAGS is specified in configure.ac.
|
|
|
|
Bug reported by Joe Orton and Christian Schaffner.
|
|
|
|
|
2003-10-21 23:03:57 +08:00
|
|
|
2003-10-21 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
Start to eliminate the double run of configure in a fresh CVS
|
|
|
|
checkout by generating ltmain.sh, using that to create libtool,
|
|
|
|
and then adding the tags to that, all from config.status.
|
|
|
|
|
|
|
|
* configure.ac (AC_CONFIG_FILES): Make config/ltmain.sh, and copy
|
|
|
|
it to libltdl.
|
|
|
|
* Makefile.am ($(srcdir)/config/ltmain.sh): This file is now
|
|
|
|
created by config.status. Adjust this rule.
|
|
|
|
(libtoolize): Set CONFIG_COMMANDS to empty to prevent regenerating
|
|
|
|
the libtool script as a side effect of running this rule.
|
|
|
|
* libtool.m4: Bump serial number. Fix comment typos.
|
|
|
|
(_LT_CONFIG_LIBTOOL_INIT, _LT_CONFIG_LIBTOOL,
|
|
|
|
_LT_CONFIG_SAVE_COMMANDS, _LT_CONFIG_COMMANDS: New macros. They
|
|
|
|
don't work for some reason - the variable value quoting in the
|
|
|
|
init section is all wrong. Not used at the moment.
|
|
|
|
(AC_LIBTOOL_CONFIG): Generate libtool from config.status.
|
|
|
|
(_LT_AC_TAG_CONFIG): Add the tags in config.status.
|
|
|
|
(compiler_DEFAULT): Save the compiler value for the DEFAULT tag,
|
|
|
|
or it gets overwritten by the other macros.
|
|
|
|
(EOF): Globally replace with _LT_EOF to avoid namespace pollution.
|
|
|
|
* tests/demo/configure.ac (STATIC): Check $enable_static instead
|
|
|
|
of running ./libtool which doesn't exist yet.
|
|
|
|
(BINARY_HELLDL): Check $lt_cv_sys_global_symbol_pipe with case
|
|
|
|
instead of grepping ./libtool which doesn't exist yet.
|
|
|
|
* tests/pdemo/configure.ac (STATIC, BINARY_HELLDL): Ditto.
|
|
|
|
* doc/libtool.texi (AC_PROG_LIBTOOL): Add some notes about trying
|
|
|
|
to get config details from `libtool --config'.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-21 17:28:38 +08:00
|
|
|
2003-10-21 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2003-10-21 21:32:53 +08:00
|
|
|
* ChangeLog, ChangeLog.0, ChangeLog.1: Refactored...
|
|
|
|
* ChangeLog, ChangeLog.2002, ChangeLog.2001, ChangeLog.2000,
|
|
|
|
ChangeLog.1999, ChangeLog.1998, ChangeLog.1997, ChangeLog.1996:
|
|
|
|
...into entries by year for easier copyright confirmation.
|
|
|
|
|
2003-10-21 18:56:24 +08:00
|
|
|
* configure.ac, libltdl/configure.ac, tests/cdemo/configure.ac,
|
|
|
|
tests/demo/configure.ac, tests/depdemo/configure.ac,
|
|
|
|
tests/f77demo/configure.ac, tests/mdemo/configure.ac,
|
|
|
|
tests/mdemo2/configure.ac, tests/pdemo/configure.ac,
|
|
|
|
tests/tagdemo/configure.ac (AM_INIT_AUTOMAKE): Remove redundant
|
|
|
|
arguments.
|
|
|
|
* libltdl/configure.ac: Use quadrigraphs to escape macronames.
|
|
|
|
|
2003-10-21 17:28:38 +08:00
|
|
|
* bootstrap (reconfdirs): Same as yesterday, only with portable
|
|
|
|
bourne shell syntax. :-/
|
|
|
|
|
2003-10-20 21:45:51 +08:00
|
|
|
2003-10-20 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* bootstrap (reconfdirs): Overridable top dirs for bootstrap, for
|
|
|
|
those times when you don't want to wait for all of the test
|
|
|
|
directories to be rebootstrapped!
|
|
|
|
|
2003-10-20 21:36:10 +08:00
|
|
|
2003-10-19 Kevin P. Fleming <kpfleming@backtobasicsmgmt.com>
|
|
|
|
Charles Wilson <cygwin@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
* ltmain.in: include --tag options, if specified, in the
|
|
|
|
relink_command in uninstalled .la files. Also, preserve --silent,
|
|
|
|
--debug options when libtool re-execs itself.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-20 21:22:58 +08:00
|
|
|
2003-10-19 Charles Wilson <cygwin@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
* libtoolize.in: protect sed expression against
|
|
|
|
AC_CONFIG_AUX_DIR_DEFAULT.
|
|
|
|
|
2003-10-17 11:52:01 +08:00
|
|
|
2003-10-16 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
|
|
|
|
|
|
|
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): For MinGW, reverted DLL
|
|
|
|
check method back to a working objdump-based test. This is not as
|
|
|
|
concrete a test as using the 'file' command, but it does not
|
|
|
|
require that the 'file' command be available.
|
|
|
|
|
2003-10-16 00:02:04 +08:00
|
|
|
2003-10-15 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
|
|
|
|
|
|
|
* doc/libtool.texi (AC_LIBTOOL_TAGS): Incorporate documentation
|
|
|
|
for AC_LIBTOOL_TAGS macro to specifify libtool tags. The now
|
|
|
|
defunct --with-tags option was never documented.
|
|
|
|
|
|
|
|
2003-10-15 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* m4/libtool.m4: Restrict the list of tags that can be created
|
|
|
|
with a new AC_LIBTOOL_TAGS([tag1 tag2 ...]) macro. Deprecate
|
|
|
|
--with-tags.
|
|
|
|
|
2003-10-15 16:09:07 +08:00
|
|
|
2003-10-15 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2003-10-15 21:19:02 +08:00
|
|
|
* libtoolize.in: Typo when copying config.sub.
|
|
|
|
From Patrick Welche <prlw1@newn.cam.ac.uk>
|
|
|
|
|
2003-10-15 19:01:12 +08:00
|
|
|
* demo/Makefile.am (libhell0_a_SOURCES): Do not name sources
|
|
|
|
already built with libtool...
|
|
|
|
(libhell0_a_LIBADD): ...instead name the objects directly. This
|
|
|
|
prevents a long standing warning from automake 1.7+.
|
|
|
|
* pdemo/Makefile.am (libhell0_a_SOURCES, libhell0_a_LIBADD):
|
|
|
|
Ditto.
|
|
|
|
|
2003-10-15 17:27:54 +08:00
|
|
|
* bootstrap: Make the fake files valid shell scripts with a
|
|
|
|
comment incase they get left around.
|
|
|
|
(LIBTOOLIZE): Use a dummy script to prevent the installed
|
|
|
|
`libtoolize' from trashing the distributed libtool.m4,
|
|
|
|
config.guess and config.sub.
|
|
|
|
|
2003-10-15 16:44:52 +08:00
|
|
|
* configure.ac (AC_CONFIG_TESTDIR, AC_CONFIG_TESTFILES): Comment
|
|
|
|
this out for now, the autotest testsuite rewrite is not ready
|
|
|
|
yet.
|
|
|
|
|
2003-10-15 16:09:07 +08:00
|
|
|
* tests/cdemo/Makefile.am, tests/demo/Makefile.am,
|
|
|
|
tests/depdemo/Makefile.am, tests/f77demo/Makefile.am,
|
|
|
|
tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am,
|
|
|
|
tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am (top_distdir):
|
|
|
|
Removed. `autoreconf' needs literals in ACLOCAL_AMFLAGS.
|
|
|
|
|
2003-10-15 05:52:27 +08:00
|
|
|
2003-10-14 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2003-10-15 06:52:57 +08:00
|
|
|
* libtoolize.in (func_mkdir_p): Synch with tests/defs; if there
|
|
|
|
are no more directories in the stack, break out of the loop.
|
|
|
|
|
2003-10-15 05:52:27 +08:00
|
|
|
* tests/Makefile.am (COMMON_TESTS): Remove pdemo-unst.test, which
|
|
|
|
isn't a real test.
|
|
|
|
|
Refactor all the test case common code into shell functions in
tests/defs, and move the various demo directories out of
$top_srcdir, and into tests too. The refactoring showed up a
number of inconsistencies and latent bugs, as well as fixing (I
think!!) the long-standing annoyance with some of the tests giving
spurious failures intermittently. While I was here, emacs kindly
removed a lot of bogus whitespace and added copyright notices for
us:
* cdemo, demo, depdemo, f77demo, mdemo, mdemo2, pdemo, tagdemo:
Moved from here...
* tests/cdemo, tests/demo, tests/depdemo, tests/f77demo,
tests/mdemo, tests/mdemo2, tests/pdemo, tests/tagdemo: ...to
here.
* tests/defs: Factor much common functionality from the test
scripts into shell functions. Added a copyright notice.
* tests/assign.test, tests/cdemo-conf.test, tests/cdemo-exec.test,
tests/cdemo-make.test, tests/cdemo-shared.test,
tests/cdemo-static.test, tests/demo-conf.test,
tests/demo-deplibs.test, tests/demo-exec.test,
tests/demo-inst.test, tests/demo-make.test,
tests/demo-nofast.test, tests/demo-nopic.test,
tests/demo-pic.test, tests/demo-shared.test,
tests/demo-static.test, tests/demo-unst.test,
tests/depdemo-conf.test, tests/depdemo-exec.test,
tests/depdemo-inst.test, tests/depdemo-make.test,
tests/depdemo-nofast.test, tests/depdemo-shared.test,
tests/depdemo-static.test, tests/depdemo-unst.test,
tests/f77demo-conf.test, tests/f77demo-exec.test,
tests/f77demo-make.test, tests/f77demo-shared.test,
tests/f77demo-static.test, tests/link-2.test, tests/link.test,
tests/mdemo-conf.test, tests/mdemo-exec.test,
tests/mdemo-inst.test, tests/mdemo-make.test,
tests/mdemo-shared.test, tests/mdemo-static.test,
tests/mdemo-unst.test, tests/mdemo2-conf.test,
tests/mdemo2-exec.test, tests/mdemo2-make.test, tests/nomode.test,
tests/pdemo-conf.test, tests/pdemo-exec.test,
tests/pdemo-inst.test, tests/pdemo-make.test,
tests/pdemo-unst.test, tests/quote.test, tests/sh.test,
tests/suffix.test, tests/tagdemo-conf.test,
tests/tagdemo-exec.test, tests/tagdemo-make.test,
tests/tagdemo-shared.test, tests/tagdemo-static.test: Refactored
to use new functions in tests/defs. Added a copyright notice.
* tests/hardcode.test, noinst-link.test,
tests/relink.test, tests/relink.test,
tests/mdryrun.test: Ditto. Moved from here...
* tests/demo-hardcode.test, demo-noinst-link.test,
tests/demo-relink.test, tests/depdemo-relink.test,
tests/mdemo-dryrun.test: ...to here respectively.
* Makefile.am: Added a copyright notice.
* tests/sh.test: Check libtoolize.in for non-portabilities too.
* libtoolize.in: Fix non-portabilities found by tests/sh.test.
2003-10-15 05:45:03 +08:00
|
|
|
2003-10-14 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
Refactor all the test case common code into shell functions in
|
|
|
|
tests/defs, and move the various demo directories out of
|
|
|
|
$top_srcdir, and into tests too. The refactoring showed up a
|
|
|
|
number of inconsistencies and latent bugs, as well as fixing (I
|
|
|
|
think!!) the long-standing annoyance with some of the tests giving
|
|
|
|
spurious failures intermittently. While I was here, emacs kindly
|
|
|
|
removed a lot of bogus whitespace and added copyright notices for
|
|
|
|
us:
|
|
|
|
|
|
|
|
* cdemo, demo, depdemo, f77demo, mdemo, mdemo2, pdemo, tagdemo:
|
|
|
|
Moved from here...
|
|
|
|
* tests/cdemo, tests/demo, tests/depdemo, tests/f77demo,
|
|
|
|
tests/mdemo, tests/mdemo2, tests/pdemo, tests/tagdemo: ...to
|
|
|
|
here.
|
|
|
|
* tests/defs: Factor much common functionality from the test
|
|
|
|
scripts into shell functions. Added a copyright notice.
|
|
|
|
* tests/assign.test, tests/cdemo-conf.test, tests/cdemo-exec.test,
|
|
|
|
tests/cdemo-make.test, tests/cdemo-shared.test,
|
|
|
|
tests/cdemo-static.test, tests/demo-conf.test,
|
|
|
|
tests/demo-deplibs.test, tests/demo-exec.test,
|
|
|
|
tests/demo-inst.test, tests/demo-make.test,
|
|
|
|
tests/demo-nofast.test, tests/demo-nopic.test,
|
|
|
|
tests/demo-pic.test, tests/demo-shared.test,
|
|
|
|
tests/demo-static.test, tests/demo-unst.test,
|
|
|
|
tests/depdemo-conf.test, tests/depdemo-exec.test,
|
|
|
|
tests/depdemo-inst.test, tests/depdemo-make.test,
|
|
|
|
tests/depdemo-nofast.test, tests/depdemo-shared.test,
|
|
|
|
tests/depdemo-static.test, tests/depdemo-unst.test,
|
|
|
|
tests/f77demo-conf.test, tests/f77demo-exec.test,
|
|
|
|
tests/f77demo-make.test, tests/f77demo-shared.test,
|
|
|
|
tests/f77demo-static.test, tests/link-2.test, tests/link.test,
|
|
|
|
tests/mdemo-conf.test, tests/mdemo-exec.test,
|
|
|
|
tests/mdemo-inst.test, tests/mdemo-make.test,
|
|
|
|
tests/mdemo-shared.test, tests/mdemo-static.test,
|
|
|
|
tests/mdemo-unst.test, tests/mdemo2-conf.test,
|
|
|
|
tests/mdemo2-exec.test, tests/mdemo2-make.test, tests/nomode.test,
|
|
|
|
tests/pdemo-conf.test, tests/pdemo-exec.test,
|
|
|
|
tests/pdemo-inst.test, tests/pdemo-make.test,
|
|
|
|
tests/pdemo-unst.test, tests/quote.test, tests/sh.test,
|
|
|
|
tests/suffix.test, tests/tagdemo-conf.test,
|
|
|
|
tests/tagdemo-exec.test, tests/tagdemo-make.test,
|
|
|
|
tests/tagdemo-shared.test, tests/tagdemo-static.test: Refactored
|
|
|
|
to use new functions in tests/defs. Added a copyright notice.
|
|
|
|
* tests/hardcode.test, noinst-link.test,
|
|
|
|
tests/relink.test, tests/relink.test,
|
|
|
|
tests/mdryrun.test: Ditto. Moved from here...
|
|
|
|
* tests/demo-hardcode.test, demo-noinst-link.test,
|
|
|
|
tests/demo-relink.test, tests/depdemo-relink.test,
|
|
|
|
tests/mdemo-dryrun.test: ...to here respectively.
|
|
|
|
* Makefile.am: Added a copyright notice.
|
|
|
|
* tests/sh.test: Check libtoolize.in for non-portabilities too.
|
|
|
|
* libtoolize.in: Fix non-portabilities found by tests/sh.test.
|
|
|
|
|
2003-10-12 00:51:46 +08:00
|
|
|
2003-10-12 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* m4/libtool.m4: Speed up max_cmd_len check.
|
|
|
|
|
2003-10-08 22:09:02 +08:00
|
|
|
2003-10-08 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libtoolize.in: AC_CONFIG_M4_DIR has landed in CVS autoconf.
|
|
|
|
Only it's called AC_CONFIG_MACRO_DIR. Search and replace.
|
|
|
|
Grumble. ;-)
|
|
|
|
|
2003-10-08 06:29:05 +08:00
|
|
|
2003-10-08 Scott James Remnant <scott@netsplit.com>
|
|
|
|
|
|
|
|
* libltdl/ltdl.c (lt_dlerror): change return value when
|
|
|
|
no error has occured to NULL to match documentation.
|
|
|
|
(Debian Bug #157229)
|
|
|
|
|
2003-10-08 01:13:42 +08:00
|
|
|
2003-10-07 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* ltmain.in: Don't suppress output of PIC mode compile if
|
|
|
|
-no-suppress option is given.
|
|
|
|
* doc/libtool.texi (Invoking libtool): Document it.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-08 01:03:15 +08:00
|
|
|
2003-10-07 Marcus Comstedt <marcus@mc.pp.se>
|
|
|
|
|
|
|
|
* m4/libtool.m4 [amigaos-ppc, amigaos-m68k]: Differentiate between
|
|
|
|
amigaos on ppc and m68k.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-08 00:32:58 +08:00
|
|
|
2003-10-07 Ralph Schleicher <rs@nunatak.allgaeu.org>
|
|
|
|
|
2003-10-08 00:48:23 +08:00
|
|
|
* ltmain.in: Do not create `.o' objects when `-shared' is
|
|
|
|
specified in compile mode.
|
|
|
|
Do not make a static library when `-shared' is specified in link
|
|
|
|
mode.
|
|
|
|
* doc/libtool.texi (Compile mode): Document it.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-08 00:32:58 +08:00
|
|
|
* doc/libtool.texi (Compile mode): Be more specific about the
|
|
|
|
effect of `-static'.
|
|
|
|
* ltmain.in: Do not create `.lo' objects when `-static' is
|
|
|
|
specified.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2003-10-07 22:34:45 +08:00
|
|
|
2003-10-07 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2003-10-07 22:51:06 +08:00
|
|
|
* doc/libtool.texi (Invoking libtool): Updated.
|
|
|
|
* ltmain.in: Add missing clean and finish modes to the shorthand
|
|
|
|
options.
|
|
|
|
|
2003-10-07 22:34:45 +08:00
|
|
|
* ltmain.in: Typo in the --mode shorthand.
|
|
|
|
|
2003-10-07 22:18:24 +08:00
|
|
|
2003-10-07 Scott James Remnant <scott@netsplit.com>
|
|
|
|
|
|
|
|
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Remove dead code
|
|
|
|
for platforms that have been using pass_all for some time now.
|
|
|
|
|
2003-10-07 19:12:16 +08:00
|
|
|
2003-10-07 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libtoolize.in: Completely rewritten.
|
|
|
|
* Makefile.am (AUTOMAKE_OPTIONS): Reduced to 1.7. The 1.8
|
|
|
|
requirement just made the distribution much smaller due to
|
|
|
|
m4_includes. 1.7 will bootstrap libtool just fine.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
|
|
|
2003-10-05 Peter O'Gorman <peter@pogma.com>,
|
2003-10-05 22:50:14 +08:00
|
|
|
Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* ltmain.in: Remove inferrence of mode, add shorthand for mode
|
|
|
|
choice.
|
|
|
|
|
2003-10-05 23:27:34 +08:00
|
|
|
* ltmain.in: Specifying -allow-undefined is now an error.
|
2003-10-07 19:12:16 +08:00
|
|
|
|
2003-09-29 19:54:45 +08:00
|
|
|
2003-09-29 Scott James Remnant <scott@netsplit.com>
|
|
|
|
|
|
|
|
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux*
|
|
|
|
solving many build problems on ARM, and hopefully preventing any
|
|
|
|
future ones.
|
|
|
|
(Debian Bug #191133 and #190569)
|
|
|
|
|
2003-09-29 18:57:57 +08:00
|
|
|
2003-09-29 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>,
|
2003-09-29 19:54:45 +08:00
|
|
|
Dalibor Topic <robilad@kaffe.org>
|
2003-09-29 18:57:57 +08:00
|
|
|
|
|
|
|
* libltdl/ltdl.c: Only include malloc.h if stdlib.h can not be
|
|
|
|
found.
|
|
|
|
|
2003-09-26 20:52:31 +08:00
|
|
|
2003-09-26 Alfred M. Szmidt <ams@kemisten.nu>
|
2003-09-29 19:54:45 +08:00
|
|
|
|
2003-09-26 20:52:31 +08:00
|
|
|
* mdemo2/Makefile.am (INCLUDES): Include `$(top_srcdir)/../libltdl'
|
|
|
|
instead of `../libltdl'.
|
|
|
|
|
* bootstrap: Rewritten to use autoreconf.
* config.guess, config.sub, mkstamp: Moved from here...
* config/config.guess, config/config.sub, config/mkstamp: ...to
here, respectively.
* libtool.m4, ltdl.m4: Moved from here...
* m4/libtool.m4, m4/ltdl.m4: ...to here, respectively.
* configure.ac: Removed various acinclude.m4 hackery, as these
files are no longer needed with automake 1.8.
* Makefile.am: Removed various acinclude.m4 hackery, as these
files are no longer needed with automake 1.8.
(AUTOMAKE_OPTIONS): Require CVS automake.
(CONF_SUBDIRS, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, FFLAGS, FLIBS):
Automake now makes a Make variable from every AC_SUBST, so these
are NOP.
(aclocal_macros): These files are now in their own m4 subdir.
Changed all clients.
(EXTRA_DIST): mkstamp has moved to the new config subdir. Changed
all clients.
(pkgdata_SCRIPTS): Ditto wrt config.guess and config.sub.
(pkgdata_DATA): Ditto wrt ltmain.sh.
* f77demo/configure.ac, libltdl/configure.ac (AM_CONFIG_HEADER):
Is deprecated in favour of AC_CONFIG_HEADERS. Updated to the
latter.
* Makefile.am, cdemo/Makefile.am, demo/Makefile.am,
depdemo/Makefile.am, f77demo/Makefile.am, mdemo/Makefile.am,
mdemo2/Makefile.am, pdemo/Makefile.am, tagdemo/Makefile.am
(EXTRA_DIST): Remove acinclude.m4.
(ACLOCAL_AMFLAGS): Search new `m4' macro directory.
* configure.ac, cdemo/configure.ac, demo/configure.ac,
depdemo/configure.ac, f77demo/configure.ac, mdemo/configure.ac,
mdemo2/configure.ac, pdemo/configure.ac, tagdemo/configure.ac
(AC_CONFIG_AUX_DIR): Declare that config helper scripts are now
kept in the new config subdir.
* libltdl/configure.ac (AC_CONFIG_AUX_DIR): Removed. Defaults to
`.' anyway.
2003-09-25 19:22:29 +08:00
|
|
|
2003-09-24 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* bootstrap: Rewritten to use autoreconf.
|
|
|
|
* config.guess, config.sub, mkstamp: Moved from here...
|
|
|
|
* config/config.guess, config/config.sub, config/mkstamp: ...to
|
|
|
|
here, respectively.
|
|
|
|
* libtool.m4, ltdl.m4: Moved from here...
|
|
|
|
* m4/libtool.m4, m4/ltdl.m4: ...to here, respectively.
|
|
|
|
* configure.ac: Removed various acinclude.m4 hackery, as these
|
|
|
|
files are no longer needed with automake 1.8.
|
|
|
|
* Makefile.am: Removed various acinclude.m4 hackery, as these
|
|
|
|
files are no longer needed with automake 1.8.
|
|
|
|
(AUTOMAKE_OPTIONS): Require CVS automake.
|
|
|
|
(CONF_SUBDIRS, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, FFLAGS, FLIBS):
|
|
|
|
Automake now makes a Make variable from every AC_SUBST, so these
|
|
|
|
are NOP.
|
|
|
|
(aclocal_macros): These files are now in their own m4 subdir.
|
|
|
|
Changed all clients.
|
|
|
|
(EXTRA_DIST): mkstamp has moved to the new config subdir. Changed
|
|
|
|
all clients.
|
|
|
|
(pkgdata_SCRIPTS): Ditto wrt config.guess and config.sub.
|
|
|
|
(pkgdata_DATA): Ditto wrt ltmain.sh.
|
|
|
|
* f77demo/configure.ac, libltdl/configure.ac (AM_CONFIG_HEADER):
|
|
|
|
Is deprecated in favour of AC_CONFIG_HEADERS. Updated to the
|
|
|
|
latter.
|
|
|
|
* Makefile.am, cdemo/Makefile.am, demo/Makefile.am,
|
|
|
|
depdemo/Makefile.am, f77demo/Makefile.am, mdemo/Makefile.am,
|
|
|
|
mdemo2/Makefile.am, pdemo/Makefile.am, tagdemo/Makefile.am
|
|
|
|
(EXTRA_DIST): Remove acinclude.m4.
|
|
|
|
(ACLOCAL_AMFLAGS): Search new `m4' macro directory.
|
|
|
|
* configure.ac, cdemo/configure.ac, demo/configure.ac,
|
|
|
|
depdemo/configure.ac, f77demo/configure.ac, mdemo/configure.ac,
|
|
|
|
mdemo2/configure.ac, pdemo/configure.ac, tagdemo/configure.ac
|
|
|
|
(AC_CONFIG_AUX_DIR): Declare that config helper scripts are now
|
|
|
|
kept in the new config subdir.
|
|
|
|
* libltdl/configure.ac (AC_CONFIG_AUX_DIR): Removed. Defaults to
|
|
|
|
`.' anyway.
|
|
|
|
|
2003-09-21 20:50:48 +08:00
|
|
|
2003-09-21 Robert Millan <robertmh@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4: Add GNU/KNetBSD support.
|
|
|
|
* ltdl.m4: Likewise.
|
|
|
|
|
2003-09-13 20:02:04 +08:00
|
|
|
2003-09-13 Scott James Remnant <scott@netsplit.com>
|
|
|
|
|
|
|
|
* libtool.m4: allow STRIP to contain spaces and additional
|
|
|
|
arguments. (Debian Bug #183055)
|
|
|
|
* ltmain.in: include newline in "sensible default" for IFS.
|
* bootstrap: Rewritten to use autoreconf.
* config.guess, config.sub, mkstamp: Moved from here...
* config/config.guess, config/config.sub, config/mkstamp: ...to
here, respectively.
* libtool.m4, ltdl.m4: Moved from here...
* m4/libtool.m4, m4/ltdl.m4: ...to here, respectively.
* configure.ac: Removed various acinclude.m4 hackery, as these
files are no longer needed with automake 1.8.
* Makefile.am: Removed various acinclude.m4 hackery, as these
files are no longer needed with automake 1.8.
(AUTOMAKE_OPTIONS): Require CVS automake.
(CONF_SUBDIRS, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, FFLAGS, FLIBS):
Automake now makes a Make variable from every AC_SUBST, so these
are NOP.
(aclocal_macros): These files are now in their own m4 subdir.
Changed all clients.
(EXTRA_DIST): mkstamp has moved to the new config subdir. Changed
all clients.
(pkgdata_SCRIPTS): Ditto wrt config.guess and config.sub.
(pkgdata_DATA): Ditto wrt ltmain.sh.
* f77demo/configure.ac, libltdl/configure.ac (AM_CONFIG_HEADER):
Is deprecated in favour of AC_CONFIG_HEADERS. Updated to the
latter.
* Makefile.am, cdemo/Makefile.am, demo/Makefile.am,
depdemo/Makefile.am, f77demo/Makefile.am, mdemo/Makefile.am,
mdemo2/Makefile.am, pdemo/Makefile.am, tagdemo/Makefile.am
(EXTRA_DIST): Remove acinclude.m4.
(ACLOCAL_AMFLAGS): Search new `m4' macro directory.
* configure.ac, cdemo/configure.ac, demo/configure.ac,
depdemo/configure.ac, f77demo/configure.ac, mdemo/configure.ac,
mdemo2/configure.ac, pdemo/configure.ac, tagdemo/configure.ac
(AC_CONFIG_AUX_DIR): Declare that config helper scripts are now
kept in the new config subdir.
* libltdl/configure.ac (AC_CONFIG_AUX_DIR): Removed. Defaults to
`.' anyway.
2003-09-25 19:22:29 +08:00
|
|
|
(Debian Bug #98492 and #95447)
|
2003-09-13 20:02:04 +08:00
|
|
|
|
2003-09-11 20:43:30 +08:00
|
|
|
2003-09-11 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* AUTHORS, THANKS: Added myself to AUTHORS, removed from THANKS.
|
|
|
|
|
2003-09-10 16:40:42 +08:00
|
|
|
2003-09-10 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
2003-09-10 23:13:36 +08:00
|
|
|
* mdemo2/configure.ac: Use AC_LIBTOOL_DLOPEN.
|
|
|
|
* mdemo2/main.c: Use LTDL_SET_PRELOADED_SYMBOLS().
|
|
|
|
* mdemo2/Makefile.am: Set INCLUDES properly and add -dlopen force
|
|
|
|
to make sure the symbols file is included in the link line.
|
|
|
|
|
2003-09-10 16:40:42 +08:00
|
|
|
* ltmain.in: Accept -framework for darwin and put it in
|
|
|
|
dependency_libs. For non-installed .la's try to avoid having
|
|
|
|
./.libs/.libs/libfoo.so on the link line.
|
|
|
|
|
2003-09-10 15:48:02 +08:00
|
|
|
2003-09-10 Arne Woerner <woerner@mediabase-gmbh.de>
|
|
|
|
|
|
|
|
* libtool.m4 [openbsd]: openbsd 3.x needs versioning information.
|
|
|
|
|
2003-08-30 01:07:17 +08:00
|
|
|
2003-08-29 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* bootstrap: Typo.
|
|
|
|
|
2003-08-29 22:09:50 +08:00
|
|
|
2003-08-29 Alexandre Duret-Lutz <adl@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (_LT_AC_LANG_C_CONFIG): Fix unquoted call to
|
|
|
|
_LT_AC_LANG_C_CONFIG.
|
|
|
|
(AC_PROG_EGREP): Remove, now that Libtool requires Autoconf 2.56.
|
|
|
|
* bootstrap: Issue an upgrade warning.
|
2003-09-10 16:40:42 +08:00
|
|
|
|
2003-08-28 00:24:44 +08:00
|
|
|
2003-08-27 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (_LT_AC_CHECK_DLFCN): Use the interrim new
|
|
|
|
AC_CHECK_HEADER with compiler rather than preprocessor.
|
|
|
|
(AC_LIBTOOL_SETUP): ...which was introduced in autoconf-2.56, so
|
|
|
|
we AC_PREREQ that version.
|
|
|
|
* ltdl.m4 (AC_WITH_LTDL, AC_LIB_LTDL, AC_LTDL_FUNC_ARGZ): Ditto.
|
|
|
|
|
2003-08-27 22:56:07 +08:00
|
|
|
2003-08-27 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
Work around a bug in AU_ALIAS in CVS Autoconf that inserts a
|
|
|
|
newline just before AC_FD_CC, by hand updating:
|
|
|
|
|
|
|
|
* ltdl.m4 (AC_LTDL_SYMBOL_USCORE): s/AC_FD_CC/AS_MESSAGE_LOG_FD/g.
|
|
|
|
|
2003-08-06 00:05:01 +08:00
|
|
|
2003-08-05 Jim Pick <jim@kaffe.org>,
|
|
|
|
Ito Kazumitsu <kaz@maczuka.gcd.org>,
|
|
|
|
Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
Much as we have tried not to make it the callers' responsibility
|
|
|
|
to maintain an lt_dlrealloc function pointer, it is too difficult
|
|
|
|
to implement realloc as malloc/memcpy/free without knowing the
|
|
|
|
size of the original block. rpl_realloc has been deprecated since
|
|
|
|
2002-10-30, but kaffe has real failures with that so it's time to
|
|
|
|
bite the bullet. Caller gets to maintain lt_dlrealloc:
|
|
|
|
|
|
|
|
* NEWS (1.5.1): Updated.
|
|
|
|
* libltdl/ltdl.c (LT_DLREALLOC): Use lt_dlrealloc so the user can
|
|
|
|
update the function pointer to match lt_dlmalloc.
|
|
|
|
(lt_emalloc): Use lt_dlrealloc rather than hardcoding realloc.
|
|
|
|
* doc/libtool.texi (Libltdl interface): Describe lt_dlrealloc now
|
|
|
|
that it too has become part of the exported interface to libltdl.
|
|
|
|
|
2003-08-02 03:08:14 +08:00
|
|
|
2003-08-01 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4 (darwin): Use "-undefined dynamic_lookup" if the
|
2003-08-06 00:05:01 +08:00
|
|
|
user set MACOSX_DEPLOYMENT_TARGET to 10.3 or greater.
|
2003-08-02 03:08:14 +08:00
|
|
|
* libltdl/ltdl.c (dyld): Save the error from the first lookup
|
|
|
|
to report in lt_dlerror(). Otherwise the error is always
|
|
|
|
"Symbol _foo not in /usr/lib/libSystem.dylib".
|
|
|
|
Thanks to Chris Zubrzycki for reporting this.
|
|
|
|
|
2003-08-02 02:31:55 +08:00
|
|
|
2003-08-01 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libltdl/ltdl.h: Tweak the header to support visual studio.
|
|
|
|
|
* ltmain.in: Provide absolute paths for dlopen and dlpreopen
files in generating uninstalled libtool libraries.
* mdemo2/main.c, mdemo2/Makefile.am, mdemo2/README,
mdemo2/configure.ac, mdemo2/.cvsignore, mdemo/mlib.c,
tests/mdemo2-conf.test, tests/mdemo2-exec.test,
tests/mdemo2-make.test: New files for testing above feature.
* configure.ac, bootstrap, tests/Makefile.am: Accomodate new
test directory.
* mdemo/Makefile.am: Build libmlib.la for mdemo2 tests.
2003-08-01 04:41:35 +08:00
|
|
|
2003-07-31 Greg Eisenhauer <eisen@cc.gatech.edu>
|
|
|
|
|
|
|
|
* ltmain.in: Provide absolute paths for dlopen and dlpreopen
|
|
|
|
files in generating uninstalled libtool libraries.
|
|
|
|
* mdemo2/main.c, mdemo2/Makefile.am, mdemo2/README,
|
|
|
|
mdemo2/configure.ac, mdemo2/.cvsignore, mdemo/mlib.c,
|
|
|
|
tests/mdemo2-conf.test, tests/mdemo2-exec.test,
|
|
|
|
tests/mdemo2-make.test: New files for testing above feature.
|
|
|
|
* configure.ac, bootstrap, tests/Makefile.am: Accomodate new
|
|
|
|
test directory.
|
|
|
|
* mdemo/Makefile.am: Build libmlib.la for mdemo2 tests.
|
|
|
|
|
2003-07-31 05:56:08 +08:00
|
|
|
2003-07-30 Tony Wyatt <wyattaw@optushome.com.au>
|
2003-07-31 07:00:48 +08:00
|
|
|
|
2003-07-31 05:56:08 +08:00
|
|
|
* libtool.m4: Remove parentheses around finish_eval part which
|
|
|
|
broke on amigaos pdksh.
|
|
|
|
|
2003-07-31 02:41:31 +08:00
|
|
|
2003-07-30 Christiaan Welvaart <cjw@daneel.dyndns.org>
|
|
|
|
|
|
|
|
* tests/dryrun.test: Ignore any 'total' line from "ls -l" output.
|
|
|
|
|
2003-07-31 02:40:25 +08:00
|
|
|
2003-07-30 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Correctly remove IRIX C++
|
|
|
|
template files.
|
|
|
|
|
2003-07-30 23:11:17 +08:00
|
|
|
2003-07-24 Robert Millan <robertmh@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4: More fixes for the new GNU/FreeBSD triplet.
|
|
|
|
|
2003-07-15 08:05:21 +08:00
|
|
|
2003-07-14 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
|
|
|
|
|
|
|
* config.guess, config.sub: Synchronized from ftp.gnu.org since
|
|
|
|
Robert Millan's patch requires it.
|
|
|
|
|
|
|
|
2003-07-14 Robert Millan <zeratul2@wanadoo.es>
|
|
|
|
|
|
|
|
* libtool.m4: Fixed to use the new GNU/FreeBSD triplet.
|
|
|
|
* ltdl.m4: Fixed to use the new GNU/FreeBSD triplet.
|
|
|
|
* ltmain.in: Remove GNU/FreeBSD cases, which are no longer needed.
|
|
|
|
|
|
|
|
2003-07-14 Andreas Schwab <schwab@suse.de>
|
2003-07-15 06:51:59 +08:00
|
|
|
|
|
|
|
* libtool.m4 (_LT_AC_LOCK): Also match powerpc64-*linux* in
|
|
|
|
addition to ppc64-*linux*. From Markus Meissner
|
|
|
|
<meissner@bogus.example.com>.
|
|
|
|
|
2003-07-15 05:00:32 +08:00
|
|
|
2003-07-14 Dalibor Topic <robilad@yahoo.com>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): For AmigaOS with pdksh,
|
|
|
|
set the maximum command line length to 8K since otherwise the test
|
|
|
|
takes over an hour to run.
|
|
|
|
|
2003-06-26 14:55:19 +08:00
|
|
|
2003-06-25 Alexandre Oliva <aoliva@redhat.com>, Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
|
|
|
* libtool.m4: Replace mis-uses of path with pathname.
|
|
|
|
(AC_PROG_LD_GNU): Don't quote $LD when running it.
|
|
|
|
(_LT_AC_LANG_CXX_CONFIG): Use -nostdlib also when linking with g++
|
|
|
|
and non-GNU ld.
|
|
|
|
|
2003-06-11 22:23:41 +08:00
|
|
|
2003-06-11 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2003-06-12 00:33:49 +08:00
|
|
|
* libtool.m4 (AC_LIBTOOL_COMPILER_OPTION): Require LT_AC_PROG_SED to
|
|
|
|
ensure $SED is set by the time it is used.
|
|
|
|
|
2003-06-11 23:09:24 +08:00
|
|
|
* ChangeLog: Restore missing entries from 2003-04-22.
|
|
|
|
|
2003-06-11 22:23:41 +08:00
|
|
|
* NEWS: Sychronised from branch-1-5.
|
|
|
|
|
|
|
|
2003-06-03 Benjamin Reed <ranger@befunk.com>
|
2003-06-04 02:20:37 +08:00
|
|
|
|
|
|
|
* ltmain.in: search libraries in the order of preference, rather
|
|
|
|
than picking .la's even if they're in a less preferred directory.
|
2003-08-06 00:05:01 +08:00
|
|
|
|
2003-06-04 02:14:08 +08:00
|
|
|
2003-06-03 Robert Millan <rmh@debian.org>
|
|
|
|
|
|
|
|
* ltdl.m4: Add support for GNU/FreeBSD.
|
|
|
|
* ltmain.in: Add support for GNU/FreeBSD.
|
|
|
|
|
2003-06-04 01:31:52 +08:00
|
|
|
2003-06-03 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4: No need to use sed to remove leading comma when
|
|
|
|
appending to $tagnames.
|
|
|
|
|
* tests/defs, tests/demo-conf.test, tests/demo-nofast.test,
tests/demo-nopic.test, tests/demo-pic.test,
tests/demo-shared.test, tests/demo-static.test,
tests/depdemo-conf.test, tests/depdemo-nofast.test,
tests/depdemo-shared.test, tests/depdemo-static.test:
Pass build system type to tests to support environment
where default system type not equal to build system type
(eg. 64-bit HP-UX).
2003-06-03 23:44:14 +08:00
|
|
|
2003-06-03 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* tests/defs, tests/demo-conf.test, tests/demo-nofast.test,
|
|
|
|
tests/demo-nopic.test, tests/demo-pic.test,
|
|
|
|
tests/demo-shared.test, tests/demo-static.test,
|
|
|
|
tests/depdemo-conf.test, tests/depdemo-nofast.test,
|
|
|
|
tests/depdemo-shared.test, tests/depdemo-static.test:
|
|
|
|
Pass build system type to tests to support environment
|
|
|
|
where default system type not equal to build system type
|
|
|
|
(eg. 64-bit HP-UX).
|
|
|
|
|
2003-06-03 23:36:58 +08:00
|
|
|
2003-06-03 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4 (darwin): Remove checks for Apple-specific gcc.
|
2003-08-06 00:05:01 +08:00
|
|
|
* libltdl/ltdl.c (HAVE_MACH_O_DYLD_H): #define
|
2003-06-03 23:36:58 +08:00
|
|
|
__private_extern__ for fsf gcc.
|
|
|
|
* ltmain.in (darwin): Only add new paths to newlib_search_path.
|
|
|
|
|
2003-06-03 23:26:53 +08:00
|
|
|
2003-06-03 Max Bowsher <maxb@ukf.net>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Reorder cygwin's
|
|
|
|
system library search path.
|
|
|
|
|
2003-06-02 12:42:34 +08:00
|
|
|
2003-06-01 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Match all qnx-nto
|
|
|
|
as recent config.guess returns a slightly different string.
|
|
|
|
* ltmain.in: Replace use of "od" with tr.
|
|
|
|
|
2003-05-30 23:25:10 +08:00
|
|
|
2003-05-30 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libltdl/ltdl.c (argz_insert): Corrected an off by one error when
|
|
|
|
checking that before is not out of range.
|
|
|
|
|
2003-05-30 23:21:46 +08:00
|
|
|
2003-05-29 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
* libltdl/ltdl.c (lt_int_dyld_lib_install_name): Removed unused
|
|
|
|
variable mh1.
|
|
|
|
(sys_dyld_close): Removed unused variable size.
|
|
|
|
|
2003-05-21 12:45:25 +08:00
|
|
|
2003-05-21 Bruno Haible <bruno@clisp.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
|
|
|
|
GNU/FreeBSD.
|
|
|
|
|
2003-06-11 23:09:24 +08:00
|
|
|
2003-04-22 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
|
|
|
|
mips*-linux* variants.
|
|
|
|
|
|
|
|
2003-04-22 Samuel Meder <meder@mcs.anl.gov>
|
|
|
|
|
|
|
|
* libtool.m4 Switch on $CC and add paterns to cases.
|
|
|
|
|
|
|
|
2003-04-22 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4: Move the AC_LIBTOOL_SYS_DYNAMIC_LINKER check
|
|
|
|
to be before AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH, becuase the
|
|
|
|
value of shlibpath_overrides_runpath is used in the HARDCODE
|
|
|
|
test and is set in the DYNAMIC_LINKER test.
|
|
|
|
* ltmain.in [darwin]: We never need to relink on darwin.
|
|
|
|
|
|
|
|
2003-04-22 Samuel Meder <meder@mcs.anl.gov>
|
|
|
|
|
|
|
|
* libtool.m4: Switch on $CC and add patterns to cases.
|
|
|
|
|
2003-04-22 12:57:10 +08:00
|
|
|
2003-04-21 Richard Dawe <rich@phekda.freeserve.co.uk>
|
|
|
|
|
|
|
|
* doc/libtool.texi: Use @ifnottex instead of @ifinfo,
|
|
|
|
to allow production of HTML documentation using makeinfo.
|
|
|
|
|
2003-04-15 13:48:18 +08:00
|
|
|
2003-04-14 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* NEWS: Updated.
|
|
|
|
* configure.ac: Bumped version to 1.5a.
|
|
|
|
|
|
|
|
GNU libtool 1.5 was released.
|
|
|
|
|
|
|
|
* configure.ac: Bumped version to 1.5.
|
|
|
|
* NEWS: updated.
|
|
|
|
* README-alpha: Updated upload instructions.
|
|
|
|
* README: Changed typo in version description.
|
|
|
|
* config.guess, config.sub, texinfo.tex: Synchronized from
|
|
|
|
ftp.gnu.org.
|
2003-08-06 00:05:01 +08:00
|
|
|
|
2003-04-15 13:48:18 +08:00
|
|
|
|
2003-04-11 10:15:48 +08:00
|
|
|
2003-04-10 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
|
|
|
|
mips*-linux* variants.
|
|
|
|
|
2003-04-10 11:49:44 +08:00
|
|
|
2003-04-09 Samuel Meder <meder@mcs.anl.gov>
|
|
|
|
|
|
|
|
* libtool.m4 Switch on $CC and add paterns to cases.
|
|
|
|
|
2003-04-10 01:54:06 +08:00
|
|
|
2003-04-09 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4: Move the AC_LIBTOOL_SYS_DYNAMIC_LINKER check
|
|
|
|
to be before AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH, becuase the
|
|
|
|
value of shlibpath_overrides_runpath is used in the HARDCODE
|
|
|
|
test and is set in the DYNAMIC_LINKER test.
|
|
|
|
* ltmain.in(darwin): We never need to relink on darwin.
|
|
|
|
|
2003-04-10 00:32:12 +08:00
|
|
|
2003-04-09 Samuel Meder <meder@mcs.anl.gov>
|
|
|
|
|
|
|
|
* libtool.m4 Switch on `basename $CC` not $CC
|
|
|
|
|
2003-04-06 03:32:58 +08:00
|
|
|
2003-04-05 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4: if ZSH_VERSION is set then setopt NO_GLOB_SUBST so
|
|
|
|
libtool works. Remove zsh echo test code, don't bother checking
|
|
|
|
for zsh anymore in the darwin archive_expsym_cmds.
|
|
|
|
|
2003-04-06 03:30:34 +08:00
|
|
|
2003-04-05 Allan Sandfeld Jensen <snowwolf@one2one-networks.com>
|
|
|
|
|
|
|
|
* libtool.m4: Switch on $CC not $cc_basename.
|
|
|
|
|
2003-04-03 13:45:22 +08:00
|
|
|
2003-04-02 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* tests/defs: Quote $DJGPP to prevent problems with some shells.
|
|
|
|
Pointed out by Albert Chin <libtool@thewrittenword.com>
|
|
|
|
|
2003-04-03 00:44:38 +08:00
|
|
|
2003-04-01 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4: Fix the echo test which I broke earlier.
|
|
|
|
* ltmain.in: Make DESTDIR work on darwin, don't use otool.
|
|
|
|
|
2003-04-01 01:36:01 +08:00
|
|
|
2003-03-31 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* ltmain.in: New flag -version-number to be used for maintaining
|
|
|
|
compatability with a previously non-Libtool versioning scheme.
|
|
|
|
* doc/libtool.texi: Document it.
|
|
|
|
|
2003-04-01 00:06:45 +08:00
|
|
|
2003-03-31 Naofumi Yasufuku <naofumi@yasufuku.net>
|
|
|
|
|
|
|
|
* ltmain.in (win32_libid): Fixed sed expression error in
|
|
|
|
win32_nmres evaluation.
|
|
|
|
|
2003-03-31 23:44:14 +08:00
|
|
|
2003-03-31 Albert Chin <libtool@thewrittenword.com>
|
|
|
|
|
2003-04-01 01:36:26 +08:00
|
|
|
* ltmain.in: Don't pass -R flags found in a .la's dependency_libs
|
2003-03-31 23:44:14 +08:00
|
|
|
variable directly down to the linker.
|
|
|
|
Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
|
|
|
|
|
* Makefile.am: Define CONF_SUBDIRS.
* tests/defs: Set CONFIG_SITE to /nonexistent, except on DJGPP,
which requires its config.site, to work correctly.
* tests/cdemo-conf.test, tests/cdemo-shared.test,
tests/cdemo-static.test, tests/demo-conf.test,
tests/demo-nofast.test, tests/demo-nopic.test,
tests/demo-pic.test, tests/demo-shared.test,
tests/demo-static.test, tests/depdemo-conf.test,
tests/depdemo-nofast.test, tests/depdemo-shared.test,
tests/depdemo-static.test, tests/f77demo-conf.test,
tests/f77demo-shared.test, tests/f77demo-static.test,
tests/mdemo-conf.test, tests/mdemo-shared.test,
tests/mdemo-static.test, tests/pdemo-conf.test,
tests/tagdemo-conf.test, tests/tagdemo-shared.test,
tests/tagdemo-static.test: Don't set CONFIG_SITE, now that
tests/defs sets it.
* tests/cdemo-exec.test, tests/demo-exec.test,
tests/demo-inst.test, tests/depdemo-exec.test,
tests/depdemo-inst.test, tests/f77demo-exec.test,
tests/mdemo-exec.test, tests/mdemo-inst.test,
tests/pdemo-exec.test, tests/pdemo-inst.test,
tests/tagdemo-exec.test: When checking for the existence
of executables, use the executable file extension from $EXEEXT.
2003-03-29 13:06:46 +08:00
|
|
|
2003-03-28 Richard Dawe <rich@phekda.freeserve.co.uk>
|
|
|
|
|
|
|
|
* Makefile.am: Define CONF_SUBDIRS.
|
|
|
|
* tests/defs: Set CONFIG_SITE to /nonexistent, except on DJGPP,
|
|
|
|
which requires its config.site, to work correctly.
|
|
|
|
* tests/cdemo-conf.test, tests/cdemo-shared.test,
|
|
|
|
tests/cdemo-static.test, tests/demo-conf.test,
|
|
|
|
tests/demo-nofast.test, tests/demo-nopic.test,
|
|
|
|
tests/demo-pic.test, tests/demo-shared.test,
|
|
|
|
tests/demo-static.test, tests/depdemo-conf.test,
|
|
|
|
tests/depdemo-nofast.test, tests/depdemo-shared.test,
|
|
|
|
tests/depdemo-static.test, tests/f77demo-conf.test,
|
|
|
|
tests/f77demo-shared.test, tests/f77demo-static.test,
|
|
|
|
tests/mdemo-conf.test, tests/mdemo-shared.test,
|
|
|
|
tests/mdemo-static.test, tests/pdemo-conf.test,
|
|
|
|
tests/tagdemo-conf.test, tests/tagdemo-shared.test,
|
|
|
|
tests/tagdemo-static.test: Don't set CONFIG_SITE, now that
|
|
|
|
tests/defs sets it.
|
|
|
|
* tests/cdemo-exec.test, tests/demo-exec.test,
|
|
|
|
tests/demo-inst.test, tests/depdemo-exec.test,
|
|
|
|
tests/depdemo-inst.test, tests/f77demo-exec.test,
|
|
|
|
tests/mdemo-exec.test, tests/mdemo-inst.test,
|
|
|
|
tests/pdemo-exec.test, tests/pdemo-inst.test,
|
|
|
|
tests/tagdemo-exec.test: When checking for the existence
|
|
|
|
of executables, use the executable file extension from $EXEEXT.
|
|
|
|
|
2003-03-29 12:09:00 +08:00
|
|
|
2003-03-28 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libltdl/ltdl.c (dyld): Remove some debug printf's, fix a bug.
|
|
|
|
* ltmain.in (darwin): Only link against shared libraries when doing
|
|
|
|
link_all_deplibs.
|
|
|
|
|
2003-03-26 07:53:38 +08:00
|
|
|
2003-03-25 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* bootstrap: Add f77demo to the directories that AUTOHEADER
|
|
|
|
is run in.
|
|
|
|
|
2003-03-22 14:46:07 +08:00
|
|
|
2003-03-21 Wesley W. Terpstra <terpstra@ito.tu-darmstadt.de>
|
|
|
|
|
|
|
|
* ltmain.in: Don't accumulate directory information in clean mode.
|
|
|
|
Include properly pathed wrapper script.
|
|
|
|
|
2003-03-22 14:34:27 +08:00
|
|
|
2003-03-21 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* README: Remove "Important" information about patching automake.
|
|
|
|
* configure.ac: Fix misapplied patch in last commit
|
|
|
|
* libtool.m4 (darwin): Check compiler is apple gcc, add -single_module
|
|
|
|
support so that dyloading c++ shared libraries will work.
|
|
|
|
* libtool.m4 (_LT_AC_TAGCONFIG): Add test -n to the tests so that
|
|
|
|
it will work outside of libtool.
|
|
|
|
* doc/PLATFORMS: Add darwin
|
|
|
|
* f77demo/configure.ac: Add config.h which was misapplied previously.
|
|
|
|
|
2003-03-21 04:24:21 +08:00
|
|
|
2003-03-20 Peter O'Gorman <peter@pogma.com>
|
2003-05-30 23:21:46 +08:00
|
|
|
|
2003-03-21 04:24:21 +08:00
|
|
|
* ltmain.in: Always use $echo not echo for consistency.
|
|
|
|
Changes for darwin building. Warn if linking against libs linked
|
|
|
|
with -module. Use module_cmds if available and building a module,
|
|
|
|
move convenience double lib check,
|
|
|
|
* libltdl/ltdl.c: ltdl support for darwin (first blush)
|
|
|
|
* libltdl/README: note that darwin is supported
|
|
|
|
* ltdl.m4: Changes for darwin, and for new shrext
|
|
|
|
* libtool.m4: Changed the way darwin builds stuff (make check passes)
|
|
|
|
added module_cmds, module_expsym_cmds and hardcode_automatic and put
|
|
|
|
them in the libtool script. check for zsh's removal of escapes. Allow
|
|
|
|
libraries to be stripped on darwin.
|
|
|
|
* TODO: Remove the todo about zsh's removal of excapes. note that zsh
|
|
|
|
echo works perfectly well, eval is screwed up. Seems to be fixed in
|
|
|
|
latest zsh.
|
|
|
|
* THANKS: added self :)
|
|
|
|
* f77demo/configure.ac: Use config.h or it doesn't work.
|
|
|
|
|
2003-03-21 02:02:05 +08:00
|
|
|
2003-03-19 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (_LT_AC_TAGCONFIG): Add test around the macro that
|
|
|
|
adds tags to the libtool script so that they won't run when not
|
|
|
|
needed.
|
|
|
|
* configure.ac: Set F77 to no when no Fortran compiler is found.
|
|
|
|
|
2003-03-17 08:52:48 +08:00
|
|
|
2003-03-16 Charles Wilson <cwilson@ece.gatech.edu>
|
|
|
|
|
|
|
|
* ltmain.in (win32_libid): use $SED, not head.
|
|
|
|
|
2003-03-02 18:13:46 +08:00
|
|
|
2003-03-02 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_PROG_LD): Use $CC instead of GCC.
|
|
|
|
(_LT_AC_LANG_CXX_CONFIG): Preserve variables used by AC_PROG_LD,
|
|
|
|
and reset them for a C++ environment. Use the with_gnu_ld setting
|
|
|
|
from AC_PROG_LD.
|
|
|
|
|
2003-02-28 23:27:35 +08:00
|
|
|
2003-02-28 Ralph Schleicher <rs@nunatak.allgaeu.org>
|
|
|
|
|
|
|
|
* ltmain.in: Only append a dot to the wrapper script when
|
|
|
|
building on cygwin/MSYS (check for $build, not $host).
|
|
|
|
|
2003-02-28 11:01:33 +08:00
|
|
|
2003-02-27 Samuel Meder <meder@mcs.anl.gov>
|
|
|
|
|
|
|
|
* libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
|
|
|
|
Linux.
|
|
|
|
|
2003-02-28 10:57:07 +08:00
|
|
|
2003-02-27 Benjamin Reed <ranger@befunk.com>
|
|
|
|
|
|
|
|
* THANKS: Added people who have submitted 3 or more patches
|
|
|
|
to libtool to the THANKS file.
|
|
|
|
* README: Added notes about the Darwin (MacOSX) support.
|
|
|
|
|
2003-02-26 15:01:40 +08:00
|
|
|
2003-02-25 Bob McElrath <bob+libtool@mcelrath.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): Add support for
|
|
|
|
the Compaq C compiler for Alpha Linux.
|
|
|
|
|
2003-02-26 12:26:10 +08:00
|
|
|
2003-02-25 Benjamin Reed <ranger@befunk.com>
|
|
|
|
|
|
|
|
* libtool.m4 (darwin): Disable hardcoding library paths to
|
|
|
|
make relinking unnecessary.
|
|
|
|
|
2003-02-25 08:30:28 +08:00
|
|
|
2003-02-24 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libltdl/configure.ac: Use AC_CONFIG_AUX_DIR([.]) to place
|
|
|
|
auxilary files in the libltdl directory.
|
|
|
|
* Makefile.am: Add to the ltmain.sh rule to copy it into the
|
|
|
|
libltdl subdirectory.
|
|
|
|
* bootstrap: Explicitly handle ltmain.sh in libltdl, and pass
|
|
|
|
--copy to automake.
|
|
|
|
|
2003-02-25 07:49:07 +08:00
|
|
|
2003-02-24 Ralph Schleicher <rs@nunatak.allgaeu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SETUP): Check for ar.
|
|
|
|
|
2003-02-24 07:49:34 +08:00
|
|
|
2003-02-23 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* libtool.m4 (darwin): Revamp darwin platform support.
|
|
|
|
* ltdl.m4 (darwin): Support dlcompat if found.
|
|
|
|
* ltmain.in: Make sure ranlib is run if needed when piecewise
|
|
|
|
linking.
|
|
|
|
|
2003-02-24 00:15:49 +08:00
|
|
|
2003-02-23 Alexandre Duret-Lutz <adl@gnu.org>
|
|
|
|
|
|
|
|
* ltmain.in (--help): Show mailing-address for bug reports.
|
|
|
|
(--version): Mention only the most recent copyright year.
|
|
|
|
* libtoolize.in (--help): Show mailing-address for bug reports.
|
|
|
|
(--version): Mention only the most recent copyright year.
|
|
|
|
|
2003-02-20 07:27:46 +08:00
|
|
|
2003-02-19 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
2003-03-02 18:13:46 +08:00
|
|
|
* libtool.m4 (AC_PROG_LD): Use $CC instead of GCC.
|
|
|
|
(_LT_AC_LANG_CXX_CONFIG): Preserve variables used by AC_PROG_LD,
|
|
|
|
and reset them for a C++ environment. Use the with_gnu_ld setting
|
|
|
|
from AC_PROG_LD.
|
2003-05-30 23:21:46 +08:00
|
|
|
|
2003-02-20 07:29:40 +08:00
|
|
|
* libtool.m4: Replace $linker_flags with $compiler_flags wherever
|
|
|
|
it is used as argument to $CC.
|
|
|
|
|
2003-02-20 07:27:46 +08:00
|
|
|
* libtool.m4: Use linux version_type on IRIX with GNU ld.
|
|
|
|
Prefix -soname, -set_version and their arguments with ${wl}. Add
|
|
|
|
-melf* linker scripts to LD, and use them to determine libsuff,
|
|
|
|
shlibsuff and libmagic.
|
|
|
|
|
2003-02-18 13:15:03 +08:00
|
|
|
2003-02-17 Allan Sandfeld Jensen <snowwolf@one2one-networks.com>
|
|
|
|
|
|
|
|
* libtool.m4: Intel icc fixups for version 7.0.
|
|
|
|
|
2003-02-18 05:14:24 +08:00
|
|
|
2003-02-17 Ralph Schleicher <rs@nunatak.allgaeu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Prepend a dot to
|
|
|
|
the value of the shrext (aka shared_ext) variable and delete it
|
|
|
|
from the library_names_spec and soname_spec definitions. That
|
|
|
|
way the user can omit the shared library suffix by setting it
|
|
|
|
to the empty string.
|
|
|
|
(AC_LIBTOOL_LANG_CXX_CONFIG): Strengthen renaming commands for
|
|
|
|
the KCC compiler.
|
|
|
|
* doc/libtool.texi (Link mode): Update the manual.
|
|
|
|
|
2003-02-18 02:55:45 +08:00
|
|
|
2003-02-17 Charles Wilson <cwilson@ece.gatech.edu>
|
|
|
|
|
|
|
|
* ltmain.in (win32_libid): Rewritten to improve speed.
|
|
|
|
|
2003-02-12 13:54:20 +08:00
|
|
|
2003-02-11 Richard Dawe <rich@phekda.freeserve.co.uk>
|
|
|
|
|
|
|
|
* libtoolize.in: Use the program found by AC_PROG_LN_S
|
|
|
|
to create symlinks.
|
|
|
|
|
2003-02-09 00:43:00 +08:00
|
|
|
2003-02-08 Jan Kratochvil <project-libtool@jankratochvil.net>
|
|
|
|
|
|
|
|
* ltmain.in: Handle duplicate object file names when performing
|
|
|
|
piecewise archive linking by renaming object files when needed.
|
|
|
|
|
2003-02-06 12:51:20 +08:00
|
|
|
2003-02-05 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_CHECK_LIBM): Search for a real symbol in
|
|
|
|
the math library rather than 'main', it causes problems for
|
|
|
|
C++ compilers with certain Auto* tools.
|
|
|
|
(AC_LIBLTDL_INSTALLABLE): ditto.
|
|
|
|
|
2003-02-05 15:03:55 +08:00
|
|
|
2003-02-05 Christian Cornelssen <ccorn@cs.tu-berlin.de>
|
|
|
|
|
|
|
|
* libtool.m4 (_LT_AC_LANG_CXX_CONFIG)
|
|
|
|
(AC_LIBTOOL_PROG_LD_SHLIBS): Rewrite printf commands so
|
|
|
|
that the format string cannot be mistaken as an option.
|
|
|
|
Reported by Martin MOKREJS.
|
|
|
|
|
2003-02-05 14:58:45 +08:00
|
|
|
2003-02-05 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4: Modify the sys_lib_search_path_spec to allow
|
|
|
|
for either native sed or GNU sed to be used.
|
|
|
|
|
2003-02-04 23:15:45 +08:00
|
|
|
2003-02-04 Nick Hudson <skrll@netbsd.org>
|
|
|
|
|
|
|
|
* libtool.m4: don't use -nodefaultlibs in archive_commands
|
|
|
|
or archive_expsym_commands on NetBSD.
|
|
|
|
|
2003-02-04 23:08:34 +08:00
|
|
|
2003-02-04 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4: Change setting of archive_cmds_need_lc
|
|
|
|
so that it doesn't overwrite the previous setting.
|
|
|
|
|
2003-01-29 12:57:52 +08:00
|
|
|
2003-01-28 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4: Allow compiler variable, CC, CXX, etc. to
|
|
|
|
be a program name with arguments. Original version stripped
|
|
|
|
arguments for CC.
|
|
|
|
|
2003-01-29 12:53:18 +08:00
|
|
|
2003-01-28 Charles Wilson <cwilson@ece.gatech.edu>
|
|
|
|
|
|
|
|
* ltmain.in: add code for a binary wrapper
|
|
|
|
to use with uninstalled executables on cygwin/mingw.
|
|
|
|
Make sure that --mode=clean gets shell wrapper and
|
2003-05-30 23:21:46 +08:00
|
|
|
binary wrapper. When sourcing the shell wrapper,
|
|
|
|
invoke using a terminal `.' on cygwin/mingw to
|
2003-01-29 12:53:18 +08:00
|
|
|
avoid the automatic append-.exe behavior.
|
|
|
|
|
2003-01-29 06:34:27 +08:00
|
|
|
2003-01-28 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4: Hardcode library paths into libraries on IRIX.
|
|
|
|
|
2003-01-19 08:18:06 +08:00
|
|
|
2003-01-18 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): Don't add -DPIC
|
|
|
|
for languages other than C and C++.
|
|
|
|
|
2003-01-15 10:55:34 +08:00
|
|
|
2003-01-13 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* libtool.m4, ltmain.in: Add support for hppa*64* based on
|
|
|
|
a patch by Ross Alexander <ross.alexander@uk.neceur.com>.
|
|
|
|
Credit to Ross! Use +b to hardcode library runtime path.
|
|
|
|
Add new variable, $hardcode_libdir_flag_spec_ld, that
|
|
|
|
is equivalent to $hardcode_libdir_flag_spec but is used
|
|
|
|
when ld is used for linking. This works around having to
|
|
|
|
set wl=''.
|
|
|
|
|
2003-01-12 15:04:27 +08:00
|
|
|
2003-01-12 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an
|
|
|
|
accidental rearranging of dylib and so for darwin.
|
|
|
|
|
2003-01-11 13:52:49 +08:00
|
|
|
2003-01-10 Robert Boehne <rboehne@gnu.org>
|
|
|
|
|
|
|
|
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Modify the
|
|
|
|
"-shrext" option so that is works properly under Darwin.
|
|
|
|
Modify the processing of 'gcc -print-search-dirs' under
|
|
|
|
Darwin to make it behave like GNU gcc does.
|
|
|
|
(AC_LIBTOOL_CONFIG): Single quote $shrext.
|
|
|
|
* ltimain.in: Expand shared_ext just before it is used
|
|
|
|
so that it can be conditional on the value of $module.
|
|
|
|
|
2003-10-21 21:32:53 +08:00
|
|
|
Continued in ChangeLog.2002
|
1999-03-17 05:04:50 +08:00
|
|
|
|
1999-01-23 02:04:51 +08:00
|
|
|
$Revision$ $Date$
|