set the shared library version number

This commit is contained in:
Brent Cook
2015-05-02 09:06:55 -05:00
parent 189cdf7103
commit d2faf2ed63
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([libtls], m4_esyscmd([tr -d '\n' < VERSION]))
AC_SUBST([LIBTLS_VERSION], m4_esyscmd([sed -e 's/\./:/g' VERSION | tr -d '\n']))
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([subdir-objects])