> Peter Chubb <[EMAIL PROTECTED]> writes:
>
> > The problem is this line
> > : ${MFPLAIN_MP=`kpsewhich mfplain.mp`}
> > which should be
> > : ${MFPLAIN_MP=`kpsewhich mp mfplain.mp`}
>
> That line was my addition. All I can say is that it worked for me...
> I use the kpsewhich which came with teTeX (the latest in
> Debian/unstable).
>
> But you are probably correct.
The problem is that the syntax of the kpse* programs has changed
fairly recently, which makes it hard to implement a solution
that works for everyone. However, it seems that
`kpsewhich mp mfplain.mp` works also with newer versions (since
it doesn't find any file named 'mp').
/Mats