]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] diagnostic: don't bother explicitly rejecting ansi2knr stuff
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 17:21:58 +0000 (19:21 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 17:21:58 +0000 (19:21 +0200)
commitd8674c2d66ff1cf4ef7ca23316f6654c52c2e0db
treef6a45807e7fbe65f2c9227317e873d826aa8a510
parent640f419b9a43623b9157697e49ff9781505572fc
[ng] diagnostic: don't bother explicitly rejecting ansi2knr stuff

That is, fail through the usual avenues ("possibly undefined macro
'AM_C_PROTOTYPES', "option 'ansi2knr' not recognized") rather than
giving a special error message "automatic de-ANSI-fication support
has been removed".  Since the removal has taken place in Automake 1.12
already, people will have got used to it once Automake-NG gets stable
enough.

* lib/Automake/Options.pm (_process_option_list): Remove special
handling of 'ansi2knr' option.
* m4/protos.m4: Remove.
* Makefile.am (dist_automake_ac_DATA): Adjust.
* t/ansi2knr-no-more.sh: Remove.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
lib/Automake/Options.pm
m4/protos.m4 [deleted file]
t/ansi2knr-no-more.sh [deleted file]