From: Ralf Wildenhues Date: Mon, 10 Nov 2008 20:47:06 +0000 (+0100) Subject: Fix typos. X-Git-Tag: v1.10b~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc41f1c27a24e1eab9a036356cf3c529c35882f6;p=thirdparty%2Fautomake.git Fix typos. * NEWS: Fix typos. * automake.in: Fix typos in comments. Remove extraneous whitespace. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index abbe03501..4e0ab394e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-10 Ralf Wildenhues + + * NEWS: Fix typos. + * automake.in: Fix typos in comments. Remove extraneous + whitespace. + 2008-11-06 Ralf Wildenhues Cope with absent Perl modules threads and Thread::Queue. diff --git a/NEWS b/NEWS index 276e95375..57fd45f95 100644 --- a/NEWS +++ b/NEWS @@ -57,7 +57,7 @@ New in 1.10a: Note that Automake will never overwrite an existing COPYING file, even when the `--force-missing' option is used. - - Automake ships and install man pages for automake and aclocal now. + - Automake ships and installs man pages for automake and aclocal now. - New shorthand `$(pkglibexecdir)' for `$(libexecdir)/@PACKAGE@'. @@ -72,7 +72,7 @@ New in 1.10a: Both install and uninstall may sometimes enter (`cd' into) the target installation directory now, when no build-local scripts are used. - For builtin rules, `make install' now fails reliably if installation + For built-in rules, `make install' now fails reliably if installation of a file failed. Conversely, `make uninstall' even succeeds when issued multiple times. diff --git a/automake.in b/automake.in index 5ae09c76c..66633dfca 100755 --- a/automake.in +++ b/automake.in @@ -468,7 +468,7 @@ my %required_targets = 'install-man' => 1, ); -# Set to 1 if this run will create the Makefile.in that distribute +# Set to 1 if this run will create the Makefile.in that distributes # the files in config_aux_dir. my $automake_will_process_aux_dir = 0; @@ -561,7 +561,7 @@ my %dep_files; my @dist_targets; # Keep track of all programs declared in this Makefile, without -# $(EXEEXT). @substitution@ are not listed. +# $(EXEEXT). @substitutions@ are not listed. my %known_programs; # Keys in this hash are the basenames of files which must depend on @@ -6824,7 +6824,7 @@ sub file_contents_internal ($$$%) my $flat_deps = &flatten ($dependencies); my @deps = split (' ', $flat_deps); - foreach (split (' ' , $targets)) + foreach (split (' ', $targets)) { # FIXME: 1. We are not robust to people defining several targets # at once, only some of them being in %dependencies. The