summaryrefslogtreecommitdiff
path: root/automake.in
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 /automake.in
parentab7f3e68239ff3f4272413d821e4a92b2355dae6 (diff)
downloadautomake-e0ee80820aaf9a615d38ede293e316e69280ce8b.tar.gz
* automake.in (generate_makefile): Update misleading comment about
libtool scripts.
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in5
1 files changed, 3 insertions, 2 deletions
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