Noogλe :: 2024

search input

Function of the day

  • Create an --{with,without}-<feature> string that can be passed to standard GNU Autoconf scripts.

    Inputs

    flag

    1. Function argument

    feature

    2. Function argument

    Examples

    withFeature usage example

    withFeature true "shared"
    => "--with-shared"
    withFeature false "shared"
    => "--without-shared"