From 9fbb056349f28f726e2922affaecc760cc9243b8 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 18 Oct 2006 13:56:00 +0000 Subject: Reverted the previous patch, the AC_INIT macro don't want to eat variables. Too bad, we have now to change the version number twice in configure.in --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 459a775..89ea401 100644 --- a/configure.in +++ b/configure.in @@ -15,6 +15,8 @@ dnl $Id$ #----------------------------------------------------------------------- # Define MAJOR_VERSION, MINOR_VERSION and PATCHLEVEL, they are # useful to built version strings without dots (windows). +# +# !!!MUST ALSO BE SUBSTITUTED in AC_INIT !!! #----------------------------------------------------------------------- MAJOR_VERSION=3 MINOR_VERSION=3 @@ -23,7 +25,7 @@ PATCHLEVEL=4 #----------------------------------------------------------------------- # Check the source path of the package #----------------------------------------------------------------------- -AC_INIT([Tkzinc], [MAJOR_VERSION.MINOR_VERSION.PATCHLEVEL]) +AC_INIT([Tkzinc], [3.3.4]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. -- cgit v1.1