Automake test release 1.13.1d (will become 1.13.2)

2013-05-04 Thread Stefano Lattarini
We are pleased to announce the GNU Automake 1.13.1d test release. This is the second beta of the bug-fixing release 1.13.2; the first beta was released in January, and announced here: (Sorry for the delay between these two beta

Re: Failure in make dist

2013-05-04 Thread Stefano Lattarini
On 05/01/2013 03:06 PM, Jason Curl wrote: > On 01/05/2013 12:55, Stefano Lattarini wrote: >> [dropping the autoconf list, since this is in all likelihood an automake >> issue] >> >> On 04/27/2013 08:53 PM, Jason Curl wrote: >>> Hello, >>> >>> I'm running autoconf-2.69 and automake-1.11.6 on Lubunt

Re: What gets distributed in presence of conditional statements?

2013-05-04 Thread Simon Richter
Hi, On 04.05.2013 17:00, Andrey Borzenkov wrote: > But still - what are rules to decide which files are included in "make > dist" if conditionals are used? "All of them". Simon

Re: What gets distributed in presence of conditional statements?

2013-05-04 Thread Andrey Borzenkov
В Sat, 04 May 2013 21:59:18 +0900 Miles Bader пишет: > Andrey Borzenkov writes: > > Alternative is to place EXTRA_DIST outside of conditionals, but this > > is more intrusive probably. > > Why do you think it would be "more intrusive"? > I mean - to the script that generates Makefile.am. > T

Re: What gets distributed in presence of conditional statements?

2013-05-04 Thread Miles Bader
Andrey Borzenkov writes: > Alternative is to place EXTRA_DIST outside of conditionals, but this > is more intrusive probably. Why do you think it would be "more intrusive"? The only function of EXTRA_DIST is to specify files that should be put in the tarball, for files which aren't automatically