added a file to regenerate the makefiles that can be run when you

check out a new workspace


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@113 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
redpony 2006-07-14 16:14:48 +00:00
parent 648d126c7d
commit f5da106009

12
moses/regenerate-makefiles.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
echo "Calling autoconf..."
autoconf
echo "Calling automake..."
automake
echo
echo "You should now be able to configure and build:"
echo " ./configure --with-boost=/home/ws06/cdyer/boost-stage --with-srilm=/home/ws06/cdyer/srilm"
echo " make -j 4"
echo