Fix autoconf warnings#35
Conversation
This was the last one from systemd before they switched to Meson. Needed to update some of the autoconf script to match a change w.r.t. CFLAGS in the upstream attributes.m4.
Another AC_LANG_SOURCE warning that wasn't fixed yet.
|
thanks for the updating but I don't think the author actively maintains this. |
|
Yeah, it's been almost a year since the last activity now. I've merged all my PRs in my clone. |
Thanks, forked your branch already. I really want to help but I don't know about C but Java or javascript lol |
|
There's no Java or Javascript so at least that doesn't matter! I added the ability to create Python plugins on one of my branches, so if you know python you might be able to do something with that. |
I can play around with python, I am still exploring ways to build a desktop application using Electron (Javascript based) by calling C libs. |
Got tired of all the warning spew from autoconf when it rebuilds the configure script.