[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1329-g861fcc3 |
Date: |
Sat, 10 Sep 2011 21:28:34 +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=861fcc3ef441700d83f1cbd814d69e2f21dace7f
The branch, testsuite-work has been updated
via 861fcc3ef441700d83f1cbd814d69e2f21dace7f (commit)
via 0ae01e8cce1f89f8e45f621f5aa99cf563c52164 (commit)
via 4412308796486424c901342ea9361cd0ce597184 (commit)
from 02aa640410bb9a5106b052d16c7f54f9e926740b (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 861fcc3ef441700d83f1cbd814d69e2f21dace7f
Merge: 02aa640 0ae01e8
Author: Stefano Lattarini <address@hidden>
Date: Sat Sep 10 23:26:01 2011 +0200
Merge branch 'master' into testsuite-work
* master:
aclocal: better URL reference in error message
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
aclocal.in | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c61f044..ae2eb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-09 Stefano Lattarini <address@hidden>
+
+ aclocal: better URL reference in error message
+ * aclocal.in (scan_file): In the error message about underquoted
+ definitions, reference the automake page at `www.gnu.org', not
+ at `sources.redhat.com'.
+
2011-09-10 Stefano Lattarini <address@hidden>
tests: avoid creating useless files in some test directories
diff --git a/aclocal.in b/aclocal.in
index 02963ee..bc0804a 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -563,7 +563,7 @@ sub scan_file ($$$)
{
msg ('syntax', "$file:$.", "underquoted definition of $2"
. "\n run info Automake 'Extending aclocal'\n"
- . " or see http://sources.redhat.com/automake/"
+ . " or see http://www.gnu.org/software/automake/manual/"
. "automake.html#Extending-aclocal")
unless $underquoted_manual_once;
$underquoted_manual_once = 1;
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1329-g861fcc3,
Stefano Lattarini <=