Autoconf and m4
Autoconf and m4
Posted Apr 30, 2024 20:23 UTC (Tue) by Paf (subscriber, #91811)In reply to: Autoconf and m4 by epa
Parent article: Security patterns and anti-patterns in embedded development
RE: Assume sensible defaults.
The problem - or so it seems to me - is that configure is the main way builds find and report missing dependencies. So I'm building X and the build requires totally-reasonable-but-not-universal library Y (or god forbid it requires obscure library Z). Those dependencies are generally expressed via the configure script. Seems like a non-starter.