Karl Berry wrote:
$(INSTALL_LIBTOOL_PROG) dmp $(bindir)
$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
- $(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
+ $(INSTALL_LIBTOOL_PROG) makempx $(scriptdir)/makempx
Thanks.
Also, since makempx is a binary now (which is also the reason why
INSTALL_LIBTOOL_PROG is needed), I believe it should be installed in
$(bindir), not $(scriptdir). (Although these are usually the same.)
So I installed the change below in TeX Live for starters. Taco, ok with
you if I put it into mp?
My bad, I completely overlooked this when switching from script to C. I have committed this to the metapost repository already, sorry for the tricky mess up. Best wishes, Taco