mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
7575655212
160 changed files with 6948 additions and 3467 deletions
11
m4/guix.m4
11
m4/guix.m4
|
@ -295,6 +295,17 @@ AC_DEFUN([GUIX_LIBGCRYPT_LIBDIR], [
|
|||
$1="$guix_cv_libgcrypt_libdir"
|
||||
])
|
||||
|
||||
dnl GUIX_LIBZ_LIBDIR VAR
|
||||
dnl
|
||||
dnl Attempt to determine libz's LIBDIR; store the result in VAR.
|
||||
AC_DEFUN([GUIX_LIBZ_LIBDIR], [
|
||||
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
||||
AC_CACHE_CHECK([zlib's library directory],
|
||||
[guix_cv_libz_libdir],
|
||||
[guix_cv_libz_libdir="`$PKG_CONFIG zlib --variable=libdir 2> /dev/null`"])
|
||||
$1="$guix_cv_libz_libdir"
|
||||
])
|
||||
|
||||
dnl GUIX_CURRENT_LOCALSTATEDIR
|
||||
dnl
|
||||
dnl Determine the localstatedir of an existing Guix installation and set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue