mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
parse-datetime: Require Bison 2.4 or newer.
* m4/parse-datetime.m4 (gl_PARSE_DATETIME): Set PARSE_DATETIME_BISON. Code taken from gettext's intl.m4. * modules/parse-datetime (Makefile.am): Use PARSE_DATETIME_BISON instead of YACC.
This commit is contained in:
@@ -38,7 +38,7 @@ parse-datetime.c: parse-datetime.y
|
||||
y.tab.c parse-datetime.c \
|
||||
y.tab.h parse-datetime.h \
|
||||
y.output parse-datetime.output \
|
||||
-- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \
|
||||
-- $(PARSE_DATETIME_BISON) -y -d $(YFLAGS) $(AM_YFLAGS) && \
|
||||
sed -e 's|".*/parse-datetime.y"|"parse-datetime.y"|' \
|
||||
< parse-datetime.c > parse-datetime.c-t && \
|
||||
rm -f parse-datetime.c && \
|
||||
|
Reference in New Issue
Block a user