File: configure.ac

package info (click to toggle)
apertium-bel-rus 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 46,140 kB
  • sloc: xml: 604; makefile: 245; sh: 7
file content (13 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_PREREQ(2.52)

AC_INIT([Apertium Belarusian], [0.1.1], [apertium-stuff@lists.sourceforge.net], [apertium-bel], [http://wiki.apertium.org/wiki/Apertium-bel])
AM_INIT_AUTOMAKE
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.1)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.1)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0)

AP_MKINCLUDE

AC_OUTPUT([Makefile apertium-bel.pc])