Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:13:06 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:16:40 +0300
commit4305ab6bfbd23dcf83ca40af67ef7542fa63f71a (patch)
treef034bb46bb3dd1df22edfd0b0f87c4567a83d3ff /configure.ac
parentf89f01fd007b90b0737879a101b694b2171ea274 (diff)
Bump LT_CURRENT and fix configure output messages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 96acac6..2b2db41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
LIBCELT_SUFFIX=0
-CELT_LT_CURRENT=1
+CELT_LT_CURRENT=2
CELT_LT_REVISION=0
CELT_LT_AGE=0
@@ -226,7 +226,7 @@ AC_MSG_RESULT([
Fast float approximations: ..... ${float_approx}
Fixed point support: ........... ${ac_enable_fixed}
Fixed point debugging: ......... ${ac_enable_fixed_debug}
- Static modes: .................. ${ac_enable_static_modes}
+ Custom modes: .................. ${ac_enable_custom_modes}
Assertion checking: ............ ${ac_enable_assertions}
------------------------------------------------------------------------
])