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: c2ad8dda57b15d066e1e02d3be5fa3fe1ffa76eb (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)

AC_PROG_CXX
AC_LANG_CPLUSPLUS
AC_PROG_RANLIB
#AM_PROG_LIBTOOL

AC_OUTPUT(Makefile src/Makefile)