This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6e9a377156cf9a18f2201eea1ec0c407ad219028 The branch, branch-1-10 has been updated via 6e9a377156cf9a18f2201eea1ec0c407ad219028 (commit) from 316c89d1d0e2fd0224936132206169f41a2a78c1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6e9a377156cf9a18f2201eea1ec0c407ad219028 Author: Stepan Kasal <[EMAIL PROTECTED]> Date: Mon Jan 7 20:34:34 2008 +0100 * automake.in (handle_texinfo_helper, handle_lib_objects): Fix typos in comments. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ automake.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2f3587..b1a1ca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-07 Stepan Kasal <[EMAIL PROTECTED]> + + * automake.in (handle_texinfo_helper, handle_lib_objects): Fix + typos in comments. + 2008-01-02 Ralf Wildenhues <[EMAIL PROTECTED]> * automake.in: Remove debugging leftover. diff --git a/automake.in b/automake.in index 7d80a20..2a295f8 100755 --- a/automake.in +++ b/automake.in @@ -2127,7 +2127,7 @@ sub handle_lib_objects # for Libtool libraries or programs. (Actually we are a bit # laxe here since this code also applies to non-libtool # libraries or programs, for which -dlopen and -dlopreopen - # are pure nonsense. Diagnosing this doesn't seems very + # are pure nonsense. Diagnosing this doesn't seem very # important: the developer will quickly get complaints from # the linker.) $val !~ /^-dl(?:pre)?open$/ && @@ -3111,14 +3111,14 @@ sub handle_texinfo_helper ($) # nodist_info_TEXINFOS or something similar. (Doing this # requires some sanity checks. For instance Automake should # not allow: - # dist_info_TEXINFO = foo.texi - # nodist_foo_TEXINFO = included.texi + # dist_info_TEXINFOS = foo.texi + # nodist_foo_TEXINFOS = included.texi # because a distributed file should never depend on a # non-distributed file.) # # * If .texi files are not distributed, then .info files should # not be distributed either. There are also cases where one - # want to distribute .texi files, but do not want to + # wants to distribute .texi files, but does not want to # distribute the .info files. For instance the Texinfo package # distributes the tool used to build these files; it would # be a waste of space to distribute them. It's not clear hooks/post-receive -- GNU Automake