Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[AutotoolsToolchain] Added helpers update_xxxx_args #12884

Merged

Conversation

franramirez688
Copy link
Contributor

@franramirez688 franramirez688 commented Jan 11, 2023

Changelog: Fix: AutotoolsToolchain.configure_args are adequately initialized.
Changelog: Feature: Added to AutotoolsToolchain helper functions: update_configure_args, update_make_args, and update_autoreconf_args to update/prune flags effortlessly.
Changelog: Bugfix: AutotoolsToolchain.configure_args was overwriting Conan's pre-calculated arguments.
Docs: conan-io/docs#2895

Closes: #12431
Closes: #12642
Closes: #12705
Closes: #12546

Taking back the first approach of #12645

See also #12889 (adding the add-new-flags capability)

@franramirez688 franramirez688 force-pushed the feature/at_configure_args_helpers branch from f5ae45b to bab6ddf Compare January 11, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment