diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-20T10·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-20T10·53+0000 |
commit | 5079ccb45537fe8de4b9579e274523734a3f634e (patch) | |
tree | 314405a8fc117e6ce1737232d06bcdec5cf396ca /configure.ac | |
parent | 1849aa2a72d7f530e2c18d640528075bcdf8991c (diff) |
* Move most of Nix into a library (libnix.a).
* Run `test' on `make check'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1aa1a66568f4..9b36f90a9b44 100644 --- a/configure.ac +++ b/configure.ac @@ -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.) |