mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
110 lines
3.7 KiB
Plaintext
110 lines
3.7 KiB
Plaintext
2006-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* tests/fail.at: Also pass a bogus object file to the linker so
|
|
it fails more reliably; AIX and IRIX linkers ignore duplicate
|
|
symbol definitions.
|
|
|
|
* libltdl/m4/libtool.m4 [ solaris ] (_LT_LINKER_SHLIBS)
|
|
(_LT_LANG_CXX_CONFIG) < whole_archive_flag_spec >:
|
|
Fix this once and for all, for both the SUN compiler suite
|
|
(cc/CC/f77/f90/f95) and GCC.
|
|
Reported by Yuri Pukhalsky <pooh@cryptopro.ru>.
|
|
|
|
* tests/cdemo/Makefile.am: Remove broken use of undocumented
|
|
Automake variable `$(OBJECTS)'.
|
|
* tests/demo/Makefile.am, tests/depdemo/Makefile.am: Likewise.
|
|
* tests/f77demo/Makefile.am, tests/fcdemo/Makefile.am: Likewise.
|
|
* tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am: Likewise.
|
|
* tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am: Likewise.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): Fix logic for
|
|
adding run paths to also add paths for installed libtool
|
|
libraries in case `-static' is used.
|
|
|
|
2006-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.am (TESTSUITE_AT): List testsuite files in the order
|
|
in which they are to be expanded in the suite.
|
|
(tests/TESTSUITE): Rebuild by passing all $(TESTSUITE_AT) files,
|
|
with their path suitably adjusted. This enables us to..
|
|
* tests/testsuite.at: ..get rid of their redundant mention here.
|
|
|
|
2006-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* doc/libtool.texi (titlepage): Remove superfluous word.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): Fix matching
|
|
duplicate run path entries with the correct separator.
|
|
|
|
* tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older
|
|
shells.
|
|
|
|
* ChangeLog, HACKING, README, README.alpha,
|
|
libltdl/config/ltmain.m4sh: Add vi(m) modelines, to match emacs
|
|
formatting variables.
|
|
|
|
2006-01-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.am (libltdl/Makefile.am): Fixup sed script.
|
|
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>.
|
|
|
|
2006-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.am, bootstrap, clcommit.m4sh,
|
|
libltdl/config/getopt.m4sh, libltdl/config/mailnotify.m4sh,
|
|
tests/sh.test, tests/testsuite.at: Bump copyright years.
|
|
|
|
2006-01-21 Eric Blake <ebb9@byu.net>
|
|
|
|
* THANKS: Move myself to contributor.
|
|
|
|
2006-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* bootstrap: Don't use semicolons inside { } in sed scripts, as
|
|
Posix says it's not portable.
|
|
* Makefile.am (libltdl/Makefile.am): Likewise.
|
|
* libtoolize.m4sh (all over the map): Likewise.
|
|
* libltdl/config/getopt.m4sh (func_version, func_usage)
|
|
(func_help): Likewise.
|
|
* libltdl/config/ltmain.m4sh (func_win32_libid): Likewise.
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_MODULE_PATH_AIX): Likewise.
|
|
* clcommit.m4sh, libltdl/config/mailnotify.m4sh: Likewise.
|
|
* tests/sh.test, tests/testsuite.at (LT_AT_TAG): Likewise.
|
|
Noted by Paul Eggert <eggert@cs.ucla.edu>.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_compile): Also transform
|
|
`.obj' correctly.
|
|
Reported by George Bosilca <bosilca@cs.utk.edu>.
|
|
|
|
2006-01-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port
|
|
error of last commit.
|
|
|
|
2006-01-12 Leif Ekblad <leif@rdos.net>
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
|
|
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC): Added support for
|
|
RDOS.
|
|
* NEWS: Updated.
|
|
|
|
2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* libtoolize.m4sh, libltdl/config/general.m4sh,
|
|
libltdl/config/getopt.m4sh, libltdl/config/ltmain.m4sh,
|
|
libltdl/m4/libtool.m4: Bump copyright years.
|
|
|
|
2006-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.am (EXTRA_DIST): Add ChangeLog.2005.
|
|
|
|
* README, README.alpha: Adjust copyright years.
|
|
* ChangeLog.2005: New, rotated, from..
|
|
* ChangeLog: ..here.
|
|
|
|
Continued in ChangeLog.2005
|
|
|
|
$Revision$ $Date$
|
|
|
|
vim:tw=72
|