summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
commitebeda1e75c77dd9044f1b9902770896e3009ae55 (patch)
treeea4226f46e1239f721a63cb834f544345361ca98 /configure.ac
parent93c444e643e76fe18f852ce07635850e963eea16 (diff)
Make synutils compile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c5575f14..e1ec47ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
AC_PROG_LIBTOOL
AC_PROG_LEX
-case $LEX in
-:) AC_MSG_ERROR([No lex (Flex, lex, etc.) program found]);;
-esac
+case $LEX in
+:) AC_MSG_ERROR([No lex (Flex, lex, etc.) program found]);;
+esac
OLD_CXXFLAGS=$CXXFLAGS
AC_PROG_CC
AC_PROG_CXX
@@ -208,6 +208,8 @@ fi
# core cdec stuff
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([utils/Makefile])
+AC_CONFIG_FILES([utils/synutils/maxent-3.0/Makefile])
+AC_CONFIG_FILES([utils/synutils/Makefile])
AC_CONFIG_FILES([mteval/Makefile])
AC_CONFIG_FILES([mteval/meteor_jar.cc])
AC_CONFIG_FILES([decoder/Makefile])
@@ -240,4 +242,3 @@ AC_CONFIG_FILES([training/dtrain/Makefile])
AC_CONFIG_FILES([example_extff/Makefile])
AC_OUTPUT
-