- No more need of version.h.

- Better libtool version computation.
This commit is contained in:
Romain Chantereay 2004-08-03 17:03:18 +00:00
parent 89681c3cb4
commit 169f65d306
2 changed files with 2 additions and 2 deletions

View File

@ -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.])

View File

@ -31,7 +31,6 @@ lib_LTLIBRARIES = \
liblassoinclude_HEADERS = \
export.h \
lasso.h \
version.h \
$(NULL)
liblasso_la_SOURCES = \