avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
35 stars 11 forks source link

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

Open avrs-admin opened 2 years ago

avrs-admin commented 2 years ago

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 commented 2 years ago

joerg_wunsch 2020-08-29 21:45:26.420000

avrs-admin commented 2 years ago

joerg_wunsch 2020-08-29 21:45:26.974000

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