]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
aclocal: better URL reference in error message
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 21:16:50 +0000 (23:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 21:16:50 +0000 (23:16 +0200)
* aclocal.in (scan_file): In the error message about underquoted
definitions, reference the automake page at `www.gnu.org', not
at `sources.redhat.com'.

ChangeLog
aclocal.in

index 696150b2e8d8fb5e97d5f420bf9793b743b1bf92..7a481fab7155646d135ae4c7fd5ed026f5eabff0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        coverage: distcheck-hook to catch missing/outdated *.m4 files
index 8b31bdca448b9859571803889e1d5892035f1c76..ce77e1d3b0227b174158ef597beebdfb62e597aa 100644 (file)
@@ -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;