Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
erlend-aasland opened this issue Aug 24, 2023 · 0 comments
Open

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

erlend-aasland opened this issue Aug 24, 2023 · 0 comments
Labels
build The build process and cross-build

Comments

@erlend-aasland
Copy link
Contributor

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:

@erlend-aasland erlend-aasland added the build The build process and cross-build label Aug 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant