glr2.cc: no longer be part of b4_glr_cc_if

We are fully independant of glr.c/glr.cc, we no longer need to pretend
we are glr.cc.

* data/skeletons/bison.m4: here.
This commit is contained in:
Akim Demaille
2021-01-31 16:26:40 +01:00
parent 6dc09317fb
commit 0dc20612c0

View File

@@ -402,7 +402,7 @@ b4_define_flag_if([yacc]) # Whether POSIX Yacc is emulated.
# b4_glr_cc_if([IF-TRUE], [IF-FALSE])
# -----------------------------------
m4_define([b4_glr_cc_if],
[m4_if(m4_bregexp(b4_skeleton, [^"glr2?.cc"$]), [0], $@)])
[m4_if(m4_bregexp(b4_skeleton, [^"glr.cc"$]), [0], $@)])
## --------- ##