* 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 02a5fdb..99bbc7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 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>
 
        Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE
index 3a3f45e..3fd2489 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;
            }