Bump LT_CURRENT and fix configure output messages
This commit is contained in:
parent
f89f01fd00
commit
4305ab6bfb
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ CELT_EXTRA_VERSION=
|
||||||
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
|
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
|
||||||
LIBCELT_SUFFIX=0
|
LIBCELT_SUFFIX=0
|
||||||
|
|
||||||
CELT_LT_CURRENT=1
|
CELT_LT_CURRENT=2
|
||||||
CELT_LT_REVISION=0
|
CELT_LT_REVISION=0
|
||||||
CELT_LT_AGE=0
|
CELT_LT_AGE=0
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ AC_MSG_RESULT([
|
||||||
Fast float approximations: ..... ${float_approx}
|
Fast float approximations: ..... ${float_approx}
|
||||||
Fixed point support: ........... ${ac_enable_fixed}
|
Fixed point support: ........... ${ac_enable_fixed}
|
||||||
Fixed point debugging: ......... ${ac_enable_fixed_debug}
|
Fixed point debugging: ......... ${ac_enable_fixed_debug}
|
||||||
Static modes: .................. ${ac_enable_static_modes}
|
Custom modes: .................. ${ac_enable_custom_modes}
|
||||||
Assertion checking: ............ ${ac_enable_assertions}
|
Assertion checking: ............ ${ac_enable_assertions}
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue