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

autogen.sh - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bff53eeae86ffb5ea797a120d8a72253aeeb0d1c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

case $( uname -s ) in
 Darwin)  alias vwlibtool=glibtoolize;;
 *)	alias vwlibtool=libtoolize;;
esac

vwlibtool -f -c && aclocal -I ./acinclude.d -I /usr/share/aclocal && autoheader && automake -ac -Woverride && autoconf && ./configure "$@"