Use yacc and lex as detected by autoconf to build restconf

Setup YACC and LEX via autoconf
On opensuse tumbleweed I had a build error because the wrong lex variant was used without this.

This is the same as in lib/src/Makefile.in
This commit is contained in:
maverick0815 2024-04-29 18:56:14 +02:00 committed by Olof Hagsand
parent bafbf0c7aa
commit d2f3405ab6

View file

@ -83,6 +83,9 @@ LIBDEPS = $(top_srcdir)/lib/src/$(CLIXON_LIB)
LIBS = -L$(top_srcdir)/lib/src $(top_srcdir)/lib/src/$(CLIXON_LIB) @LIBS@
YACC = @YACC@
LEX = @LEX@
CPPFLAGS = @CPPFLAGS@