@berrange @notting @joshbressers I always look at migrating to either CMake (my preferred one) or Meson (much less preferred but still better) when I encounter a project with Autotools or plain makefiles. In both cases, it usually winds up being a mess of a project that the conversion cleans up and the end result is much more understandable.
Conversation
Notices
-
Embed this notice
Neal Gompa (ニール・ゴンパ) :fedora: (conan_kudo@fosstodon.org)'s status on Saturday, 30-Mar-2024 07:53:56 JST Neal Gompa (ニール・ゴンパ) :fedora: - Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice
Daniel P. Berrangé 📷 🎨 🔭 📡 (berrange@hachyderm.io)'s status on Saturday, 30-Mar-2024 07:54:02 JST Daniel P. Berrangé 📷 🎨 🔭 📡 @notting @joshbressers indeed, not using autotools is a blessing in oh so many ways. I don't miss m4 one little bit.
-
Embed this notice
Bill Nottingham (notting@mas.to)'s status on Saturday, 30-Mar-2024 07:54:03 JST Bill Nottingham @joshbressers @berrange the hip thing (I am assuming, I don't do as much these days) is to not use autotools.
Of course, that has its own costs in migration, testing, growing new python build dependencies, etc.