Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | make distcheck is not working. > > I am getting there, slowly. Doing a "make distcheck" takes time... > and for a lot of the distcheck stuff you have to run it to > completeion and from the beginning for everything you fix/test. > > Anyway, it seems most of my problems are solved now. Albeit I have > only tested for xforms. > > This are the changes I have done to my tree so far:
Yuch. What a pain. Given that lib/Makefile.am is now so big, I think it makes more sense to have per-subdirectory Makefile.am s. lyx2lyx already has one by the way. The lyx2lyx_DATA etc should certainly be moved in there. Index: src/frontends/xforms/forms/Makefile.am - $(SHELL) $(SCRIPT) $< + $(LN_S) $< . + $(SHELL) $(SCRIPT) `basename $<` Won't this fail (ln -s) if build dir == src dir? -- Angus