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-cmd/regenerate-makefiles.sh')
-rwxr-xr-xmoses-cmd/regenerate-makefiles.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/moses-cmd/regenerate-makefiles.sh b/moses-cmd/regenerate-makefiles.sh
deleted file mode 100755
index e217cbbd9..000000000
--- a/moses-cmd/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 " env LDFLAGS=-static ./configure --with-boost=/home/ws06/cdyer/boost-stage --with-srilm=/home/ws06/cdyer/srilm --with-moses=\`pwd\`/../moses"
-echo " make -j 4"
-echo