As far as I can see from my testing automake 1.5 works now
well with our tree. 'make distcheck' fails, since automake
doesn't remove the .la files, looks like a bug within automake
(I reported already).

Also here on DU the 'motif-tests' targets in test/ are broken :-(
Seems we used to refer to an internal variable 'OBJECTS' which does
no longeer exist in automake 1.5's output. Needs to be replaced.

motif_TESTS = $(OBJECTS:.o=.motif)


motif_TESTS = $(noinst_PROGRAMS:.o=.motif)

could work, but automake does meanwhile replace that var
to add the executable suffix. Ok, seems to do so after
processing the Makefile.am input, so should still work.

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to