From 638f21a12eaad4de414f2ee3b5c7d8230da66c38 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 8 Jan 2011 13:04:10 +0100 Subject: automake: minor fixes in comments * automake.in: Some minor fixes and enhancements in comments. --- automake.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'automake.in') diff --git a/automake.in b/automake.in index fa110a5d2..d56fbf7e8 100755 --- a/automake.in +++ b/automake.in @@ -1369,7 +1369,7 @@ sub handle_languages my %done; - # Is the c linker needed? + # Is the C linker needed? my $needs_c = 0; foreach my $ext (sort keys %extension_seen) { @@ -2335,7 +2335,7 @@ sub handle_lib_objects if ($val !~ /^-[lL]/ && # Skip -dlopen and -dlpreopen; these are explicitly allowed # for Libtool libraries or programs. (Actually we are a bit - # laxe here since this code also applies to non-libtool + # lax here since this code also applies to non-libtool # libraries or programs, for which -dlopen and -dlopreopen # are pure nonsense. Diagnosing this doesn't seem very # important: the developer will quickly get complaints from @@ -2576,7 +2576,8 @@ sub handle_compile () require_file ($ansi2knr_where, FOREIGN, 'ansi2knr.c', 'ansi2knr.1'); - # ansi2knr needs to be built before subdirs, so unshift it. + # ansi2knr needs to be built before subdirs, so unshift it + # rather then pushing it. unshift (@all, '$(ANSI2KNR)'); } else @@ -3188,7 +3189,7 @@ sub scan_texinfo_file ($) # ------------------------------------------------------------------ # SOURCE - the source Texinfo file # DEST - the destination Info file -# INSRC - wether DEST should be built in the source tree +# INSRC - whether DEST should be built in the source tree # DEPENDENCIES - known dependencies sub output_texinfo_build_rules ($$$@) { @@ -4169,7 +4170,7 @@ sub prepend_srcdir (@) # Compute a list of dependencies appropriate for the rebuild # rule of # AC_CONFIG_FILES($OUTPUT:$INPUT[0]:$INPUTS[1]:...) -# Also distribute $INPUTs which are not built by another AC_CONFIG_FOOS. +# Also distribute $INPUTs which are not built by another AC_CONFIG_FOOs. sub rewrite_inputs_into_dependencies ($@) { my ($file, @inputs) = @_; -- cgit v1.2.1