File: configure.ac

package info (click to toggle)
apertium-af-nl 0.2.0~r58256-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,516 kB
  • sloc: xml: 255; makefile: 117; sh: 111
file content (17 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.


AC_PREREQ(2.52)

m4_define([required_apertium_version], [3.2.0])

AC_INIT([apertium-af-nl], [0.2.0], [otte.pim@gmail.com])
AM_INIT_AUTOMAKE([apertium-af-nl], [0.2.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_OUTPUT([Makefile])