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: 41da9d87352439f74f2ad76b08eb5693b994f4b5 (plain)
1
2
#! /bin/sh
libtoolize -f -c && aclocal -I ./acinclude.d -I /usr/share/aclocal && autoheader && automake -ac -Woverride && autoconf && ./configure "$@"