From 45510862a07299e33ed3f77a950109551005f9f3 Mon Sep 17 00:00:00 2001 From: Dan Villiom Podlaski Christiansen Date: Tue, 23 Oct 2012 17:44:32 +0200 Subject: enable libtool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1351006286 -7200 # Node ID e33d3d5ce8661705809080559fcae1632955abf2 # Parent 9530ad68d54dd519b0acd1a1516e9259e59277e1 enable libtool This allows installing wsman to a non-standard location on Linux, and running it from there without setting LD_LIBRARY_PATH. Signed-off-by: Klaus Kämpf --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 6fd1478..940769b 100644 --- a/configure.in +++ b/configure.in @@ -11,6 +11,7 @@ AC_PROG_CC AC_PROG_CXX AM_PROG_CC_STDC AC_HEADER_STDC +AM_PROG_LIBTOOL WSMAN_PKG=$PACKAGE_NAME AC_SUBST(WSMAN_PKG) -- cgit