avarice
avarice copied to clipboard
[patch #35] configure.ac overwrites variable if both enable-warnings and enable-target-programming is specififed
coldtobi <None> 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/
joerg_wunsch 2020-08-29 21:45:26.420000
- status: open --> closed-accepted
- assigned_to: Joerg Wunsch
joerg_wunsch 2020-08-29 21:45:26.974000
Applied with minor modifications (no need for additional leading whitespace in variables). Thanks!