>From 9d1002e0772e2fb6e9f9a3832a0f9c6486cd438a Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Tue, 22 Jan 2013 10:49:17 +0100 Subject: [PATCH] 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 --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 7a863cf..7f00346 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; -- 1.8.1.rc3.192.g2d0029e