2 AC_CONFIG_HEADER(config.h:config.h.in)
4 AC_PATH_PROG(PYTHON, ${PYTHON:-python}, -echo no python)
5 AC_PATH_PROG(AUTOTRACE, autotrace, none)
6 AC_PATH_PROG(POTRACE, potrace, none)
9 export VERSION="1.2.16"
16 AC_OUTPUT(GNUmakefile:GNUmakefile.in mftrace:mftrace.py mftrace.spec:mftrace.spec.in)
18 chmod a-w GNUmakefile mftrace
22 if test "$POTRACE" = "none" -a "$AUTOTRACE" = "none" ; then
26 echo ' **************************************************'
27 echo ' WARNING: you need potrace or autotrace for running'
28 echo ' **************************************************'