summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-07-28 20:05:15 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-07-28 20:05:15 +0000
commite0ee80820aaf9a615d38ede293e316e69280ce8b (patch)
tree80823033e397a85ee537ae251e2a6d86970b738f
parentab7f3e68239ff3f4272413d821e4a92b2355dae6 (diff)
downloadautomake-e0ee80820aaf9a615d38ede293e316e69280ce8b.tar.gz
* automake.in (generate_makefile): Update misleading comment about
libtool scripts.
-rw-r--r--ChangeLog3
-rwxr-xr-xautomake.in5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8992f1e7e..66016e47a 100644
--- 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>
diff --git a/automake.in b/automake.in
index 93da5fb72..fdad1800c 100755
--- a/automake.in
+++ b/automake.in
@@ -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