[gnome-main-menu] [build] Remove LT_VERSION from configure.in



commit b2cd53d46cb3e3ddb084118706f56734d711b234
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Mar 24 17:23:54 2010 +0100

    [build] Remove LT_VERSION from configure.in
    
    This was only needed when libslab lived in the module.

 configure.in |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/configure.in b/configure.in
index a6ad135..7063c4c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,16 +1,5 @@
 AC_INIT([gnome-main-menu], [0.9.13], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-main-menu])
 
-# Before making a release, the LT_VERSION string should be modified.
-# The string is of the form C:R:A.
-# - If interfaces have been changed or added, but binary compatibility has
-#   been preserved, change to C+1:0:A+1
-# - If binary compatibility has been broken (eg removed or changed interfaces)
-#   change to C+1:0:0
-# - If the interface is the same as the previous version, change to C:R+1:A
-
-LT_VERSION=1:2:1
-AC_SUBST(LT_VERSION)
-
 AC_CONFIG_SRCDIR([.])
 AC_CONFIG_HEADERS([config.h])
 



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