aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlecoanet2003-10-05 15:06:30 +0000
committerlecoanet2003-10-05 15:06:30 +0000
commit7e151c2001d673ee06e273ed47cdd354b4ba4f22 (patch)
tree2d089cd4758d1510fcaad766658e8580956f46aa /configure.in
parent888353fe74e48223fdb0a4ea960ad9a9aff03783 (diff)
downloadtkzinc-7e151c2001d673ee06e273ed47cdd354b4ba4f22.zip
tkzinc-7e151c2001d673ee06e273ed47cdd354b4ba4f22.tar.gz
tkzinc-7e151c2001d673ee06e273ed47cdd354b4ba4f22.tar.bz2
tkzinc-7e151c2001d673ee06e273ed47cdd354b4ba4f22.tar.xz
Suppressed the perl target and configuration option
libom is no more. The code is included in the main module. It will be re-released as an independent module once stubs will be available for Tkzinc and a tcl binding will be written for the overlap manager api.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 8df62d1..f982b70 100644
--- a/configure.in
+++ b/configure.in
@@ -125,10 +125,6 @@ fi
CLEANFILES="${CLEANFILES} doc/*.dvi doc/*.aux doc/*.idx doc/*.ilg doc/*.ind"
CLEANFILES="${CLEANFILES} doc/*.lof doc/*.log doc/*.out doc/*.toc doc/*.tpt"
CLEANFILES="${CLEANFILES} doc/refman doc/refman.pdf"
-CLEANFILES="${CLEANFILES} Perl/Zinc.o Perl/Zinc.c Perl/Zinc.bs Perl/blib"
-CLEANFILES="${CLEANFILES} Perl/pm_to_blib Perl/Makefile"
-CLEANFILES="${CLEANFILES} Perl/debug/Makefile Perl/debug/pm_to_blib Perl/debug/blib"
-CLEANFILES="${CLEANFILES} Perl/demos/Makefile Perl/demos/pm_to_blib Perl/demos/blib"
CLEANFILES="${CLEANFILES} Python/Zinc.py"
AC_SUBST(CLEANFILES)
@@ -228,12 +224,6 @@ ZINC_ENABLE_GL
ZINC_ENABLE_OM
#--------------------------------------------------------------------
-# Define the PTK symbol to control whether zinc is built for Tk or
-# for perl/Tk.
-#--------------------------------------------------------------------
-ZINC_ENABLE_PTK
-
-#--------------------------------------------------------------------
# Finally, substitute all of the various values into the Makefile.
# Add other files needing substitution after Makefile.
#--------------------------------------------------------------------