summaryrefslogtreecommitdiff
path: root/lib/Automake/Options.pm
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-06-20 10:46:09 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-06-20 10:46:09 +0200
commit583daa1e655c4b736da5cd47d275ba8defb388dd (patch)
tree7dfd056f177b936eadd88ea6031b41f2301ab60f /lib/Automake/Options.pm
parent3fbe45da6f388fa7dd9ed2f33f816a118ba4ea6a (diff)
parentb8c2b69913b652bcfd4665b041f11d8b5316da2b (diff)
downloadautomake-583daa1e655c4b736da5cd47d275ba8defb388dd.tar.gz
Merge branch 'maint'
* maint: check: don't use multi-line coloring for the report ansi2knr: deprecate, it will go away in the next major release docs: primary/prefix combination "pkglib_PROGRAMS" is now invalid docs: replace obsolete @vindex entry with a useful one docs: AM_DISTCHECK_CONFIGURE_FLAGS is for corner cases
Diffstat (limited to 'lib/Automake/Options.pm')
-rw-r--r--lib/Automake/Options.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Automake/Options.pm b/lib/Automake/Options.pm
index 778167aed..e8765fdf1 100644
--- a/lib/Automake/Options.pm
+++ b/lib/Automake/Options.pm
@@ -269,6 +269,10 @@ sub _process_option_list (\%@)
}
elsif (/^(.*\/)?ansi2knr$/)
{
+ # This feature is deprecated, will be removed in the next
+ # Automake major release.
+ msg 'obsolete', $where,
+ "automatic de-ANSI-fication support is deprecated\n";
# An option like "../lib/ansi2knr" is allowed. With no
# path prefix, we assume the required programs are in this
# directory. We save the actual option for later.