From 54e92be9512521fffc17712731562d866f2403bd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 3 Apr 2013 22:11:46 -0400 Subject: Replace deprecated libtool macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simo Sorce Reviewed-by: Günther Deschner --- proxy/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proxy/configure.ac b/proxy/configure.ac index 9fa6ef9..6f2b684 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -16,9 +16,8 @@ AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) AM_PROG_CC_C_O -AC_DISABLE_STATIC AC_PROG_INSTALL -AC_PROG_LIBTOOL +LT_INIT([disable-static]) AC_CONFIG_MACRO_DIR([m4]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14]) -- cgit