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:
authornicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-01 18:54:41 +0400
committernicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-01 18:54:41 +0400
commit041e6ed3c5b11beb34f91a564802c8f9f0a0a5a3 (patch)
tree94100fa5f7fee546ab1eaa0f77ff6dce0be422f8 /Makefile.am
parentd79e6007c1a863756091a749dbbfa0b50058a4bb (diff)
Changes to compilation scripts:
- irstlm/src/Makefile.am did not install some files - irstlm/mkinstalldirs needed by OSX - irstlm/regenerate-makefiles.sh substitutes explicit calls of aclocal, autoconf and automake Changes to scoring script used by MERT - added the option ("-e") to compute BLEU wrt the "closest" reference length like in multi-bleu.perl - now multi-bleu.perl manages 0 counts for ngram-statistics git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@805 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3fe48e8c4..b2a065f6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,6 @@
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
-#AUTOMAKE_OPTIONS = foreign 1.4
-
AUTOMAKE_OPTIONS = foreign
# order is important here: build moses before moses-cmd
-SUBDIRS = moses/src moses-cmd/src
+SUBDIRS = moses/src moses-cmd/src