]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blame - cairo-lt.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/crossmingw32-cairo.git] / cairo-lt.patch
CommitLineData
e33c5eca
JB
1--- cairo-1.6.4/configure.in.orig 2008-04-12 22:27:02.754475000 +0200
2+++ cairo-1.6.4/configure.in 2008-04-12 22:32:14.376233086 +0200
3@@ -26,23 +26,23 @@
4 # libtool shared library version
5
6 # Increment if the interface has additions, changes, removals.
7-LT_CURRENT=19
8+LTVER_CURRENT=19
9
10 # Increment any time the source changes; set to
11 # 0 if you increment CURRENT
12-LT_REVISION=5
13+LTVER_REVISION=5
14
15 # Increment if any interfaces have been added; set to 0
16 # if any interfaces have been removed. removal has
17 # precedence over adding, so set to 0 if both happened.
18-LT_AGE=17
19+LTVER_AGE=17
20
21 dnl ===========================================================================
22
23-VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
24+VERSION_INFO="$LTVER_CURRENT:$LTVER_REVISION:$LTVER_AGE"
25 AC_SUBST(VERSION_INFO)
26
27-LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
28+LT_CURRENT_MINUS_AGE=`expr $LTVER_CURRENT - $LTVER_AGE`
29 AC_SUBST(LT_CURRENT_MINUS_AGE)
30
31 CAIRO_VERSION_MAJOR=cairo_version_major()
This page took 0.075616 seconds and 4 git commands to generate.