1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Move most of Nix into a library (libnix.a).

* Run `test' on `make check'.
This commit is contained in:
Eelco Dolstra 2003-06-20 10:53:04 +00:00
parent 1849aa2a72
commit 5079ccb455
2 changed files with 12 additions and 5 deletions

View file

@ -9,6 +9,7 @@ AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
# Unix shell scripting should die a slow and painful death.
AC_DEFINE_UNQUOTED(NIX_VALUES_DIR, "$(eval echo $prefix/values)", Nix values directory.)