From 9e66ccad2610a3a0b8b9c7d58978cada8f4f421d Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 28 May 2012 12:38:40 +0200 Subject: [PATCH] readd LT_CURRENT and friends --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index f9494e9..5ccc3f9 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,9 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 +AC_SUBST(LT_CURRENT, 8) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 7) AM_INIT_AUTOMAKE([-Wall -Werror]) AM_SILENT_RULES([yes]) -- 2.39.5