Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@nyclamp.(none)>2014-07-25 21:13:59 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-07-25 21:13:59 +0400
commita98d46c58ef667eb0aff76d6b27d819aac01e2a0 (patch)
tree25c70c3a21a9d8a6683a874a6538ad94ddad6763 /autogen.sh
parent59996cd7ba3f0e9b6fab1d74b4413381ab237a9d (diff)
Added compile fix suggestions from Ariel
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index efe656a5..eca09d1f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,6 +14,10 @@ case $( uname -s ) in
fi
fi
;;
+ Linux)
+ AC_PATH=/usr/share
+ BOOST_DIR_ARG='--with-boost-libdir=/usr/lib/x86_64-linux-gnu'
+ ;;
*)
alias vwlibtool=libtoolize
${AC_PATH:=/usr/share}