Re: EXTRA_DIST respects Automake conditionals?

2009-07-30 Thread John Calcote
Hi Ben, The reason this works is because of the way AM Conditionals are implemented. If a conditional is true, then all contained statements are in effect. Otherwise, all contained conditions are commented out in the resulting makefile. Regards, John On 7/29/2009 8:57 PM, Ben Pfaff wrote:

Re: EXTRA_DIST respects Automake conditionals?

2009-07-30 Thread Ralf Wildenhues
Hello Ben, * Ben Pfaff wrote on Thu, Jul 30, 2009 at 04:57:08AM CEST: > I was surprised today to discover that EXTRA_DIST respects > Automake conditionals. I think you are the first person to report this, but thinking about how generally conditionals more or less cover file creation and installat