From 98a0b71f1161948b1b3f2e8b5694b9076a4e65eb Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 21 Feb 2013 19:25:55 +0100 Subject: fixup: one stray reference to older versioning scheme * lib/Automake/Options.pm: Here, in a FIXME comment: reference "Automake 3.0" rather than "Automake 1.15". Signed-off-by: Stefano Lattarini --- lib/Automake/Options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Automake/Options.pm') diff --git a/lib/Automake/Options.pm b/lib/Automake/Options.pm index cfeb78e82..a5e6e8dee 100644 --- a/lib/Automake/Options.pm +++ b/lib/Automake/Options.pm @@ -322,7 +322,7 @@ sub _process_option_list (\%@) error ($where, "automatic de-ANSI-fication support has been removed"); } - # TODO: Remove this special check in Automake 1.15. + # TODO: Remove this special check in Automake 3.0. elsif ($_ eq 'cygnus') { error $where, "support for Cygnus-style trees has been removed"; -- cgit v1.2.1