[cairo] Make check on OS/2 revisited

Peter Weilbacher (Mozilla) mozilla at weilbacher.org
Tue Apr 10 12:54:38 PDT 2007


On Mon, 09 Apr 2007 12:46:21 -0400, Behdad Esfahbod wrote:

>On Mon, 2007-04-09 at 12:38 -0400, Dave Yeo wrote:
>> So I've solved the problem of make check failing on OS/2. Seems to be
>> the EXTRA_PROGRAMS declaration in test/Makefile.am. Changing it to
>> check_PROGRAMS like so
>> 
>> --- Makefile.am.orig    Fri Mar  2 21:04:02 2007
>> +++ Makefile.am Mon Apr  9 09:33:18 2007
>> @@ -481,7 +481,7 @@
>>  svg2png_LDADD  = $(LDADD) $(LIBRSVG_LIBS)
>>  endif
>> 
>> -EXTRA_PROGRAMS = $(TESTS) $(SUPPORT_PROGS)
>> +check_PROGRAMS = $(TESTS) $(SUPPORT_PROGS)
>
>There is a delicate reason for not using check_PROGRAMS here.  If this
>patch fixes your issues, it's definitely an automake bug.  Please poke
>them.

Care to elaborate on the "delicate" reason? I doubt that the automake
guys care about OS/2...
   Peter.


More information about the cairo mailing list