Libbuild2-autoconf Alternatives
Similar projects and alternatives to libbuild2-autoconf
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
llvm-project
Fork of LLVM with Xtensa specific patches. To be upstreamed. (by espressif)
libbuild2-autoconf reviews and mentions
-
LLVM 16.0.0 Release
> [...] treated some of the code used for various feature checks invalid and the end result was checks failing even though they should have passed - often with barely any notification to the user (the user would see a "no" instead of a "yes" in some check)
This is a perfect illustration of conceptual bankruptcy of the autoconf approach. Using compile/link tests and basing a decision on whether they succeeded or failed without distinguishing the reasons for failure will inevitably lead to silent false negatives.
If you are wondering what to and what are the alternatives, here is one approach: https://github.com/build2/libbuild2-autoconf
Stats
build2/libbuild2-autoconf is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of libbuild2-autoconf is C.