I am attempting to compile pd for ARM (Shar Zaurus SL-C3100 pdaXrom), and I have noticed a few things preventing this from going smoothly.

The documentation seems to be outdated in mentioning that you should run the ./configure script in the src directory, when none exists. Probably need to run autoconf. Right???

Beyond this, the scripts seem to hard-wire the path where they expect to find the m4 processor and other utilities to /opt/native/i686/3.4.6-2.2.5/bin. Why? Is this really necessary?

Regards