Convert to autotools

This commit is contained in:
2024-11-18 12:22:04 -06:00
parent 921d770986
commit eac30fae76
5 changed files with 31 additions and 29 deletions

12
configure.ac Normal file
View File

@@ -0,0 +1,12 @@
AC_INIT([guile-d-], [0.1.0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
PKG_CHECK_MODULES([GUILE], [guile-3.0])
GUILE_SITE_DIR
GUILE_PROGS
AC_CONFIG_FILES([Makefile])
AC_OUTPUT