aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2005-05-16 12:28:29 +0000
committerlecoanet2005-05-16 12:28:29 +0000
commit94c94b8961ff587a420b938d493efd1f768267a7 (patch)
tree37e8fba256040a75c6e9c847fc38cd2ff18b41b0
parent09e37ffea9f0871dc8396a0a10b68fd0561e1930 (diff)
downloadtkzinc-94c94b8961ff587a420b938d493efd1f768267a7.zip
tkzinc-94c94b8961ff587a420b938d493efd1f768267a7.tar.gz
tkzinc-94c94b8961ff587a420b938d493efd1f768267a7.tar.bz2
tkzinc-94c94b8961ff587a420b938d493efd1f768267a7.tar.xz
Suppressed the substituting of @variables in Zinc.pm and Makefile.PL
-rw-r--r--configure.in2
-rw-r--r--win/package.tcl1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b31147d..51cb4cc 100644
--- a/configure.in
+++ b/configure.in
@@ -220,4 +220,4 @@ ZINC_ENABLE_ATC
AC_SUBST(aux_BINARIES)
AC_SUBST(bin_BINARIES)
-AC_OUTPUT([Makefile starkit.tcl Perl/Makefile.PL Perl/Zinc.pm Python/Zinc.py])
+AC_OUTPUT([Makefile starkit.tcl Python/Zinc.py])
diff --git a/win/package.tcl b/win/package.tcl
index 60befd5..7585c01 100644
--- a/win/package.tcl
+++ b/win/package.tcl
@@ -17,7 +17,6 @@ if { $todo eq "subst" || $todo eq "" } {
puts "Performing configuration variables substitution..."
set registredFiles {
- { Perl Makefile.pl } { Perl Zinc.pm }
{ Python Zinc.py }
{ . starkit.tcl }
{ win makefile.vc }