fixup: one stray reference to older versioning scheme
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Feb 2013 18:25:55 +0000 (19:25 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Feb 2013 20:42:40 +0000 (21:42 +0100)
* lib/Automake/Options.pm: Here, in a FIXME comment: reference
"Automake 3.0" rather than "Automake 1.15".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/Automake/Options.pm

index cfeb78e..a5e6e8d 100644 (file)
@@ -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";