]> sourceware.org Git - automake.git/commitdiff
* automake.in (generate_makefile): Update misleading comment about
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Jul 2004 20:05:14 +0000 (20:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Jul 2004 20:05:14 +0000 (20:05 +0000)
libtool scripts.

ChangeLog
automake.in

index 8992f1e7eb1ab9d2da193e5395b40ac999ba70ad..66016e47a6d4334acb0b71a6c5dc26602fa3f155 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-28  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * automake.in (generate_makefile): Update misleading comment about
+       libtool scripts.
+
        * lib/texinfo.tex: New upstream version.
 
 2004-07-25  Alexandre Duret-Lutz  <adl@gnu.org>
index 93da5fb729b585cf58a4a6b80fdbb042d328e25f..fdad1800c0a4d192e554b3021894901ef31b6c7f 100755 (executable)
@@ -7107,8 +7107,9 @@ sub generate_makefile ($$)
           "`INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')")
     if var ('INCLUDES');
 
-  # At the toplevel directory, we might need config.guess, config.sub
-  # or libtool scripts (ltconfig and ltmain.sh).
+  # At the toplevel directory, we might need config.guess, config.sub.
+  # (Libtool scripts such ltconfig as ltmain.sh are checked for in
+  # handle_libtool.)
   if ($relative_dir eq '.')
     {
       # AC_CANONICAL_HOST and AC_CANONICAL_SYSTEM need config.guess and
This page took 0.047897 seconds and 5 git commands to generate.