Re: Announcing: example projects in Guile with Autotools
Nikolaos Chatzikonstantinou <[email protected]> Sun, 5 Oct 2025 23:00:02 -0400
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAAQmekcuPzHNAE6=1=TQDzsm4LFxBHNTMnCOrKZt1Wm-DuKgsQ@mail.gmail.com> |
On Sun, Oct 5, 2025 at 7:38 PM Tomas Volf <[email protected]> wrote: > > Nikolaos Chatzikonstantinou <[email protected]> writes: > > > I've compiled a list of Guile skeleton projects with Autotools > > (autoconf, automake) here: > > <https://codeberg.org/annoyingusername/guile-project-skeletons-autotools>. > > Hopefully this will be useful to others. I tried to cover all the > > cases that I could come up with. > [...] > Additionally, I would suggest to take look at bug 72130 and apply the > patches to the bundled test runner. I looked at that bug report, you note there that you don't know where the upstream is. I did some digging. It used to be in Automake until it was removed with commit f68b27844f5eb2566930fb8506eb0af1fdded718: <https://cgit.git.savannah.gnu.org/cgit/automake.git/commit/?h=experimental/ac-config-macro-dir-simplify&id=f68b27844f5eb2566930fb8506eb0af1fdded718>. The commit message says that its now part of some other place, and the thread in <https://lists.gnu.org/archive/html/guile-devel/2023-11/msg00036.html> mentions people wanted to get it into Guile, I guess it fell through. I might make a PR about it but first I'll try to incorporate your fixes to it. Regards, Nikolaos Chatzikonstantinou