From f415326c08532f344d410a4f0c61a9caee51165a Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 24 Apr 2003 14:23:13 +0000 Subject: Bumped the patchlvl Added substitution of aux_BINARIES and bin_BINARIES --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.in') 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]) -- cgit v1.1