]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/m4/ltdl.m4: Bump serial as we are changing the
authorGary V. Vaughan <gary@gnu.org>
Mon, 3 Oct 2005 15:45:47 +0000 (15:45 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 3 Oct 2005 15:45:47 +0000 (15:45 +0000)
commit9f6099490a87bec1481dfec1fa976c87d5b64a55
tree170714e4fce960987354d1da9a65e213facc0b80
parent96fe8ab8da9fee3d1523c968e6b236c4a1f6f1d5
* libltdl/m4/ltdl.m4: Bump serial as we are changing the
interface.
(LT_CONFIG_LTDL_DIR): New macro to centralise setting the
subdirectory used for libltdl.
(LTDL_CONVENIENCE): Continue backwards compatibility support for
declaring the libltdl source subdirectory with an argument, but
defer to LT_CONFIG_LTDL_DIR.
(AC_LIBLTDL_CONVENIENCE): Adjust to upgrade to the new style.
(LTDL_INSTALLABLE, AC_LIBLTDL_INSTALLABLE): Ditto.
(LTDL_INIT): lt_ltdl_dir is set by LT_CONFIG_LTDL_DIR now, and
even `./' needs trailing slashes trimming!  If the user didn't
upgrade their configure.ac yet, call LT_CONFIG_LTDL_DIR for them.
* libtoolize.m4sh (func_scan_files): If --ltdl option is given
without a directory argument, use the value from
LT_CONFIG_LTDL_DIR; if the argument is given, and there is also a
value in LT_CONFIG_LTDL_DIR, ensure they are the same.
* libltdl/configure.ac: Use it.
* NEWS: Updated.
ChangeLog
NEWS
doc/libtool.texi
libltdl/configure.ac
libltdl/m4/ltdl.m4
libtoolize.m4sh