File: configure.ac

package info (click to toggle)
apertium-es-ast 1.1.0~r51165-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,752 kB
  • sloc: xml: 388; sh: 167; makefile: 114
file content (21 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.


AC_PREREQ(2.52)

m4_define([required_apertium_version], [3.1.0])

AC_INIT([apertium-es-ast], [1.1.0], [jviejo@uniovi.es])
AM_INIT_AUTOMAKE([apertium-es-ast], [1.1.0], no-define)
AC_PROG_LN_S
AC_PROG_AWK
AC_CONFIG_HEADER([config])

PKG_CHECK_MODULES(APERTIUM,   apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM,   apertium-3.2 >= required_apertium_version)])



AC_SUBST(APERTIUM_VER)

AC_OUTPUT([Makefile])