summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-02-21 19:25:55 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-21 21:42:40 +0100
commit98a0b71f1161948b1b3f2e8b5694b9076a4e65eb (patch)
tree1ec007dca844e7a5162942d30d6adad84b9d0839 /lib/Automake
parenta8933e87ca570f3e710559b12cddad4473525c19 (diff)
downloadautomake-98a0b71f1161948b1b3f2e8b5694b9076a4e65eb.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/Automake')
-rw-r--r--lib/Automake/Options.pm2
1 files changed, 1 insertions, 1 deletions
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";