aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlecoanet2003-04-24 14:23:13 +0000
committerlecoanet2003-04-24 14:23:13 +0000
commitf415326c08532f344d410a4f0c61a9caee51165a (patch)
tree97d4208557ecf922044d82e069b32762710789ac /configure.in
parent222fa2bfebb8955b7e5bc3eb2f38cc2ccd11b5dc (diff)
downloadtkzinc-f415326c08532f344d410a4f0c61a9caee51165a.zip
tkzinc-f415326c08532f344d410a4f0c61a9caee51165a.tar.gz
tkzinc-f415326c08532f344d410a4f0c61a9caee51165a.tar.bz2
tkzinc-f415326c08532f344d410a4f0c61a9caee51165a.tar.xz
Bumped the patchlvl
Added substitution of aux_BINARIES and bin_BINARIES
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 c08e040..8f5b5c9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
->dnl
+dnl
dnl Process this file with autoconf to produce a configure script.
dnl autoconf 2.13 should work fine. However autoconf >= 2.53 and
dnl perhaps versions in between (2.50 and 2.52) are not directly usuable.
@@ -46,7 +46,7 @@ TEA_INIT
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=2
-PATCHLEVEL=90
+PATCHLEVEL=91
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
@@ -237,4 +237,7 @@ ZINC_ENABLE_PTK
# Finally, substitute all of the various values into the Makefile.
# Add other files needing substitution after Makefile.
#--------------------------------------------------------------------
+AC_SUBST(aux_BINARIES)
+AC_SUBST(bin_BINARIES)
+
AC_OUTPUT([Makefile Python/Zinc.py Perl/Makefile.PL])