mosesdecoder/irstlm/configure.in
2006-07-17 20:15:38 +00:00

12 lines
168 B
Plaintext

AC_INIT(src)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irstlm, 1.0)
AC_PROG_CXX
AC_LANG_CPLUSPLUS
AC_PROG_RANLIB
#AM_PROG_LIBTOOL
AC_OUTPUT(Makefile src/Makefile)