Setting up a GNU Guile project with Autotools (erikedrosa.com) 22 points by swingthesickle 4y ago ↗ HN
[–] IiydAbITMvJkqKf 4y ago ↗ That's a lot of ceremony for building a project. [–] bjoli 4y ago ↗ There are helpers if you have a guile-only project, which also integrates with guix.I try to only use autotools if I really have to juggle the project between incompatible versions or integrate it into a C project.Meaning I have thus far only had to use autotools twice in about ten years for my projects
[–] bjoli 4y ago ↗ There are helpers if you have a guile-only project, which also integrates with guix.I try to only use autotools if I really have to juggle the project between incompatible versions or integrate it into a C project.Meaning I have thus far only had to use autotools twice in about ten years for my projects
2 comments
[ 2.8 ms ] story [ 13.0 ms ] threadI try to only use autotools if I really have to juggle the project between incompatible versions or integrate it into a C project.
Meaning I have thus far only had to use autotools twice in about ten years for my projects