From: Alexandre Duret-Lutz Date: Sun, 1 Aug 2004 20:05:23 +0000 (+0000) Subject: * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo X-Git-Tag: Release-1-9b~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85b7e99e897a4637ce5b454b6b7a721c7969ad8;p=thirdparty%2Fautomake.git * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo 4.7 now outputs "#Extending-aclocal". --- diff --git a/ChangeLog b/ChangeLog index 02a5fdb4f..99bbc7b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-01 Alexandre Duret-Lutz + + * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo + 4.7 now outputs "#Extending-aclocal". + 2004-08-01 Alexandre Duret-Lutz Derek R. Price diff --git a/aclocal.in b/aclocal.in index 3a3f45e15..3fd248983 100644 --- a/aclocal.in +++ b/aclocal.in @@ -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; }