summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/read/configure.ac
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
committerRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
commit1f7e069bda342dff43e2224060f10fcb098ea62a (patch)
treea12ec12d646a4e3a7c97e062a3c8aa7730e4f6d4 /plugins/MirOTR/libotr/read/configure.ac
parent52c68e0b3cf78f578da1754fbd6589d1936804f9 (diff)
MirOTR: major update to latest libotr 4, with OTR protocol 3 (backwards compatible to 2 and 1, 1 is disabled by default)
NOTE: doesn't build yet, just new libotr without required changes to MirOTR itself git-svn-id: http://svn.miranda-ng.org/main/trunk@12502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr/read/configure.ac')
-rw-r--r--plugins/MirOTR/libotr/read/configure.ac31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/MirOTR/libotr/read/configure.ac b/plugins/MirOTR/libotr/read/configure.ac
deleted file mode 100644
index 51d83a94a9..0000000000
--- a/plugins/MirOTR/libotr/read/configure.ac
+++ /dev/null
@@ -1,31 +0,0 @@
-dnl Process this file with autoconf to produce configure.
-
-AC_INIT(toolkit/parse.c)
-
-AM_CONFIG_HEADER(config.h)
-
-dnl Notes on version numbering:
-dnl For an implementation-only change:
-dnl Change the libotr package version from a.b.c to a.b.(c+1)
-dnl Change the libotr libtool version from x:y:z to x:(y+1):z
-dnl For a backwards-compatible API change (e.g. adding functions):
-dnl Change the libotr package version from a.b.c to a.(b+1).0
-dnl Change the libotr libtool version from x:y:z to (x+1):0:(z+1)
-dnl [Note that this does *not* change the major number of the .so.]
-dnl For a backwards-incompatible API change (e.g. changing data structures):
-dnl Change the libotr package version from a.b.c to (a+1).0.0
-dnl Change the libotr libtool version from x:y:z to (x+1):0:0
-
-AM_INIT_AUTOMAKE(libotr, 3.2.0)
-LIBOTR_LIBTOOL_VERSION="4:0:2"
-
-AC_SUBST(LIBOTR_LIBTOOL_VERSION)
-
-AC_PROG_CC
-
-AM_PROG_LIBTOOL
-
-AM_PATH_LIBGCRYPT(1:1.2.0,,AC_MSG_ERROR(libgcrypt 1.2.0 or newer is required.))
-
-AC_OUTPUT([Makefile src/Makefile toolkit/Makefile libotr.pc])
-