[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-4-gf5
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-4-gf5ddd3b |
Date: |
Tue, 31 Mar 2009 20:05:15 +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=f5ddd3b0a9522ef9933fc04743e476c0c303e181
The branch, next has been updated
via f5ddd3b0a9522ef9933fc04743e476c0c303e181 (commit)
via ffe14af2ac4103768fe8747c8d96200d6e82c200 (commit)
via 8119e99b2171eec6b830c6cf278ec623a57424b6 (commit)
from 72bae12c59bbb1669f9049c362aecd9b658705e0 (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 f5ddd3b0a9522ef9933fc04743e476c0c303e181
Author: Akim Demaille <address@hidden>
Date: Tue Mar 31 21:45:14 2009 +0200
Fix typo in manual.
* doc/automake.texi (Simple Tests using parallel-tests): Fix
typo.
Signed-off-by: Ralf Wildenhues <address@hidden>
commit ffe14af2ac4103768fe8747c8d96200d6e82c200
Author: Jim Meyering <address@hidden>
Date: Tue Mar 31 21:11:06 2009 +0200
Avoid test failure due to paranoid TAR_OPTIONS envvar setting.
* tests/txinfo18.test: Don't let a TAR_OPTIONS=--keep-old-files
environment variable setting cause test failure. Fixed in
texi2dvi 4.13.
Signed-off-by: Ralf Wildenhues <address@hidden>
commit 8119e99b2171eec6b830c6cf278ec623a57424b6
Author: Jim Meyering <address@hidden>
Date: Tue Mar 31 21:06:28 2009 +0200
Use more common spelling in diagnostic: s/canonic/canonical/.
* automake.in (check_typos): s/canonic/canonical/.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 16 ++++++++++++++++
automake.in | 2 +-
doc/automake.texi | 2 +-
tests/txinfo18.test | 4 ++--
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 371c868..e60c688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-03-31 Akim Demaille <address@hidden>
+
+ Fix typo in manual.
+ * doc/automake.texi (Simple Tests using parallel-tests): Fix
+ typo.
+
+2009-03-31 Jim Meyering <address@hidden>
+
+ Avoid test failure due to paranoid TAR_OPTIONS envvar setting.
+ * tests/txinfo18.test: Don't let a TAR_OPTIONS=--keep-old-files
+ environment variable setting cause test failure. Fixed in
+ texi2dvi 4.13.
+
+ Use more common spelling in diagnostic: s/canonic/canonical/.
+ * automake.in (check_typos): s/canonic/canonical/.
+
2009-03-31 Ralf Wildenhues <address@hidden>
* configure.ac, NEWS: Bump version to 1.10c.
diff --git a/automake.in b/automake.in
index 6165851..472862b 100755
--- a/automake.in
+++ b/automake.in
@@ -3017,7 +3017,7 @@ sub check_typos ()
{
$varname =~ /^(?:nobase_)?(?:dist_|nodist_)?(.*)_[[:alnum:]]+$/;
msg_var ('syntax', $var, "variable `$varname' is defined but no"
- . " program or\nlibrary has `$1' as canonic name"
+ . " program or\nlibrary has `$1' as canonical name"
. " (possible typo)")
unless $var->rdef ($cond)->seen;
}
diff --git a/doc/automake.texi b/doc/automake.texi
index db15df7..14552cf 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8660,7 +8660,7 @@ to avoid this limitation.
Please note that it is currently not possible to use @code{$(srcdir)/}
or @code{$(top_srcdir)/} in the @code{TESTS} variable. This technical
limitation is necessary to avoid generating test logs in the source tree
-and has the unfortunate consequence thast it is not possible to specify
+and has the unfortunate consequence that it is not possible to specify
distributed tests that are themselves generated by means of explicit
rules, in a way that is portable to all @command{make} implementations
(@pxref{Make Target Lookup,,, autoconf, The Autoconf Manual}, the
diff --git a/tests/txinfo18.test b/tests/txinfo18.test
index f847b63..bc66918 100755
--- a/tests/txinfo18.test
+++ b/tests/txinfo18.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2008, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -62,4 +62,4 @@ $AUTOMAKE --add-missing
$AUTOCONF
./configure
-$MAKE distcheck
+TAR_OPTIONS= $MAKE distcheck
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-4-gf5ddd3b,
Ralf Wildenhues <=