automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.3-18-


From: Jim Meyering
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.3-18-gdcff988
Date: Sun, 23 Sep 2012 16:25:10 +0000

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=dcff988359f0dba5d133bbacde8fcb983108ccbf

The branch, maint has been updated
       via  dcff988359f0dba5d133bbacde8fcb983108ccbf (commit)
      from  58b4936fed9d52b39445e02e9984eae3b6daec19 (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 dcff988359f0dba5d133bbacde8fcb983108ccbf
Author: Jim Meyering <address@hidden>
Date:   Sun Sep 23 18:22:30 2012 +0200

    maint: typo fixes s/lies into/lies in/

-----------------------------------------------------------------------

Summary of changes:
 automake.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/automake.in b/automake.in
index 8c8b127..0983def 100644
--- a/automake.in
+++ b/automake.in
@@ -2544,8 +2544,8 @@ sub handle_programs
       my($xlink, $vlink) = &define_per_target_linker_variable ($linker, 
$xname);
       $vlink = verbose_flag ($vlink || 'GEN');
 
-      # If the resulting program lies into a subdirectory,
-      # make sure this directory will exist.
+      # If the resulting program lies in a subdirectory,
+      # ensure that the directory exists before we need it.
       my $dirstamp = require_build_directory_maybe ($one_file);
 
       $libtool_clean_directories{dirname ($one_file)} = 1;
@@ -2655,7 +2655,7 @@ sub handle_libraries
       &handle_source_transform ($xlib, $onelib, $obj, $where,
                                NONLIBTOOL => 1, LIBTOOL => 0);
 
-      # If the resulting library lies into a subdirectory,
+      # If the resulting library lies in a subdirectory,
       # make sure this directory will exist.
       my $dirstamp = require_build_directory_maybe ($onelib);
       my $verbose = verbose_flag ('AR');
@@ -2899,7 +2899,7 @@ sub handle_ltlibraries
            }
        }
 
-      # If the resulting library lies into a subdirectory,
+      # If the resulting library lies in a subdirectory,
       # make sure this directory will exist.
       my $dirstamp = require_build_directory_maybe ($onelib);
 
@@ -3129,7 +3129,7 @@ sub output_texinfo_build_rules ($$$@)
   # extension).
   my $generic_info = ($generic && $dsfx) ? 1 : 0;
 
-  # If the resulting file lie into a subdirectory,
+  # If the resulting file lies in a subdirectory,
   # make sure this directory will exist.
   my $dirstamp = require_build_directory_maybe ($dest);
 


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]