Moving attic to trunk
[apertium.git] / trunk / attic / apertium-en-de / configure.ac
blob60e4ff91a8f69fd4885aa1e248c9bdabd94ad802
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
5 AC_PREREQ(2.52)
7 AC_INIT([apertium-en-de], [0.1], [tspier2@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-en-de], [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])