maybe adding trunk/src/texk/web2c/mpdir/autom4te.cache will stop the endless autoconf...
[mplib] / src / texk / web2c / mpdir / tests / mini.mp
1 picture p;
2 p := btex test etex;
3 beginfig(1)
4 label(p,origin);
5 endfig
6 end.
7