1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +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:
Andy Wingo 2025-04-15 11:17:29 +02:00
parent 556a3ae671
commit ab7288de0e

View file

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl
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.
@ -28,7 +28,7 @@ AC_INIT([GNU Guile],
m4_esyscmd([build-aux/git-version-gen --match v3.0.\* .tarball-version]),
[bug-guile@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIRS([m4 libguile/whippet])
AC_CONFIG_SRCDIR(GUILE-VERSION)
AC_CANONICAL_TARGET
@ -1120,6 +1120,10 @@ main (int argc, char **argv)
[],
[AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)])
# Whippet GC library
WHIPPET_PKG_COLLECTOR(bdw)
WHIPPET_PKG
#--------------------------------------------------------------------
#
# Boehm's GC library