File: configure.ac

package info (click to toggle)
apertium-arg-cat 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,956 kB
  • sloc: xml: 388; makefile: 289; python: 84
file content (21 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AC_PREREQ(2.52)

AC_INIT([Apertium Aragonese-Catalan], [0.2.0], [apertium-stuff@lists.sourceforge.net], [apertium-arg-cat], [https://wiki.apertium.org/wiki/Apertium-arg-cat])
AM_INIT_AUTOMAKE
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.7)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2)

AC_PATH_PROGS(ZCAT, [gzcat zcat], [false])
AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat installed])])

m4_ifdef([AP_CHECK_LING],[],[AC_MSG_ERROR([AP_CHECK_LING not defined, is apertium.m4 in ACLOCAL_PATH? See: http://wiki.apertium.org/wiki/Installation_troubleshooting])])

AP_CHECK_LING([1], [apertium-arg], [0.1.4])
AP_CHECK_LING([2], [apertium-cat], [2.10.1])

AP_MKINCLUDE

AC_OUTPUT([Makefile])