1.1 --- a/configure.ac Fri Aug 14 14:54:39 2009 +0100
1.2 +++ b/configure.ac Tue Aug 18 14:11:42 2009 +0100
1.3 @@ -22,6 +22,17 @@
1.4 esac
1.5 AM_CONDITIONAL(WHELK_MINGW,[test -n "$host_mingw"])
1.6
1.7 +# libtool versioning - this applies to all libraries in this package
1.8 +#
1.9 +# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
1.10 +#
1.11 +LT_CURRENT=1
1.12 +LT_REVISION=0
1.13 +LT_AGE=1
1.14 +AC_SUBST(LT_CURRENT)
1.15 +AC_SUBST(LT_REVISION)
1.16 +AC_SUBST(LT_AGE)
1.17 +
1.18 ##################################################
1.19 # Checks for programs.
1.20 ##################################################