On Mon, 28 Jan 2013, Stefano Lattarini wrote:
Feedback, opinions, objections?
There was a lot to read, and I confess to not giving it full justice.
Others have already extolled the virtues of backwards compatibility.
Regarding some "why" questions, here's the manual entry on how versioning
On Wed, 18 May 2011, James William Cronin wrote:
When running automake generated configure scripts on an embeded mips based
moded box (the Humax HD T2) - see www.hummypkg.org the generated make files
contain a two letter addition to all variables followed by an @. (e.g. LL@,
KK@ ir@ etc) The t
On Fri, 27 Mar 2009, Daniel Richard G. wrote:
I have a Makefile.am with programs that are conditionally compiled, e.g.
EXTRA_PROGRAMS = foo bar
if ENABLE_STUFF
bin_PROGRAMS = foo bar
endif
I don't think you need to use EXTRA_PROGRAMS if you use the idiom