]> granicus.if.org Git - graphviz/commitdiff
suppress autoconf warnings about LT_REVISION, etc
authorellson <devnull@localhost>
Wed, 26 Dec 2007 18:59:24 +0000 (18:59 +0000)
committerellson <devnull@localhost>
Wed, 26 Dec 2007 18:59:24 +0000 (18:59 +0000)
configure.ac

index 48dc450d43e7849fb299964fb3653def6d155387..372709e5e18d8bbb0a6f305783a91aae26ec24f1 100644 (file)
@@ -11,18 +11,19 @@ dnl ===========================================================================
 # libtool shared library version for main libs (cdt, graph, gvc)
 
 # Increment if the interface has additions, changes, removals.
-LT_CURRENT=4
+#LT_CURRENT=4
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=0
+#LT_REVISION=0
 
 # Increment if any interfaces have been added; set to 0
 # if any interfaces have been removed. removal has
 # precedence over adding, so set to 0 if both happened.
-LT_AGE=0
+#LT_AGE=0
 
-VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
+#VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
+VERSION_INFO="4:0:0"
 AC_SUBST(VERSION_INFO)
 dnl ===========================================================================