Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219696
Collapse All | Expand All

(-)cairo/configure.in.old (-6 / +6 lines)
Lines 26-49 Link Here
26
# libtool shared library version
26
# libtool shared library version
27
27
28
# Increment if the interface has additions, changes, removals.
28
# Increment if the interface has additions, changes, removals.
29
LT_CURRENT=19
29
LIBT_CURRENT=19
30
30
31
# Increment any time the source changes; set to
31
# Increment any time the source changes; set to
32
# 0 if you increment CURRENT
32
# 0 if you increment CURRENT
33
LT_REVISION=5
33
LIBT_REVISION=5
34
34
35
# Increment if any interfaces have been added; set to 0
35
# Increment if any interfaces have been added; set to 0
36
# if any interfaces have been removed. removal has
36
# if any interfaces have been removed. removal has
37
# precedence over adding, so set to 0 if both happened.
37
# precedence over adding, so set to 0 if both happened.
38
LT_AGE=17
38
LIBT_AGE=17
39
39
40
dnl ===========================================================================
40
dnl ===========================================================================
41
41
42
VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
42
VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
43
AC_SUBST(VERSION_INFO)
43
AC_SUBST(VERSION_INFO)
44
44
45
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
45
LIBT_CURRENT_MINUS_AGE=`expr $LIBT_CURRENT - $LIBT_AGE`
46
AC_SUBST(LT_CURRENT_MINUS_AGE)
46
AC_SUBST(LIBT_CURRENT_MINUS_AGE)
47
47
48
CAIRO_VERSION_MAJOR=cairo_version_major()
48
CAIRO_VERSION_MAJOR=cairo_version_major()
49
CAIRO_VERSION_MINOR=cairo_version_minor()
49
CAIRO_VERSION_MINOR=cairo_version_minor()

Return to bug 219696