Compiling on HP 730 workstation:

(thanks to jesper@orbit.fys.dtu.dk)

After a bit of tweeking I could compile it on the HP computer
(running HP-UX 9.01). The HP dont have any alloca so i added 
-DHAVE_NO_ALLOCA , and changed c-compiler from gcc to c89, and
-O2 to -O (c89 on HP-UX dont have a -O2 flag).
But there seems to be a "bug" in the alloca.c file:

in line 45 (of alloca.c):
#endif static
changed to
#endif /* static */

and in line 46 (of alloca.c):
#endif emacs
changed to
#endif /* emacs */

Now ps2mf can compile!

