From 169f65d306c3b6726f000ec85d352cb411bddb01 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 17:03:18 +0000 Subject: - No more need of version.h. - Better libtool version computation. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 376aa954..3bd70710 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,8 @@ AC_DEFINE_UNQUOTED(LASSO_WINDOWS_VERSION, $windows_version, [Windows version of # then set AGE to 0. # # syntax: CURRENT[:REVISION[:AGE]] -LASSO_VERSION_INFO="$VERSION_MAJOR:$VERSION_MINOR:$VERSION_RELEASE" +current=`expr $VERSION_MAJOR + $VERSION_MINOR` +LASSO_VERSION_INFO="$current:$VERSION_RELEASE:$VERSION_MINOR" AC_SUBST(LASSO_VERSION_INFO) AC_MSG_RESULT([Setup version.]) -- cgit