1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* Sync with the trunk.

This commit is contained in:
Eelco Dolstra 2010-03-11 10:52:52 +00:00
commit 070057c1b9
4 changed files with 9 additions and 6 deletions

View file

@ -141,6 +141,7 @@ AC_PATH_PROG(w3m, w3m, false)
AC_PATH_PROG(flex, flex, false)
AC_PATH_PROG(bison, bison, false)
NEED_PROG(perl, perl)
NEED_PROG(sed, sed)
NEED_PROG(tar, tar)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(dblatex, dblatex)