[email protected] wrote: > Marco Maggi <[email protected]> wrote: >> I already have a too long list of things to learn. I am used to the GNU >> Autotools and I can recycle this knowledge. Less things, better life...
> You might want to check this project out, which uses autotools. :) > https://github.com/drewt/scmus Makefile functions! I used them, too, many years ago, before switching to GNU Automake and never looking back. They looked cool to me, at first, but then they are a nightmare to maintain; especially if you want someone else to contribute to your project. I have moved my experiments here: <https://github.com/marcomaggi/mmux-chicken-compiler-use-examples> and the template project is coming along: <https://github.com/marcomaggi/mmux-chicken-template> "distcheck", parallel compilation and parallel testing work fine. I have to develop more the inspection in the GNU Autoconf macro that detects CHICKEN and its installation paths. -- Marco Maggi _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
