aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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])