From ea0d3009fa7020d75c1657cb532570305de699a6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 22 Sep 2023 08:24:42 -0400 Subject: Allow game to be properly installable. --- configure.ac | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb264af..779d240 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl -*- Autoconf -*- +# -*- Autoconf -*- AC_INIT(super-bloom, 0.1.0) AC_CONFIG_SRCDIR(super-bloom) @@ -8,6 +8,9 @@ AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +#AC_CONFIG_FILES([super-bloom/config.scm]) + +AC_PROG_SED GUILE_PKG([3.0]) GUILE_PROGS @@ -15,4 +18,10 @@ GUILE_PROGS GUILE_MODULE_REQUIRED([chickadee]) GUILE_MODULE_REQUIRED([catbird]) +# Installation directories for .scm and .go files. +guilemoduledir="${datarootdir}/guile/site/$GUILE_EFFECTIVE_VERSION" +guileobjectdir="${libdir}/guile/$GUILE_EFFECTIVE_VERSION/site-ccache" +AC_SUBST([guilemoduledir]) +AC_SUBST([guileobjectdir]) + AC_OUTPUT -- cgit v1.2.3