Description: Disable building non-free tek2ps utility
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: not-needed

---
 07p/Makefile.in             |    8
 07p/configure               |    2
 9 files changed, 3 insertions(+), 762 deletions(-)

--- a/07p/configure
+++ b/07p/configure
@@ -6492,7 +6492,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile tek2ps/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
+ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
--- a/07p/Makefile.in
+++ b/07p/Makefile.in
@@ -7,7 +7,7 @@
 SHELL=/bin/sh
 @SET_MAKE@
 #
-all: src cmds util @GUI@ @PLAUT@ @PLAUT04@ @TEK2PS@
+all: src cmds util @GUI@ @PLAUT@ @PLAUT04@
 cmd: src cmds util @PLAUT@
 
 src: .FORCE
@@ -33,15 +33,11 @@
 plaut04: .FORCE
 	cd ./plaut04;$(MAKE)
 
-tek2ps: .FORCE
-	cd ./tek2ps;$(MAKE)
-
 #
 clean:
 	cd ./gui;$(MAKE) clean
 	cd ./plaut;$(MAKE) clean
 	cd ./plaut04;$(MAKE) clean
-	cd ./tek2ps;$(MAKE) clean
 	cd ./doc;$(MAKE) clean
 #
 superclean:  clean
@@ -58,7 +54,7 @@
 	rm -f python/*.pyc python/graphics/*.pyc
 	rm -f test/*.pyc test/*_log07p* test/verification/*.html
 	rm -f Makefile cmds/Makefile gui/Makefile plaut/Makefile src/Makefile \
-	  tek2ps/Makefile gui/auto.makefile include/config.h cmds/cmds.make \
+	  gui/auto.makefile include/config.h cmds/cmds.make \
 	  cmds/compat.sh util/Makefile
 	@echo "Super cleaning ... done"
 
