summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-10-06 22:09:40 +0200
committerLudovic Courtès <ludo@gnu.org>2015-10-06 23:51:04 +0200
commitdd01fecd23a4ded46b99a51dc08ac5d964dbcd53 (patch)
tree7935564290df6b3a828d1e8a7f4eecb7c58392f8 /README
parent04d1ab3bf5394ae229161669e9717d76d483e7aa (diff)
build: Automatically determine libgcrypt's file name.
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro. * configure.ac: Use it when no --with-libgcrypt-* option was passed. * README: Do not recommend --with-libgcrypt-prefix. Co-authored-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index df528222e90..f05a4b5615e 100644
--- a/README
+++ b/README
@@ -59,7 +59,6 @@ To do so:
59 guix environment guix 59 guix environment guix
60 60
61 - Re-run the 'configure' script passing it the option 61 - Re-run the 'configure' script passing it the option
62 '--with-libgcrypt-prefix=$HOME/.guix-profile/', as well as
63 '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir' 62 '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir'
64 value of the currently installed Guix (failing to do that would lead the 63 value of the currently installed Guix (failing to do that would lead the
65 new Guix to consider the store to be empty!). 64 new Guix to consider the store to be empty!).