4.7 now outputs "#Extending-aclocal".
+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>
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;
}