1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-time

* NEWS (GUILE_INSTALL_GMP_MEMORY_FUNCTIONS): Update
* libguile/numbers.c: Add needed include.
* meta/build-env.in (GUILE_INSTALL_GMP_MEMORY_FUNCTIONS): Set when
building Guile.
This commit is contained in:
Andy Wingo 2021-04-27 21:23:08 +02:00
parent 7f18b659b9
commit 75babf8df9
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2003, 2006, 2008-2012, 2016, 2017 Free Software Foundation
# Copyright (C) 2003, 2006, 2008-2012, 2016, 2017, 2021 Free Software Foundation
#
# This file is part of GNU Guile.
#
@ -90,6 +90,9 @@ done
export LTDL_LIBRARY_PATH
export DYLD_LIBRARY_PATH
GUILE_INSTALL_GMP_MEMORY_FUNCTIONS=1
export GUILE_INSTALL_GMP_MEMORY_FUNCTIONS
if [ x"$PKG_CONFIG_PATH" = x ]
then
PKG_CONFIG_PATH="${top_builddir}/meta"