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

configure.ac « v0.6.4 - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4696d0d3f8cb756d24e218de7f7d4e6b2f651dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_INIT(mgiza, 1.0)

AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE

AC_ISC_POSIX
AC_PROG_CXX
AM_PROG_CC_STDC
AC_HEADER_STDC



AC_PROG_RANLIB
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL




AC_OUTPUT([
Makefile
src/Makefile
src/mkcls/Makefile
])