build: configure: Bison/Flex and library programs
This commit is contained in:
parent
32189bb90a
commit
34c9ad0189
|
@ -32,4 +32,12 @@ AC_PROG_CC_STDC
|
||||||
# Warnings
|
# Warnings
|
||||||
AX_COMPILER_FLAGS([], [], [], [-Wall -Wextra -pedantic])
|
AX_COMPILER_FLAGS([], [], [], [-Wall -Wextra -pedantic])
|
||||||
|
|
||||||
|
# Use Flex/Lex
|
||||||
|
AM_PROG_LEX
|
||||||
|
# Use Bion/Yacc
|
||||||
|
AC_PROG_YACC
|
||||||
|
# Use libraries
|
||||||
|
AM_PROG_AR
|
||||||
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue