On Sun, Nov 29, 2015 at 03:40:17PM -0800, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > I finally bit the bullet and updated my PI to Jessie and here's the first > thing that I noticed...
> Adding this line near the top of configure.ac seems to fix it: > > AM_INIT_AUTOMAKE([subdir-objects]) Thanks for the ping. This annoying "feature" of automake has bitten me in other projects. It's just a warning, and there's a bug in the implementation and the "deprecated" feature won't go away until they fix that. The bug is that enabling subdir-objects doesn't always solve this problem if the project is doing funky stuff with $(SRCDIR) in its Makefiles, but Xastir isn't doing any of that, and the line above fixes everything. I've committed this change, since it works in this case. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
