Skip to content

Autoconf: Clean up usage of "particular programs" #108413

Open
@erlend-aasland

Description

@erlend-aasland

In configure.ac, we check for particular programs, but we rarely use the resulting variables; for example, instead of using $SED to call a POSIX compliant sed, we simply use sed directly.

IMO, we should clean up usages of "particular programs" in configure.ac and Makefile.pre.in, and consistently use the Autoconf variables.

See also:

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-build

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions