Fix DisjConditions module to be thread-safe for perl = 5.7.2.

2008-10-19 Thread Ralf Wildenhues
This patch is the first of a number of steps toward parallel automake (i.e., letting Perl threads create Makefile.in files concurrently). It fixes a data structure corruption happening during thread creation. I'm not sure whether this may be considered a Perl bug/limitation (after all it is

Re: AM_DEFAULT_SOURCE_EXT (was: Parallel tests execution [0/4])

2008-10-19 Thread Akim Demaille
Le 18 oct. 08 à 03:02, Ralf Wildenhues a écrit : * Akim Demaille wrote on Thu, Oct 16, 2008 at 04:11:22PM CEST: I wish I could define AM_DEFAULT_SOURCE_EXT = .cc or whatever, so that I wouldn't have to define all the foo_SOURCES. I agree extension is better than suffix. (Even if