forked from lix-project/lix
configure.ac: make flex and bison required programs
The build fails if these tools aren't available.
This commit is contained in:
parent
bcec46057c
commit
4c21c016c5
|
@ -155,8 +155,8 @@ NEED_PROG(patch, patch)
|
|||
AC_PATH_PROG(xmllint, xmllint, false)
|
||||
AC_PATH_PROG(xsltproc, xsltproc, false)
|
||||
AC_PATH_PROG(w3m, w3m, false)
|
||||
AC_PATH_PROG(flex, flex, false)
|
||||
AC_PATH_PROG(bison, bison, false)
|
||||
NEED_PROG(flex, flex)
|
||||
NEED_PROG(bison, bison)
|
||||
NEED_PROG(perl, perl)
|
||||
NEED_PROG(sed, sed)
|
||||
NEED_PROG(tar, tar)
|
||||
|
|
Loading…
Reference in a new issue