automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 1/5] [ng] cleanup: don't error on 'YACCFLAGS' usage


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 1/5] [ng] cleanup: don't error on 'YACCFLAGS' usage
Date: Wed, 6 Jun 2012 00:52:08 +0200

* 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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]