From: Gary V. Vaughan Date: Wed, 31 Aug 2005 18:29:21 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (AC_LIBLTDL_INSTALLABLE): Fix the comment X-Git-Tag: release-1-5-20~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab618a716b5c4ea1259241ca8955828fbe8e63f1;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (AC_LIBLTDL_INSTALLABLE): Fix the comment to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. --- diff --git a/ChangeLog b/ChangeLog index 361b0b063..7f8c98349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-31 Gary V. Vaughan + + * libltdl/m4/libtool.m4 (AC_LIBLTDL_INSTALLABLE): Fix the comment + to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. + 2005-08-31 Ralf Wildenhues * README, libtool.m4 [ solaris CC ]: Document issue with C++ @@ -5,8 +10,8 @@ 2005-08-29 Gary V. Vaughan - * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not - pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. + * libltdl/m4/libtool.m4 (AC_LIBLTDL_CONVENIENCE): Fix the comment + to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. * doc/libtool.texi (Distributing libltdl): Update the documentation to match the advice given in HEAD. Don't tell the user they have to AC_SUBST again. diff --git a/libtool.m4 b/libtool.m4 index a952cb140..771b86f32 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2444,13 +2444,13 @@ AC_DEFUN([AC_LIBLTDL_CONVENIENCE], # ----------------------------------- # sets LIBLTDL to the link flags for the libltdl installable library and # LTDLINCL to the include flags for the libltdl header and adds -# --enable-ltdl-install to the configure arguments. Note that LIBLTDL -# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If -# DIRECTORY is not provided and an installed libltdl is not found, it is -# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' -# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single -# quotes!). If your package is not flat and you're not using automake, -# define top_builddir and top_srcdir appropriately in the Makefiles. +# --enable-ltdl-install to the configure arguments. Note that +# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, +# and an installed libltdl is not found, it is assumed to be `libltdl'. +# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with +# '${top_srcdir}/' (note the single quotes!). If your package is not +# flat and you're not using automake, define top_builddir and top_srcdir +# appropriately in the Makefiles. # In the future, this macro may have to be called after AC_PROG_LIBTOOL. AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl