diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-06 22:09:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-06 23:51:04 +0200 |
commit | dd01fecd23a4ded46b99a51dc08ac5d964dbcd53 (patch) | |
tree | 7935564290df6b3a828d1e8a7f4eecb7c58392f8 /README | |
parent | 04d1ab3bf5394ae229161669e9717d76d483e7aa (diff) | |
download | patches-dd01fecd23a4ded46b99a51dc08ac5d964dbcd53.tar patches-dd01fecd23a4ded46b99a51dc08ac5d964dbcd53.tar.gz |
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-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -59,7 +59,6 @@ To do so: guix environment guix - Re-run the 'configure' script passing it the option - '--with-libgcrypt-prefix=$HOME/.guix-profile/', as well as '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir' value of the currently installed Guix (failing to do that would lead the new Guix to consider the store to be empty!). |