Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure.in « irstlm - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1286576b4b947233f04dba0f967f123bf07acb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT(src)

AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irstlm, 1.0)
AM_MAINTAINER_MODE

AC_PROG_CXX
AC_LANG_CPLUSPLUS
AC_PROG_RANLIB

AC_OUTPUT(Makefile src/Makefile)