summaryrefslogtreecommitdiff
path: root/lib/m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-30 18:49:25 +0100
committerSimon Josefsson <simon@josefsson.org>2008-10-30 18:49:25 +0100
commit5ad4d94a3b22738105734d7f0bacfe9a1c46a066 (patch)
tree79565168e1949b3e6e61ae2094cd4e6fc5f16f54 /lib/m4
parent3eedafd9e3cab62c24b9e71e08e286c47246fcbc (diff)
downloadgnutls-5ad4d94a3b22738105734d7f0bacfe9a1c46a066.tar.gz
Make it build.
Diffstat (limited to 'lib/m4')
-rw-r--r--lib/m4/hooks.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index 637755b432..90822a5560 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -22,6 +22,18 @@
AC_DEFUN([LIBGNUTLS_HOOKS],
[
+ # Library code modified: REVISION++
+ # Interfaces changed/added/removed: CURRENT++ REVISION=0
+ # Interfaces added: AGE++
+ # Interfaces removed: AGE=0
+ AC_SUBST(LT_CURRENT, 38)
+ AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_AGE, 12)
+
+ # Used when creating the Windows libgnutls-XX.def files.
+ SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
+ AC_SUBST(SOVERSION)
+
AC_PROG_CXX
AC_ARG_ENABLE(cxx,