Switch to a autotools build system and format

This commit is contained in:
2026-04-17 12:19:37 -05:00
parent 3657b8de60
commit ceffd1869a
17 changed files with 554 additions and 110 deletions

12
pre-inst-env.in Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
abs_top_srcdir="@abs_top_srcdir@"
abs_top_builddir="@abs_top_builddir@"
GUILE_LOAD_PATH="$abs_top_srcdir"
GUILE_LOAD_COMPILED_PATH="$abs_top_builddir"
GUILE_EXTENSIONS_PATH="$abs_top_builddir/libpetri-guile/.libs"
export GUILE_LOAD_PATH GUILE_LOAD_COMPILED_PATH GUILE_EXTENSIONS_PATH
exec "$@"