Adding a bit
[apertium.git] / apertium-tr-az / configure.ac
blobefa12e82a7afe80705e23a053692bf0db6e7b3c5
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
5 AC_PREREQ(2.52)
7 AC_INIT([apertium-tr-az], [0.1], [ftyers@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-tr-az], [0.1], no-define)
9 AC_PROG_LN_S
10 AC_PROG_AWK
11 AC_CONFIG_HEADER([config])
13 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)
15 APERTIUM_VER=30
17 AC_SUBST(APERTIUM_VER)
19 AC_OUTPUT([Makefile])