Opa
[apertium.git] / apertium-es-gl / configure.ac
blob4fe11e6863bdd465397d0a455d6c7409df32a203
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
5 AC_PREREQ(2.52)
7 m4_define([required_apertium_version], [3.0.0])
9 AC_INIT([apertium-es-gl], [1.0.6], [xgg@uvigo.es])
10 AM_INIT_AUTOMAKE([apertium-es-gl], [1.0.6], no-define)
11 AC_PROG_LN_S
12 AC_PROG_AWK
13 AC_CONFIG_HEADER([config])
15 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)
17 APERTIUM_VER=30
19 AC_SUBST(APERTIUM_VER)
21 AC_OUTPUT([Makefile])