+2005-08-31 Gary V. Vaughan <gary@gnu.org>
+
+ * 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 <Ralf.Wildenhues@gmx.de>
* README, libtool.m4 [ solaris CC ]: Document issue with C++
2005-08-29 Gary V. Vaughan <gary@gnu.org>
- * 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.
# -----------------------------------
# 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