]> git.pld-linux.org Git - packages/goocanvas.git/commitdiff
- rename local variables in configure.in so the won't be treated as
authorhawk <hawk@pld-linux.org>
Wed, 25 Jun 2008 07:04:39 +0000 (07:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  libtool macros

Changed files:
    goocanvas-configure_fix.patch -> 1.1

goocanvas-configure_fix.patch [new file with mode: 0644]

diff --git a/goocanvas-configure_fix.patch b/goocanvas-configure_fix.patch
new file mode 100644 (file)
index 0000000..7fef679
--- /dev/null
@@ -0,0 +1,18 @@
+--- configure.in.orig  2008-04-27 13:35:48.000000000 +0200
++++ configure.in       2008-06-25 09:01:37.000000000 +0200
+@@ -10,11 +10,11 @@
+ # If the code has changed at all: REVISION++.
+ # If any interfaces have changed at all: CURRENT++, REVISION=0.
+ # If it is backwards compatible: AGE++, else AGE=0.
+-LT_CURRENT=4
+-LT_REVISION=0
+-LT_AGE=1
++CURRENT_LT=4
++REVISION_LT=0
++AGE_LT=1
+-LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
++LT_VERSION_INFO="$CURRENT_LT:$REVISION_LT:$AGE_LT"
+ AC_SUBST(LT_VERSION_INFO)
+ AM_MAINTAINER_MODE
This page took 0.061971 seconds and 4 git commands to generate.