diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:43:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:49:54 +0100 |
commit | d388c2c435395aee61dc074023b1f218e6037545 (patch) | |
tree | 9b9016d2dea7bb708a20a571f5d48a3ec17bc3fb /Makefile.am | |
parent | 1275baeba7bbee85a28766eb7307cf1690ec08d2 (diff) | |
download | guix-d388c2c435395aee61dc074023b1f218e6037545.tar guix-d388c2c435395aee61dc074023b1f218e6037545.tar.gz |
build: Require GNU libgcrypt.
* guix/utils.scm (sha256): Remove Coreutils- and libchop-based
implementations.
* README: Update accordingly.
* m4/guix.m4: New file.
* configure.ac: Use `GUIX_ASSERT_LIBGCRYPT_USABLE'. Set and substitute
`LIBGCRYPT_PREFIX'.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Pass
`--with-libgcrypt-prefix=$(LIBGCRYPT_PREFIX)'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b06f575e6c..24fc22e2d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,4 +172,5 @@ EXTRA_DIST += doc/fdl-1.3.texi ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = \ + --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \ --with-nix-prefix="$(NIX_PREFIX)" |