]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not
authorGary V. Vaughan <gary@gnu.org>
Mon, 29 Aug 2005 10:47:41 +0000 (10:47 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 Aug 2005 10:47:41 +0000 (10:47 +0000)
pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here.

ChangeLog
libltdl/m4/ltdl.m4

index 80a9f37304000aadb717fdcc0d14f086b3fee8cd..528bfead931a5134f06086ff9f69a581f033c54a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 2005-08-29  Gary V. Vaughan  <gary@gnu.org>
 
        Some macros had relied on accidentally correct ordering in order
index 96b58677764c33fd876399e107aec5299899a900..e0476f64e108b0293fd62d84d15b11de4a45a559 100644 (file)
@@ -61,13 +61,13 @@ dnl AC_DEFUN([AC_WITH_LTDL], [])
 # -----------------------------
 # sets LIBLTDL to the link flags for the libltdl convenience library and
 # LTDLINCL to the include flags for the libltdl header and adds
-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
-# DIRECTORY is not provided, 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-convenience to the configure arguments.  Note that
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
+# 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.
 AC_DEFUN([LTDL_CONVENIENCE],
 [case $enable_ltdl_convenience in
   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;