[SCM] calf/master: Enable dlopen support checking in libtool options.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:07 UTC 2013


The following commit has been merged in the master branch:
commit f64925a49d878597a3507b71c2e52697c5380690
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Apr 12 19:45:43 2010 +0100

    Enable dlopen support checking in libtool options.

diff --git a/configure.ac b/configure.ac
index d26a147..6f1eb5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ(2.61)
 AC_INIT([calf],[0.0.19],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
+LT_INIT([dlopen])
 
 AM_INIT_AUTOMAKE(1.8)
 
@@ -17,7 +18,6 @@ AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 
 ############################################################################################
 # Set initial values of shell variables

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list