Fixed build on FreeBSD - autotools investigation req for proper bison/byacc switch

This commit is contained in:
Alexey Khromov 2024-05-13 10:24:37 +03:00
parent 132a6641f4
commit 30e860885f

View File

@ -13,7 +13,7 @@ CC = @CC@
INCLUDES = -I./include
CFLAGS = @CFLAGS@ -fno-builtin
LIBS = @LIBS@ @CLOCK_LIB@
YACC = @YACC@ -Wno-yacc
YACC = @YACC@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@