Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Akim Demaille
"Lars J. Aas" <[EMAIL PROTECTED]> writes: > On Fri, Mar 09, 2001 at 05:26:29PM +0100, Akim Demaille wrote: > : Hm, in fact, could you try again? I applied one of the patches which > : were OK'ed, which is addressing issues in this area. Maybe it cures > : your problem. I couldn't build a test

Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Lars J. Aas
On Fri, Mar 09, 2001 at 01:53:17PM +0100, Lars J. Aas wrote: : When I bootstrap with the current Automake CVS sources, the strudels (@s) : between the conditionals are missing: : : > :@SIMAGE_JPEG_SUPPORT_FALSESIMAGE_PIC_SUPPORT_FALSESIMAGE_PNG_SUPPORT_FALSESIMAGE_RGB_SUPPORT_FALSESIMAGE_TGA_SUP

Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Lars J. Aas
On Fri, Mar 09, 2001 at 05:26:29PM +0100, Akim Demaille wrote: : Hm, in fact, could you try again? I applied one of the patches which : were OK'ed, which is addressing issues in this area. Maybe it cures : your problem. I couldn't build a test case reproducing your problem :( It still doesn't

Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Akim Demaille
Hm, in fact, could you try again? I applied one of the patches which were OK'ed, which is addressing issues in this area. Maybe it cures your problem. I couldn't build a test case reproducing your problem :(

Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Lars J. Aas
On Fri, Mar 09, 2001 at 04:40:35PM +0100, Akim Demaille wrote: : sub make_condition : { : print STDERR "MAKE0: " . scalar(@_) . "\n"; I added this line too. : my $res = join ('@@', @_); : print STDERR "MAKE1: $res\n"; : return '' : unless $res; : : $res = '@' . $res .

Re: multiple AM_CONDITIONALs doens't work in CVS Automake

2001-03-09 Thread Akim Demaille
"Lars J. Aas" <[EMAIL PROTECTED]> writes: > When I bootstrap with the current Automake CVS sources, the strudels (@s) > between the conditionals are missing: Hi Lars! > > >@SIMAGE_JPEG_SUPPORT_FALSESIMAGE_PIC_SUPPORT_FALSESIMAGE_PNG_SUPPORT_FALSESIMAGE_RGB_SUPPORT_FALSESIMAGE_TGA_SUPPORT_FALSE