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:
authorBrian Muller <brian.muller@livingsocial.com>2011-12-27 20:09:08 +0400
committerBrian Muller <brian.muller@livingsocial.com>2011-12-27 20:09:08 +0400
commit37c05541638bd6786271099c008722ed8b7ea118 (patch)
tree0f24fe63a3767e5d16a04abc50f228610e5f87af /autogen.sh
parent340ae2ae268534d786e23aebad7b976da98fa3de (diff)
converted to use autotools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..c7222cc2
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,2 @@
+#! /bin/sh
+libtoolize -f -c && aclocal -I ./acinclude.d -I /usr/share/aclocal && autoheader && automake -ac && autoconf && ./configure "$@"