aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlecoanet2004-09-24 12:53:03 +0000
committerlecoanet2004-09-24 12:53:03 +0000
commit80777ed88356f0cd83be72a6f696868935753e48 (patch)
tree32b430521f261153b80d88a61964a7f671bac147 /configure.in
parentd8fb263c68f6fb1b0c6af283dd78c88a2a813336 (diff)
downloadtkzinc-80777ed88356f0cd83be72a6f696868935753e48.zip
tkzinc-80777ed88356f0cd83be72a6f696868935753e48.tar.gz
tkzinc-80777ed88356f0cd83be72a6f696868935753e48.tar.bz2
tkzinc-80777ed88356f0cd83be72a6f696868935753e48.tar.xz
Added version management for several files
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c8a1ebb..0ce64dd 100644
--- a/configure.in
+++ b/configure.in
@@ -45,13 +45,16 @@ TEA_INIT
# PATCHLEVEL. The windows variant does not containt a dot.
#-----------------------------------------------------------------------
MAJOR_VERSION=3
-
MINOR_VERSION=3
PATCHLEVEL=0
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
+AC_SUBST(MAJOR_VERSION)
+AC_SUBST(MINOR_VERSION)
+AC_SUBST(PATCHLEVEL)
AC_SUBST(VERSION)
+AC_SUBST(WIN_VERSION)
AC_SUBST(PACKAGE)
AC_SUBST(Tkzinc_LIB_FILE)
AC_SUBST(Tkzincstub_LIB_FILE)
@@ -231,4 +234,4 @@ ZINC_ENABLE_OM
AC_SUBST(aux_BINARIES)
AC_SUBST(bin_BINARIES)
-AC_OUTPUT([Makefile Python/Zinc.py])
+AC_OUTPUT([Makefile starkit.tcl Perl/Makefile.PL Perl/Zinc.pm Python/Zinc.py win/makefile.vc win/Tkzinc.aip win/Tkzincperl.aip])