Hello list, I have the following project skeleton using Autotools and Guile: <https://github.com/createyourpersonalaccount/autotools-guile-example>.
I've mostly gotten it right, except that I can't figure out how to install the "app". I can install the library (under src/) successfully, but I'm not sure how to modify my Makefile.am to include the app/myapp.scm. I would appreciate any insights on this. If I can get this issue fixed, and another issue with `make distcheck` (see <https://github.com/createyourpersonalaccount/autotools-guile-example#issues>) then my next step would be to recommend that we include a full example in the Guile manual of such a project skeleton. Perhaps as a GNU project? It is not novel -- it is similar to GNU Hello <https://www.gnu.org/software/hello/>, which is meant to highlight the GNU Coding Standards. Understandably my project skeleton is not *the one and only way* to do things, but it would be good to provide newcomers with a guiding hand. Regards, Nikolaos Chatzikonstantinou