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.1-10-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.1-10-g066c8ca
Date: Mon, 11 Jun 2012 14:58:22 +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=066c8cadf20ada22b922a1f0a8ba49c2f0d20f0b

The branch, maint has been updated
       via  066c8cadf20ada22b922a1f0a8ba49c2f0d20f0b (commit)
       via  dbbcd360554c39a5192ea5a68f9b784cbd9a1a11 (commit)
      from  fa0cd34b38729a59a40fa946fc621df3ef0924cd (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 066c8cadf20ada22b922a1f0a8ba49c2f0d20f0b
Author: Stefano Lattarini <address@hidden>
Date:   Sat Jun 9 20:13:43 2012 +0200

    tests: look for '.lo' rather than '.o' object when using Libtool with C++
    
    * t/cxx-lt-demo.sh: ... in this test.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit dbbcd360554c39a5192ea5a68f9b784cbd9a1a11
Author: Stefano Lattarini <address@hidden>
Date:   Sat Jun 9 20:04:24 2012 +0200

    cosmetics: few typofixes in older ChangeLogs, suggested by "codespell.py"
    
    The typofixes offered by this patch have been suggested by the
    "codespell.py" script.  Reference:
    <http://git.profusion.mobi/cgit.cgi/lucas/codespell/>
    
    * old/ChangeLog.01, old/ChangeLog.02, old/ChangeLog.03: Fix few typos.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 old/ChangeLog.01 |    2 +-
 old/ChangeLog.02 |    8 ++++----
 old/ChangeLog.03 |    4 ++--
 t/cxx-lt-demo.sh |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/old/ChangeLog.01 b/old/ChangeLog.01
index f8b413f..f4882f7 100644
--- a/old/ChangeLog.01
+++ b/old/ChangeLog.01
@@ -4793,7 +4793,7 @@
        * automake.in (handle_clean): Bind `-local' targets to `-am'
        targets, not top targets.
        Don't declare -recursive dependencies of the clean targets:
-       `subdirs.am' did it.  Less hard coded knowledge, transfered
+       `subdirs.am' did it.  Less hard coded knowledge, transferred
        into...
        * clean.am: here.
 
diff --git a/old/ChangeLog.02 b/old/ChangeLog.02
index b99f757..0584ef3 100644
--- a/old/ChangeLog.02
+++ b/old/ChangeLog.02
@@ -579,7 +579,7 @@
 2002-09-30  Alexandre Duret-Lutz  <address@hidden>
 
        * automake.in (require_variables): The fix introduced in 2002-09-19
-       is imcomplete.  Rewrite the conditional variable definition check
+       is incomplete.  Rewrite the conditional variable definition check
        using &variable_not_always_defined_in_cond.
        * tests/cond26.test, tests/cond27.test, tests/cond28.test: New file.
        * tests/Makefile.am (TESTS): Add cond26.test, cond27.test, and
@@ -1286,7 +1286,7 @@
        so_location files in current directory.
 
        Fix for PR automake/346:
-       * automake.texi (Optional): Supress the documentation for
+       * automake.texi (Optional): Suppress the documentation for
        AC_PATH_XTRA, AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE, AC_FUNC_FNMATCH,
        AC_FUNC_GETLOADAVG, AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_OBSTACK,
        AC_FUNC_STRTOD, AC_REPLACE_FUNCS, AC_REPLACE_GNU_GETOPT,
@@ -2180,7 +2180,7 @@
        * tests/defs (configure.in): Don't double-quote $me.
        * tests/sinclude.test: Overwrite configure.in and use
        `am__sinclude' instead of `sinclude' as package name.
-       Excercise `m4_sinclude' instead of `sinclude'.
+       Exercise `m4_sinclude' instead of `sinclude'.
 
 2002-05-20  Alexandre Duret-Lutz  <address@hidden>
 
@@ -2811,7 +2811,7 @@
        derived from maude_LIBADD.
        (Program variables): Define AM_LDFLAGS.
        (Dependencies): Passing the no-dependencies option to
-       AM_INIT_AUTOMAKE is prefered.
+       AM_INIT_AUTOMAKE is preferred.
        (Scripts): Explain why automake is magically cleaned.
        Mention noinst_SCRIPTS and check_SCRIPTS.
        (Data): Use dist_ in Automake's example.
diff --git a/old/ChangeLog.03 b/old/ChangeLog.03
index b7e8c6a..861bc34 100644
--- a/old/ChangeLog.03
+++ b/old/ChangeLog.03
@@ -2386,7 +2386,7 @@
 2003-03-19  Alexandre Duret-Lutz  <address@hidden>
 
        * Makefile.am (maintainer-check): Allow `automake:' tokens,
-       occuring in location.test.  Automake now has 5 legitimate
+       occurring in location.test.  Automake now has 5 legitimate
        unsubstituted @address@hidden
 
        * tests/aclocal4.test: Require GNU make.
@@ -2760,7 +2760,7 @@
 
 2003-01-19  Alexandre Duret-Lutz  <address@hidden>
 
-       Rename more files to accomodate 8+3 file systems, and adjust the
+       Rename more files to accommodate 8+3 file systems, and adjust the
        vocabulary at the same time: AM_CONDITIONAL defines "conditionals",
        and we call "condition" a conjunction of "conditionals".
        * lib/am/Conditional.pm: Rename to lib/am/Condition.pm.
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index ef2bc78..3c931e0 100755
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -53,7 +53,7 @@ TESTS = try.sh
 check-local: test-objs
 test-objs:
        test -f src/main.$(OBJEXT)
-       test -f lib/libfoo.$(OBJEXT)
+       test -f lib/libfoo.lo
 END
 
 cat > src/Makefile.am << 'END'


hooks/post-receive
-- 
GNU Automake



reply via email to

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