From 8d239c20f92b34027ce5bc127cfbee3996810905 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 23 Apr 2008 17:18:11 +0000 Subject: [PATCH] graphviz-configure_grok_vars.patch backported from SuSE graphviz-2.18 --- configure.ac | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 6e16a1283..f2a3b857f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,21 +9,22 @@ AC_INIT(graphviz, 2.19) dnl =========================================================================== # libtool shared library version for main libs (cdt, graph, gvc) +#Make m4 grok these VARIABLES +m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$]) # 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="4:0:0" +VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(VERSION_INFO) dnl =========================================================================== -- 2.40.0