[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: build: No longer substitute 'LIBGCRYPT'.
From: |
guix-commits |
Subject: |
03/10: build: No longer substitute 'LIBGCRYPT'. |
Date: |
Wed, 17 Apr 2019 05:54:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f2d86ed0b3e371ee95cbc0098b7b2ccb757bc948
Author: Ludovic Courtès <address@hidden>
Date: Tue Apr 16 23:32:39 2019 +0200
build: No longer substitute 'LIBGCRYPT'.
This had become useless since ca719424455465fca4b872c371daf2a46de88b33.
* configure.ac (LIBGCRYPT): Remove.
* guix/config.scm.in (%libgcrypt): Remove.
---
configure.ac | 8 --------
guix/config.scm.in | 4 ----
2 files changed, 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5d70de4..7e7ae02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,7 +202,6 @@ else
AC_MSG_RESULT([not found])
fi
-LIBGCRYPT="libgcrypt"
LIBGCRYPT_LIBDIR="no"
LIBGCRYPT_PREFIX="no"
@@ -212,7 +211,6 @@ AC_ARG_WITH([libgcrypt-prefix],
yes|no)
;;
*)
- LIBGCRYPT="$withval/lib/libgcrypt"
LIBGCRYPT_PREFIX="$withval"
LIBGCRYPT_LIBDIR="$withval/lib"
;;
@@ -223,11 +221,9 @@ AC_ARG_WITH([libgcrypt-libdir],
[search for GNU libgcrypt's shared library in DIR])],
[case "$withval" in
yes|no)
- LIBGCRYPT="libgcrypt"
LIBGCRYPT_LIBDIR="no"
;;
*)
- LIBGCRYPT="$withval/libgcrypt"
LIBGCRYPT_LIBDIR="$withval"
;;
esac])
@@ -240,10 +236,6 @@ case "x$LIBGCRYPT_PREFIX$LIBGCRYPT_LIBDIR" in
;;
esac
-dnl Library name suitable for `dynamic-link'.
-AC_MSG_CHECKING([for libgcrypt shared library name])
-AC_MSG_RESULT([$LIBGCRYPT])
-AC_SUBST([LIBGCRYPT])
AC_SUBST([LIBGCRYPT_PREFIX])
AC_SUBST([LIBGCRYPT_LIBDIR])
diff --git a/guix/config.scm.in b/guix/config.scm.in
index d2ec992..247b15e 100644
--- a/guix/config.scm.in
+++ b/guix/config.scm.in
@@ -33,7 +33,6 @@
%config-directory
%system
- %libgcrypt
%libz
%gzip
%bzip2
@@ -88,9 +87,6 @@
(define %system
"@guix_system@")
-(define %libgcrypt
- "@LIBGCRYPT@")
-
(define %libz
"@LIBZ@")
- branch master updated (0682f08 -> 1475582), guix-commits, 2019/04/17
- 01/10: gnu: awesome: Update home page., guix-commits, 2019/04/17
- 02/10: self: Remove unused variable., guix-commits, 2019/04/17
- 04/10: gnu: guix: Don't pass '--with-libgcrypt-prefix'., guix-commits, 2019/04/17
- 06/10: gnu: guix: Update to b8b1e4d., guix-commits, 2019/04/17
- 07/10: installer: Change language as soon as it has been chosen., guix-commits, 2019/04/17
- 09/10: installer: Look up timezone name translations in "iso_3166-1"., guix-commits, 2019/04/17
- 08/10: installer: Display language and territory names natively., guix-commits, 2019/04/17
- 10/10: installer: Sort items with 'string-locale<?'., guix-commits, 2019/04/17
- 03/10: build: No longer substitute 'LIBGCRYPT'.,
guix-commits <=
- 05/10: installer: Desktop environment page now includes window managers., guix-commits, 2019/04/17