libbuild2-autoconf

Autoconf emulation build system module for build2 (by build2)

Libbuild2-autoconf Alternatives

Similar projects and alternatives to libbuild2-autoconf

  1. zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. raylib

    A simple and easy-to-use library to enjoy videogames programming

  4. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  5. llvm-project

    Fork of LLVM with Xtensa specific patches. To be upstreamed. (by espressif)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better libbuild2-autoconf alternative or higher similarity.

libbuild2-autoconf discussion

Log in or Post with

libbuild2-autoconf reviews and mentions

Posts with mentions or reviews of libbuild2-autoconf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-05.
  • GNU Make Standard Library
    2 projects | news.ycombinator.com | 5 Feb 2025
    > If make supplied it's own shell language, a simplified one, then everything would be fantastic.

    We did exactly that in build2, a modern make re-thought. And we provide a bunch of standard utilities like sed, find, etc., that work the same everywhere, including Windows. Here is an example of a non-trivial recipe: https://github.com/build2/libbuild2-autoconf/blob/17f637c1ca...

  • LLVM 16.0.0 Release
    7 projects | news.ycombinator.com | 18 Mar 2023
    > [...] 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

Basic libbuild2-autoconf repo stats
2
7
5.1
2 months ago

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.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?