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

ChangeLog
libtool.m4

index 361b0b063821cdabb5c6e0d9e432da23252b8a7c..7f8c98349fa1f00f7276b4f0d47b5dc2dbbb4530 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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++
@@ -5,8 +10,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.
+       * 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.
index a952cb14044923acc0592a22b4c16152ec7cbe7a..771b86f32dd9eb56fe291b7b50aa3678f50d256f 100644 (file)
@@ -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