Hi,
My previous sent in patch hasn't made it yet. Got lost somewhere, I suppose. So I'll try again: I've patched lib/configure.m4 to 1) add a conversion from XPM to EPS, which is necessary when viewing and/or printing documents with XPM figures. 2) extend the script with testing for Grace conversions and add those to the conversion list: agr to EPS, agr to PDF and agr to PNG. Patch to lib/configure.m4 is attached. ------- The lib/Makefile.am has a problem though. On line 7 it says: M4=m4 But M4 should not be hardcoded to be m4, but rather use the one that is detected earlier (by autogen.sh, for example). On FreeBSD systems M4 should become gm4. This line should become something like: M4=@M4@ Anybody an idea how to do that properly? Regards, Rob.
configure_m4.diff.gz
Description: GNU Zip compressed data