summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 23:16:50 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 23:16:50 +0200
commit4412308796486424c901342ea9361cd0ce597184 (patch)
treefb250f81ac11de64d18c62f291f02a27e7c6f628 /aclocal.in
parent2d5a0d87ddeaaab474e4fc1d9816feb275711384 (diff)
downloadautomake-4412308796486424c901342ea9361cd0ce597184.tar.gz
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'.
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in
index 8b31bdca4..ce77e1d3b 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -564,7 +564,7 @@ sub scan_file ($$$)
{
msg ('syntax', "$file:$.", "warning: 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;