summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-09-24 16:26:35 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-09-28 12:12:39 -0700
commit51139a080c982a6460aa25975b3a1e0866f518ed (patch)
tree4fb34aa71d9d73ddae7fd17865c1330fc4ca69b7 /configure.ac
parent95b8365af690595d9d1b8d9aa9f6ed56c710e13e (diff)
v0.0.0 => v0.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 64eb4b5e..1496ba84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.65]) 4AC_PREREQ([2.65])
5AC_INIT([tox], [0.0.0]) 5AC_INIT([tox], [0.0.1])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
@@ -13,7 +13,6 @@ AC_CONFIG_MACRO_DIR([m4])
13EXTRA_LT_LDFLAGS= 13EXTRA_LT_LDFLAGS=
14 14
15LIBTOXCORE_LT_VERSION=0:0:0 15LIBTOXCORE_LT_VERSION=0:0:0
16LIBTOXAV_LT_VERSION=0:0:0
17dnl 16dnl
18dnl current:revision:age 17dnl current:revision:age
19dnl 18dnl
@@ -44,7 +43,7 @@ WANT_NACL="no"
44ADD_NACL_OBJECTS_TO_PKGCONFIG="yes" 43ADD_NACL_OBJECTS_TO_PKGCONFIG="yes"
45 44
46TOXCORE_LT_LDFLAGS="-version-info $LIBTOXCORE_LT_VERSION" 45TOXCORE_LT_LDFLAGS="-version-info $LIBTOXCORE_LT_VERSION"
47TOXAV_LT_LDFLAGS="-version-info $LIBTOXAV_LT_VERSION" 46TOXAV_LT_LDFLAGS="-version-info $LIBTOXCORE_LT_VERSION"
48 47
49AC_ARG_ENABLE([soname-versions], 48AC_ARG_ENABLE([soname-versions],
50 [AC_HELP_STRING([--enable-soname-versions], [enable soname versions (must be disabled for android) (default: enabled)]) ], 49 [AC_HELP_STRING([--enable-soname-versions], [enable soname versions (must be disabled for android) (default: enabled)]) ],