2005-01-25 16:16:35 +08:00
|
|
|
2005-01-25 Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
|
|
|
* config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor
|
|
|
|
option for SGI Compiler (-r[0-9][0-9]*).
|
|
|
|
|
2005-01-24 15:42:31 +08:00
|
|
|
2005-01-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2005-01-24 21:28:47 +08:00
|
|
|
* m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): Define Bourne and XSI
|
|
|
|
variants of new function func_stripname for stripping literal
|
|
|
|
prefixes and suffixes.
|
|
|
|
* config/ltmain.m4sh (all over): Use func_stripname.
|
|
|
|
|
2005-01-24 15:45:35 +08:00
|
|
|
* tests/defs.m4sh: Extract $build from $LIBTOOL.
|
|
|
|
(func_configure): Pass --host if $host != $build.
|
|
|
|
(func_exec): Try executing cross-compiled binaries (e.g. i686 -> i386),
|
|
|
|
but SKIP rather than FAIL.
|
|
|
|
* tests/depdemo-relink.test: Do not try to access possibly non-
|
|
|
|
existent files. SKIP rather than FAIL or PASS falsely when
|
|
|
|
cross-compiling.
|
|
|
|
|
2005-01-24 15:42:31 +08:00
|
|
|
* m4/libtool.m4 (_LT_SETUP) [mingw, cygwin, pw32, os2]:
|
|
|
|
Add _LT_DECLs for host_os, build_alias, build and build_os.
|
|
|
|
host_os and build were used in a few occasions in ltmain.m4sh
|
|
|
|
and affect above-mentioned systems, the others are added for
|
|
|
|
symmetry and in order to be able to detect cross-compiling.
|
|
|
|
|
2005-01-24 01:10:12 +08:00
|
|
|
2005-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* libltdl/Makefile.am: Add $(AM_LDFLAGS) to all per-target
|
|
|
|
variables *_LDFLAGS as per CVS Automake semantic change.
|
|
|
|
|
2005-01-16 20:26:45 +08:00
|
|
|
2005-01-16 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
2005-01-16 22:07:35 +08:00
|
|
|
* config/ltmain.m4sh (func_mode_link): Don't pass through
|
|
|
|
compiler-like thread flags when using $LD to do the linking.
|
|
|
|
Use compiler_flags instead.
|
|
|
|
Reported by Mark_Andrews@isc.org.
|
|
|
|
|
2005-01-16 20:26:45 +08:00
|
|
|
* m4/libtool.m4 (LT_CMD_MAX_LEN) [osf]: On Tru64 there could
|
|
|
|
be a kernel panic when testing the maximum command line length
|
|
|
|
if exec_disable_arg_limit=1. Don't do the tests to figure it
|
|
|
|
out on *-osf*.
|
|
|
|
Reported by Dr. Hans Ekkehard Plesser
|
|
|
|
<hans.ekkehard.plesser@umb.no>
|
|
|
|
|
2005-01-24 01:10:12 +08:00
|
|
|
2005-01-14 Guido Draheim <guidod-2003-@gmx.de> (tiny change)
|
2005-01-14 17:20:32 +08:00
|
|
|
|
|
|
|
* m4/libtool.m4 (AC_PROG_SED): Don't break test loop early.
|
|
|
|
|
2005-01-12 20:57:32 +08:00
|
|
|
2005-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2005-01-14 01:28:08 +08:00
|
|
|
* TODO: Update.
|
|
|
|
|
2005-01-13 22:48:00 +08:00
|
|
|
* libltdl/ltdl.c: Whitespace cleanup.
|
|
|
|
|
2005-01-13 00:35:55 +08:00
|
|
|
* config/ltmain.m4sh: New option `--verbose'/`-v' to enable
|
|
|
|
override of `--silent'. Verbose is the default behavior.
|
|
|
|
* doc/libtool.texi (Invoking libtool): Document it.
|
|
|
|
|
|
|
|
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [linux]: While "parsing"
|
2005-01-12 20:57:32 +08:00
|
|
|
/etc/ld.so.conf, skip comments.
|
|
|
|
Reported by Jens Elkner <elkner@linofee.org>.
|
|
|
|
|
2005-01-11 02:49:27 +08:00
|
|
|
2005-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* libltdl/libltdl/lt__glibc.h: Move all exported slist
|
|
|
|
symbols into the lt__* namespace.
|
|
|
|
* libltdl/libltdl/lt__private.h, libltdl/libltdl/slist.h:
|
|
|
|
Adjust includes.
|
|
|
|
|
2005-01-10 23:44:13 +08:00
|
|
|
2005-01-10 Peter O'Gorman <peter@pogma.com>
|
|
|
|
|
|
|
|
* config/ltmain.m4sh (func_mode_link): Fix
|
|
|
|
inherited_linker_flags so it puts it on the link line when
|
|
|
|
linking shared libraries as well as when linking executables.
|
|
|
|
* tests/inherited_flags.at: test inherited_linker_flags.
|
|
|
|
* tests/Makefile.am: Add test.
|
|
|
|
* tests/testsuite.at: Add test.
|
|
|
|
Reported by: Albert Chin-A-Young <china@thewrittenword.com>
|
|
|
|
|
2005-01-10 18:59:37 +08:00
|
|
|
2005-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* tests/sh.test: After `set dummy [...]', check for `shift'
|
|
|
|
within the same and following line.
|
|
|
|
* config/ltmain.m4sh (func_enable_tag, func_mode_install)
|
|
|
|
(func_mode_link): Sprinkle `shift's all over to conform to this.
|
|
|
|
|
2005-01-09 21:12:34 +08:00
|
|
|
2005-01-09 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2005-01-09 21:33:19 +08:00
|
|
|
* HACKING (Editing 'ChangeLog'): Follow the GCS with respect to
|
|
|
|
attributions, and mention how to handle tiny changes.
|
|
|
|
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
|
|
|
|
|
2005-01-09 21:12:34 +08:00
|
|
|
* ChangeLog.2004: Trim 2005 entries.
|
|
|
|
* ChangeLog: Add missing entries.
|
|
|
|
|
2005-01-09 05:17:57 +08:00
|
|
|
2005-01-08 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
2005-01-09 05:34:28 +08:00
|
|
|
* ChangeLog: Move 2004 change logs from here...
|
|
|
|
* ChangeLog.2004: ...to here.
|
|
|
|
|
2005-01-09 05:17:57 +08:00
|
|
|
* m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4,
|
|
|
|
m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: RMS says,
|
|
|
|
'I think the [license of autoconf macro files] should be:
|
|
|
|
# This file is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is
|
|
|
|
# preserved.'.
|
|
|
|
|
2005-01-09 03:05:19 +08:00
|
|
|
* ChangeLog: Reformatting.
|
|
|
|
* HACKING: Fix section numbering.
|
|
|
|
(Editing 'ChangeLog'): New notes on ChangeLog entry format.
|
|
|
|
|
2005-01-09 21:12:34 +08:00
|
|
|
2005-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* tests/am-subdir.at tests/testsuite.at (AT_BOOTSTRAP,
|
|
|
|
AT_LIBTOOLIZE, AT_CHECK_LIBTOOLIZE): Rename to ...
|
|
|
|
(LT_AT_BOOTSTRAP, LT_AT_LIBTOOLIZE, LT_AT_CHECK_LIBTOOLIZE):
|
|
|
|
...and make use of new names.
|
|
|
|
|
2005-01-09 05:34:28 +08:00
|
|
|
Continued in ChangeLog.2004
|
1999-03-17 05:04:50 +08:00
|
|
|
|
1999-01-23 02:04:51 +08:00
|
|
|
$Revision$ $Date$
|