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:
authorSam Lendle <sam.lendle@gmail.com>2013-12-29 05:55:13 +0400
committerSam Lendle <sam.lendle@gmail.com>2013-12-29 05:55:13 +0400
commit7ab09970558c8d19c4bfb3459d36696a9fc21dcc (patch)
tree9b9fa92bd7ecb8e3d1840cdbe2cfdbfab4aeb39c /autogen.sh
parente1ae678bdfa35b96bc3f474af6cc36f5e5cddd44 (diff)
Fix autogen build
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bff53eea..2e605284 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,4 @@ case $( uname -s ) in
*) alias vwlibtool=libtoolize;;
esac
-vwlibtool -f -c && aclocal -I ./acinclude.d -I /usr/share/aclocal && autoheader && automake -ac -Woverride && autoconf && ./configure "$@"
+vwlibtool -f -c && aclocal -I ./acinclude.d -I /usr/share/aclocal && autoheader && touch README && automake -ac -Woverride && autoconf && ./configure "$@"