goocanvas r14 - trunk



Author: damon
Date: Sun Sep 21 11:41:51 2008
New Revision: 14
URL: http://svn.gnome.org/viewvc/goocanvas?rev=14&view=rev

Log:

2008-09-21  Damon Chaplin  <damon gnome org>

	    * configure.in: renamed LT_CURRENT, LT_AGE & LT_REVISION to CURRENT,
	    AGE & REVISION to avoid problems with libtool 2.2. #552725.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Sep 21 11:41:51 2008
@@ -10,13 +10,13 @@
 # If the code has changed at all: REVISION++.
 # If any interfaces have changed at all: CURRENT++, REVISION=0.
 # If interfaces changed but it is backwards compatible: AGE++, else AGE=0.
-#  i.e. the library supports interfaces LT_CURRENT - LT_AGE up to LT_CURRENT.
+#  i.e. the library supports interfaces CURRENT - AGE up to CURRENT.
 #  if two libraries have identical CURRENT and AGE, then newest REVISION used.
-LT_CURRENT=4
-LT_AGE=1
-LT_REVISION=1
+CURRENT=4
+AGE=1
+REVISION=1
 
-LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
+LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
 AC_SUBST(LT_VERSION_INFO)
 
 AM_MAINTAINER_MODE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]