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
path: root/moses
diff options
context:
space:
mode:
authorredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-20 00:26:27 +0400
committerredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-20 00:26:27 +0400
commitcc97567b2beb9438de243adcc0116c4a385b1cef (patch)
treec115ee5a178f70d0347f6279b0069fd5447027bc /moses
parentb116321fd9a996655d85a486d9cb5ec1f1eab6fe (diff)
remove references to JHU fs
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@780 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses')
-rwxr-xr-xmoses/regenerate-makefiles.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/regenerate-makefiles.sh b/moses/regenerate-makefiles.sh
index 6c78e2b3b..504aa9e80 100755
--- a/moses/regenerate-makefiles.sh
+++ b/moses/regenerate-makefiles.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+echo "Calling aclocal..."
+aclocal
echo "Calling autoconf..."
autoconf
echo "Calling automake..."
@@ -7,6 +9,6 @@ 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 " ./configure --with-srilm=/path/to/srilm"
echo " make -j 4"
echo