diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-09-10 23:25:13 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-09-10 23:25:13 +0200 |
commit | 0ae01e8cce1f89f8e45f621f5aa99cf563c52164 (patch) | |
tree | 6f694a22975aacf04c5b30a4388fca5359238453 /aclocal.in | |
parent | 2f318014b337e8ef8533a9380341e4ce6568ab0c (diff) | |
parent | 4412308796486424c901342ea9361cd0ce597184 (diff) | |
download | automake-0ae01e8cce1f89f8e45f621f5aa99cf563c52164.tar.gz |
Merge branch 'maint'
* maint:
aclocal: better URL reference in error message
Diffstat (limited to 'aclocal.in')
-rw-r--r-- | aclocal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in index 02963eec6..bc0804a78 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; |