Description: Autoconf tweaking to remove unnecessary checks
 Debian does not require checking for run-time dependencies during
 build process.
Author: Julian Gilbey <jdg@debian.org>
Forwarded: no
Last-Update: 2010-01-13

--- a/configure.in
+++ b/configure.in
@@ -2,8 +2,6 @@
 AC_CONFIG_HEADER(config.h:config.h.in)
 
 AC_PATH_PROG(PYTHON, ${PYTHON:-python}, -echo no python)
-AC_PATH_PROG(AUTOTRACE, autotrace, none)
-AC_PATH_PROG(POTRACE, potrace, none)
 AC_SUBST(PYTHON)
 
 export VERSION="1.2.16"
@@ -15,18 +13,5 @@
 
 AC_OUTPUT(GNUmakefile:GNUmakefile.in mftrace:mftrace.py mftrace.spec:mftrace.spec.in)
 
-chmod a-w GNUmakefile mftrace
+chmod go-w GNUmakefile mftrace
 chmod a+x mftrace
-
-
-if test "$POTRACE" = "none" -a "$AUTOTRACE" = "none"  ; then
-    echo '' 
-    echo '' 
-    echo '' 
-    echo ' **************************************************'
-    echo ' WARNING: you need potrace or autotrace for running' 
-    echo ' **************************************************'
-    echo ''
-    exit 2
-fi
-	
