From: Stefano Lattarini Date: Thu, 21 Feb 2013 18:25:55 +0000 (+0100) Subject: fixup: one stray reference to older versioning scheme X-Git-Tag: v1.13.1d~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98a0b71f1161948b1b3f2e8b5694b9076a4e65eb;hp=a8933e87ca570f3e710559b12cddad4473525c19;p=platform%2Fupstream%2Fautomake.git 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 --- diff --git a/lib/Automake/Options.pm b/lib/Automake/Options.pm index cfeb78e..a5e6e8d 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";