From 434681eba2d8f0ac726d93cc7b99193d355acf0a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 29 May 2012 22:57:48 +0200 Subject: [PATCH] [ng] cleanup: don't error on 'YACCFLAGS' usage * 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 --- automake.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/automake.in b/automake.in index 0428cf97b..3cce00ff2 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; } -- 2.47.2