From: ellson Date: Wed, 26 Dec 2007 18:59:24 +0000 (+0000) Subject: suppress autoconf warnings about LT_REVISION, etc X-Git-Tag: LAST_LIBGRAPH~32^2~4950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681f059559e802f54cecc85635d36979215dfe6e;p=graphviz suppress autoconf warnings about LT_REVISION, etc --- diff --git a/configure.ac b/configure.ac index 48dc450d4..372709e5e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ===========================================================================