2008-01-08 05:13:23 +08:00
|
|
|
2008-01-07 Rainer Tammer <tammer@tammer.net> (tiny change)
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Support AIX 6.1.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
|
|
|
|
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
|
|
|
|
(_LT_LANG_C_CONFIG, _LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG)
|
|
|
|
(_LT_LANG_FC_CONFIG): Adjust case patterns to match AIX 6
|
|
|
|
through 9 as well.
|
|
|
|
* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): Likewise.
|
|
|
|
* NEWS: Update.
|
|
|
|
* THANKS: Update.
|
|
|
|
|
Move libltdl build mode options from LT_CONFIG_LTDL_DIR to
LTDL_INIT. Accept (optional) new 'convenience' and 'installable'
options in lieu of LTDL_CONVENIENCE and LTDL_INSTALL macros. And
also, implement --with-included-ltdl, --with-ltdl-lib and
--with-ltdl-include configure-time options:
* libltdl/m4/ltoptions.m4: Associate existing option settings with
LT_INIT.
(LT_OPTION_DEFINE): Associate options 'nonrecursive', 'recursive',
'subproject', 'installable' and 'convenience' with LTDL_INIT.
(_LT_MANGLE_OPTION, _LT_SET_OPTION, _LT_IF_OPTION)
(_LT_UNLESS_OPTIONS, _LT_SET_OPTIONS): Add MACRO-NAME argument to
support options to named macros instead of hardcoding only LT_INIT
options.
* libltdl/m4/ltdl.m4 (_LTDL_CONVENIENCE): Factor common code from
LTDL_CONVENIENCE and LTDL_INIT([convenience]).
(_LTDL_INSTALLABLE): Factor out common code from LTDL_INSTALLABLE
and LTDL_INIT([installable]).
(_LTDL_SETUP): Renamed from LTDL_INIT. Support new configure-time
options: --with-included-ltdl, --with-ltdl-lib,
--with-ltdl-include.
(LTDL_CONVENIENCE, LTDL_INSTALLABLE): Adjust.
(LT_WITH_LTDL): Removed.
(LTDL_INIT): Parse caller options.
* libltdl/m4/libtool.m4 (LT_INIT): Declare that this macro must be
expanded before LTDL_INIT, and be sure to parse caller options.
* configure.ac: Call directly into internal _LTDL_SETUP macro.
* libtoolize.m4sh (func_scan_files): Ltdl mode argument moved from
LT_CONFIG_LTDL_DIR to LT_INIT.
* tests/nonrecursive.at, tests/recursive.at: Use new interfaces.
* tests/configure-iface.at: Test it.
* Makefile.am (TESTSUITE_AT): Add configure-iface.at.
* doc/libtool.texi (Distributing libltdl): Document improved.
LTDL_INIT interfaces.
* NEWS: Updated.
2008-01-07 00:33:31 +08:00
|
|
|
2008-01-07 Gary V. Vaughan <gary@gnu.org>
|
|
|
|
|
|
|
|
Move libltdl build mode options from LT_CONFIG_LTDL_DIR to
|
|
|
|
LTDL_INIT. Accept (optional) new 'convenience' and 'installable'
|
|
|
|
options in lieu of LTDL_CONVENIENCE and LTDL_INSTALL macros. And
|
|
|
|
also, implement --with-included-ltdl, --with-ltdl-lib and
|
|
|
|
--with-ltdl-include configure-time options:
|
|
|
|
|
|
|
|
* libltdl/m4/ltoptions.m4: Associate existing option settings with
|
|
|
|
LT_INIT.
|
|
|
|
(LT_OPTION_DEFINE): Associate options 'nonrecursive', 'recursive',
|
|
|
|
'subproject', 'installable' and 'convenience' with LTDL_INIT.
|
|
|
|
(_LT_MANGLE_OPTION, _LT_SET_OPTION, _LT_IF_OPTION)
|
|
|
|
(_LT_UNLESS_OPTIONS, _LT_SET_OPTIONS): Add MACRO-NAME argument to
|
|
|
|
support options to named macros instead of hardcoding only LT_INIT
|
|
|
|
options.
|
|
|
|
* libltdl/m4/ltdl.m4 (_LTDL_CONVENIENCE): Factor common code from
|
|
|
|
LTDL_CONVENIENCE and LTDL_INIT([convenience]).
|
|
|
|
(_LTDL_INSTALLABLE): Factor out common code from LTDL_INSTALLABLE
|
|
|
|
and LTDL_INIT([installable]).
|
|
|
|
(_LTDL_SETUP): Renamed from LTDL_INIT. Support new configure-time
|
|
|
|
options: --with-included-ltdl, --with-ltdl-lib,
|
|
|
|
--with-ltdl-include.
|
|
|
|
(LTDL_CONVENIENCE, LTDL_INSTALLABLE): Adjust.
|
|
|
|
(LT_WITH_LTDL): Removed.
|
|
|
|
(LTDL_INIT): Parse caller options.
|
|
|
|
* libltdl/m4/libtool.m4 (LT_INIT): Declare that this macro must be
|
|
|
|
expanded before LTDL_INIT, and be sure to parse caller options.
|
|
|
|
* configure.ac: Call directly into internal _LTDL_SETUP macro.
|
|
|
|
* libtoolize.m4sh (func_scan_files): Ltdl mode argument moved from
|
|
|
|
LT_CONFIG_LTDL_DIR to LT_INIT.
|
|
|
|
* tests/nonrecursive.at, tests/recursive.at: Use new interfaces.
|
|
|
|
* tests/configure-iface.at: Test it.
|
|
|
|
* Makefile.am (TESTSUITE_AT): Add configure-iface.at.
|
|
|
|
* doc/libtool.texi (Distributing libltdl): Document improved.
|
|
|
|
LTDL_INIT interfaces.
|
|
|
|
* NEWS: Updated.
|
|
|
|
|
2008-01-03 02:52:08 +08:00
|
|
|
2008-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2007-11-30 12:18:40 +08:00
|
|
|
|
2008-01-03 03:35:56 +08:00
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): When creating
|
|
|
|
reloadable object files, avoid issuing plain `rm -f' without
|
|
|
|
further arguments, even if the line length limit is ridiculously
|
|
|
|
low as in the `Run tests with low max_cmd_len' test. This
|
|
|
|
failure is exposed on NetBSD.
|
|
|
|
Report by Patrick Welche.
|
|
|
|
|
2008-01-03 02:52:08 +08:00
|
|
|
* Makefile.am (EXTRA_DIST): Add ChangeLog.2007.
|
|
|
|
* ChangeLog.2007: New, rotated, from...
|
2007-01-21 22:57:58 +08:00
|
|
|
* ChangeLog: ...here.
|
2008-01-03 02:52:08 +08:00
|
|
|
* NEWS, README, README.alpha, Makefile.am, libtoolize.m4sh,
|
|
|
|
libltdl/config/getopt.m4sh, libltdl/config/ltmain.m4sh,
|
|
|
|
libltdl/m4/libtool.m4: Bump copyright years.
|
2005-12-29 21:52:54 +08:00
|
|
|
|
2008-01-03 02:52:08 +08:00
|
|
|
Continued in ChangeLog.2007
|
1999-03-17 05:04:50 +08:00
|
|
|
|
1999-01-23 02:04:51 +08:00
|
|
|
$Revision$ $Date$
|
2006-01-31 04:09:41 +08:00
|
|
|
|
|
|
|
vim:tw=72
|