From e0ee80820aaf9a615d38ede293e316e69280ce8b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 28 Jul 2004 20:05:15 +0000 Subject: [PATCH] * automake.in (generate_makefile): Update misleading comment about libtool scripts. --- ChangeLog | 3 +++ automake.in | 5 +++-- 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 + * automake.in (generate_makefile): Update misleading comment about + libtool scripts. + * lib/texinfo.tex: New upstream version. 2004-07-25 Alexandre Duret-Lutz 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 -- 2.11.4.GIT