-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize autotools bootstrapping #336
Conversation
Great job figuring this out! My eyes go watery every time I try to wrap my head around bootstrap syntax. ;) Did you test if / how much this breaks backwards compatibility with older autotools? It might be helpful to mention this in future release notes. |
Additionally, these changes reveal the following warnings on Debian Bullseye:
This page talks about pattern rules. Of course this code change didn't introduce the offending syntax, but it would be a plus to address it for the sake of portability. |
Fixed in latest force-push |
It is possible to bootstrap, configure and build on recent OpenIndiana, FreeBSD, CentOS, and Debian Bookworm / Bullseye. I think this syntax is good. |
@dgsga May I ask you to squash the commits and mention the GitHub ticket # (#331) in the commit description? It's helpful to have that traceability. See also: https://github.com/Netatalk/netatalk/wiki/Developer-Notes#commit-messages |
BTW I learned about
|
Done |
@dgsga The macOS job is failing with |
Yes, something unpleasant has happened. Looking into it... |
Still failing on Monterey? What's going on! |
Hi @rdmark. It turns out the issue is with a bug in upstream mysql version 8.0.33. A bug fix request has been submitted to the maintainers. In the meantime the macOS workflow installs mysql version 8.0.32, a temporary workaround until the mysql issue is fixed. |
This PR: