mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Wire up Whippet to configure.ac
* configure.ac: Add WHIPPET_PKG invocation. Choose BDW-GC as the collector, for now.
This commit is contained in:
parent
556a3ae671
commit
ab7288de0e
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
||||||
Copyright 1998-2023 Free Software Foundation, Inc.
|
Copyright 1998-2023, 2025 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Guile.
|
This file is part of Guile.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ AC_INIT([GNU Guile],
|
||||||
m4_esyscmd([build-aux/git-version-gen --match v3.0.\* .tarball-version]),
|
m4_esyscmd([build-aux/git-version-gen --match v3.0.\* .tarball-version]),
|
||||||
[bug-guile@gnu.org])
|
[bug-guile@gnu.org])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIRS([m4 libguile/whippet])
|
||||||
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -1120,6 +1120,10 @@ main (int argc, char **argv)
|
||||||
[],
|
[],
|
||||||
[AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
|
[AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
|
||||||
|
|
||||||
|
# Whippet GC library
|
||||||
|
WHIPPET_PKG_COLLECTOR(bdw)
|
||||||
|
WHIPPET_PKG
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Boehm's GC library
|
# Boehm's GC library
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue