From: Stefano Lattarini Date: Sat, 10 Sep 2011 21:16:50 +0000 (+0200) Subject: aclocal: better URL reference in error message X-Git-Tag: ng-0.5a~125^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4412308796486424c901342ea9361cd0ce597184;p=thirdparty%2Fautomake.git 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'. --- diff --git a/ChangeLog b/ChangeLog index 696150b2e..7a481fab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-09-09 Stefano Lattarini + + 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-09 Stefano Lattarini coverage: distcheck-hook to catch missing/outdated *.m4 files 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;