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

[patch #35] configure.ac overwrites variable if both enable-warnings and enable-target-programming is specififed #69

Open
avrs-admin opened this issue Jan 26, 2022 · 2 comments

Comments

@avrs-admin
Copy link
Collaborator

coldtobi
2015-06-16 14:01:59.054000

AC_SUBST will overwrite the var instead of appending the content.
The attached patch will use a temp to avoid that.

Tobi

This issue was migrated from https://sourceforge.net/p/avarice/patches/35/

@avrs-admin
Copy link
Collaborator Author

joerg_wunsch
2020-08-29 21:45:26.420000

  • status: open --> closed-accepted
  • assigned_to: Joerg Wunsch

@avrs-admin
Copy link
Collaborator Author

joerg_wunsch
2020-08-29 21:45:26.974000

Applied with minor modifications (no need for additional leading whitespace in variables).
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant