Author: eelco Date: Wed Jul 13 15:57:44 2011 New Revision: 27764 URL: https://svn.nixos.org/websvn/nix/?rev=27764&sc=1
Log: * Show the default for --with-store-dir (Nix/211). Modified: nix/trunk/configure.ac Modified: nix/trunk/configure.ac ============================================================================== --- nix/trunk/configure.ac Wed Jul 13 15:53:24 2011 (r27763) +++ nix/trunk/configure.ac Wed Jul 13 15:57:44 2011 (r27764) @@ -207,7 +207,7 @@ AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH], - [path of the Nix store]), + [path of the Nix store (defaults to /nix/store)]), storedir=$withval, storedir='/nix/store') AC_SUBST(storedir) _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
