From: Stefano Lattarini Date: Tue, 22 Jan 2013 09:49:17 +0000 (+0100) Subject: warn: correct broken hyperlink in warning message X-Git-Tag: v1.13.1b~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d1002e0772e2fb6e9f9a3832a0f9c6486cd438a;p=thirdparty%2Fautomake.git warn: correct broken hyperlink in warning message * automake.in (scan_autoconf_traces): Here, when an use of the deprecated two- and three-arguments forms of AM_INIT_AUTOMAKE is detected. Fixes automake bug#13519. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 7a863cf19..7f0034656 100644 --- a/automake.in +++ b/automake.in @@ -5336,7 +5336,7 @@ EOF { msg 'obsolete', $where, <<'EOF'; AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation +http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation EOF $package_version = $args[2]; $package_version_location = $where;