]> sourceware.org Git - automake.git/commitdiff
* aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Aug 2004 20:05:23 +0000 (20:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Aug 2004 20:05:23 +0000 (20:05 +0000)
4.7 now outputs "#Extending-aclocal".

ChangeLog
aclocal.in

index 02a5fdb4fc87fe72c2284a43f37631ddebdb463d..99bbc7b797f6d516845e07885b7646d8eaa8c1b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-01  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
+       4.7 now outputs "#Extending-aclocal".
+
 2004-08-01  Alexandre Duret-Lutz  <adl@gnu.org>
            Derek R. Price  <derek@ximbiot.com>
 
index 3a3f45e1578059a47cb1f9dfffce7e2f87efe587..3fd248983e7f50f630b09f2671f657795ec852e5 100644 (file)
@@ -335,7 +335,7 @@ sub scan_file ($$)
              print STDERR "$file:$.: warning: underquoted definition of $2\n";
              print STDERR "  run info '(automake)Extending aclocal'\n"
                . "  or see http://sources.redhat.com/automake/"
-               . "automake.html#Extending%20aclocal\n"
+               . "automake.html#Extending-aclocal\n"
                unless $underquoted_manual_once;
              $underquoted_manual_once = 1;
            }
This page took 0.037378 seconds and 5 git commands to generate.