summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Villiom Podlaski Christiansen <danchr@gmail.com>2012-10-23 17:44:32 +0200
committerKlaus Kämpf <kkaempf@suse.de>2012-11-08 15:45:56 +0100
commit45510862a07299e33ed3f77a950109551005f9f3 (patch)
treed7c358790ac7677e3e6a29f0969041a6dfd85f0a
parent72510c69a88422a27cf52f03ad18b1b47e826e43 (diff)
downloadwsmancli-45510862a07299e33ed3f77a950109551005f9f3.tar.gz
wsmancli-45510862a07299e33ed3f77a950109551005f9f3.tar.xz
wsmancli-45510862a07299e33ed3f77a950109551005f9f3.zip
enable libtool
# HG changeset patch # User Dan Villiom Podlaski Christiansen <danchr@gmail.com> # 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 <kkaempf@suse.de>
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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)