Skip to content
  • Andrés G. Aragoneses's avatar
    autogen.sh: fix configuration without autotools, and cleanup (bgo#706497) · 3d03dc24
    Andrés G. Aragoneses authored and Colin Walters's avatar Colin Walters committed
    Configuring without autotools was broken (because the "hack" in place to
    force autotools if NOCONFIGURE is specified, didn't take in account the
    dependencies for using autotools). Besides, the code to check this has
    been slightly improved:
    - Before, it was a bit confusing ("have_autotools" and "enable_autotools"
    variables didn't express full meaning of how they were being used)
    - It was barely readable (using $TRUE and $FALSE variables, instead of 0/1,
    helps a bit).
    - The dependencies of autotools now give suggestions of package names that
    could contain them.
    3d03dc24