From: Stefano Lattarini Date: Sat, 10 Sep 2011 21:25:13 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae01e8cce1f89f8e45f621f5aa99cf563c52164;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: aclocal: better URL reference in error message --- 0ae01e8cce1f89f8e45f621f5aa99cf563c52164 diff --cc aclocal.in index 02963eec6,ce77e1d3b..bc0804a78 --- a/aclocal.in +++ b/aclocal.in @@@ -561,9 -562,9 +561,9 @@@ sub scan_file ($$$ $defun_seen = 1; if (! defined $1) { - msg ('syntax', "$file:$.", "warning: underquoted definition of $2" - . "\n run info '(automake)Extending aclocal'\n" + 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;