* automake.in (lang_yacc_finish): Stop calling 'reject_var' on 'YACCFLAGS'; that has been obsolete for such a long time (since 1998 at least!) that is not worth worrying about anymore in Automake-NG.
Signed-off-by: Stefano Lattarini <[email protected]> --- automake.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/automake.in b/automake.in index 0428cf9..3cce00f 100644 --- a/automake.in +++ b/automake.in @@ -5527,8 +5527,6 @@ sub lang_yacc_finish return if defined $language_scratch{'yacc-done'}; $language_scratch{'yacc-done'} = 1; - reject_var 'YACCFLAGS', "'YACCFLAGS' obsolete; use 'YFLAGS' instead"; - yacc_lex_finish_helper; } -- 1.7.9.5
