configure: Call the variable $NIX_STORE_PROGRAM, not $NIX_STORE.
[?]
Oct 4, 2011, 8:19 PM
MBEEIXWJ6ZYYJTGHTHNVRZEXTOYVGI5LI3YOKTNUVPFVISV4NY4ACDependencies
- [2]
XVBNSBNGconfigure: Make sure we get a recent `nix-store'. - [3]
FV2M6MOThydra: use autoconf/-make - [4]
2KJFOYGShydra: Actually check for Nix in `configure'.
Change contents
- replacement in configure.ac at line 44
NEED_PROG([NIX_STORE], [nix-store])NEED_PROG([NIX_STORE_PROGRAM], [nix-store]) - replacement in configure.ac at line 46
AC_MSG_CHECKING([whether $NIX_STORE is recent enough])if "$NIX_STORE" --timeout 123 -q > /dev/null 2>&1AC_MSG_CHECKING([whether $NIX_STORE_PROGRAM is recent enough])if "$NIX_STORE_PROGRAM" --timeout 123 -q > /dev/null 2>&1 - replacement in configure.ac at line 52
AC_MSG_ERROR([`$NIX_STORE' doesn't support `--timeout'; please use a newer version.])AC_MSG_ERROR([`$NIX_STORE_PROGRAM' doesn't support `--timeout'; please use a newer version.])