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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/regenerate-makefiles.sh')
-rwxr-xr-xmoses/regenerate-makefiles.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/moses/regenerate-makefiles.sh b/moses/regenerate-makefiles.sh
deleted file mode 100755
index 6c78e2b3b..000000000
--- a/moses/regenerate-makefiles.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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