mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
* Detect flex and bison; updated the manual.
This commit is contained in:
parent
c5baaafae6
commit
c625718513
5 changed files with 45 additions and 51 deletions
|
@ -45,6 +45,8 @@ AC_LANG_POP(C++)
|
|||
AC_PATH_PROG(wget, wget)
|
||||
AC_PATH_PROG(xmllint, xmllint)
|
||||
AC_PATH_PROG(xsltproc, xsltproc)
|
||||
AC_PATH_PROG(flex, flex, false)
|
||||
AC_PATH_PROG(bison, bison, false)
|
||||
|
||||
AC_ARG_WITH(docbook-catalog, AC_HELP_STRING([--with-docbook-catalog=PATH],
|
||||
[path of the DocBook XML DTD]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue