XVBNSBNGQ5CJLRJERFIVPQJCNTEAP4WI2EECONCL65INTHMMRILQC PATH="$nix:$PATH"export PATHNEED_PROG([NIX_STORE], [nix-store])AC_MSG_CHECKING([whether $NIX_STORE is recent enough])if "$NIX_STORE" --timeout 123 -q > /dev/null 2>&1thenAC_MSG_RESULT([yes])elseAC_MSG_RESULT([no])AC_MSG_ERROR([`$NIX_STORE' doesn't support `--timeout'; please use a newer version.])fi