autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.69-5-gb


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-5-gb29e5e7
Date: Tue, 29 May 2012 12:30:55 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=b29e5e79d5203400c4366c61d998bd9cdf30ef0d

The branch, master has been updated
       via  b29e5e79d5203400c4366c61d998bd9cdf30ef0d (commit)
      from  560f16b52d3d3db1536d9ca5b863ce9b1a5c9e35 (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 b29e5e79d5203400c4366c61d998bd9cdf30ef0d
Author: Jim Meyering <address@hidden>
Date:   Tue May 29 12:33:46 2012 +0200

    maint: fix typos in old ChangeLog files
    
    Culprits identified and fixed automatically using these commands:
    git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \
    's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'\
    |bash
    using http://github.com/lyda/misspell-check
    * ChangeLog.2, ChangeLog.3: Fix typos.

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

Summary of changes:
 ChangeLog.2 |    8 ++++----
 ChangeLog.3 |   14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index 30571bf..f5be7d8 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -9240,7 +9240,7 @@
        * acgeneral.m4 (AC_CONFIG_LINKS): New macro.  Takes space
        separated list of DEST:SOURCES arguments.
 
-       * acgeneral.m4: Rename each occurence of AC_LIST_HEADER as
+       * acgeneral.m4: Rename each occurrence of AC_LIST_HEADER as
        AC_LIST_HEADERS for consistency.
 
        * acgeneral.m4 (AC_OUTPUT, config.status prologue): Move the
@@ -9475,7 +9475,7 @@
 
 1999-09-25  Akim Demaille  <address@hidden>
 
-       * acgeneral.m4: Rename the occurences of the variable `confstat'
+       * acgeneral.m4: Rename the occurrences of the variable `confstat'
        as `ac_cs_root'.  The previous name was breaking the naming
        scheme.
 
@@ -10294,7 +10294,7 @@
 
        * acgeneral.m4 (AC_CANONICAL_SYSTEM): Explicitly require
        AC_CANONICAL_HOST, AC_CANONICAL_TARGET and AC_CONICAL_BUILD.
-       (AC_CONFIG_AUX_DIR): Run auxillary shell scripts through $SHELL.
+       (AC_CONFIG_AUX_DIR): Run auxiliary shell scripts through $SHELL.
        Do not rely on their magic number.
        (AC_CANONICAL_THING): New macro. Cache results.
        (AC_CANONICAL_HOST): Reimplement; use AC_CANONICAL_THING.
@@ -10345,7 +10345,7 @@
 1999-01-28  Gary V. Vaughan  <address@hidden>
 
        * acspecific.m4 (AC_PROG_INSTALL): set INSTALL_SCRIPT to
-       ${INSTALL} so that automake doesn't propogate install time flags
+       ${INSTALL} so that automake doesn't propagate install time flags
        for INSTALL_PROGRAM into INSTALL_SCRIPT.
 
 1999-01-25  Ben Elliston  <address@hidden>
diff --git a/ChangeLog.3 b/ChangeLog.3
index bedcba3..fd94b57 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -6682,7 +6682,7 @@
 
 2008-08-22  Peter O'Gorman  <address@hidden>
 
-       Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
+       Limit AC_C_BIGENDIAN universal checks to Mac OS X.
        * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
        __APPLE_CC__ with possible -arch flags.
        * NEWS: Document it.
@@ -7212,7 +7212,7 @@
 2008-06-03  Eric Blake  <address@hidden>
 
        Fix 'make dist' regression from 2008-05-08.
-       * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
+       * Makefile.am (INSTALL): Add rule, to accommodate 'make dist' after
        GNUmakefile's _autoconf rule removes INSTALL.
 
 2008-05-27  Eric Blake  <address@hidden>
@@ -7801,11 +7801,11 @@
        Documentation improvements.
        * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
        (Evaluation Macros): Drop `1' suffix from metasyntax variable name
-       that preceeds @dots.  Improve wording.
+       that precedes @dots.  Improve wording.
        (Text processing Macros): Drop `1' suffix from metasyntax variable
-       name that preceeds @dots.
+       name that precedes @dots.
        (Number processing Macros): Drop `1' suffix from metasyntax
-       variable name that preceeds @dots.  Improve wording.
+       variable name that precedes @dots.  Improve wording.
        * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
        Suggested by Ralf Wildenhues.
 
@@ -18638,7 +18638,7 @@
 
 2002-09-26  Akim Demaille  <address@hidden>
 
-       Single suffix rules and seperated dependencies are not portable.
+       Single suffix rules and separated dependencies are not portable.
 
        * doc/autoconf.texi (Installation Directory Variables): Update.
        (Limitations of Make): Some about `Single Suffix Rules and
@@ -18915,7 +18915,7 @@
        * doc/autoconf.texi (Invoking autom4te): End the option table,
        fixing a bug introduced by the previous patch.
        (Limitations of Make): Add a 'target lookup' subentry in the
-       'VPATH' entry.  Rewrite all `make' occurences as address@hidden'.
+       'VPATH' entry.  Rewrite all `make' occurrences as address@hidden'.
 
 2002-07-29  Mark D. Roth  <address@hidden>
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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