[go: up one dir, main page]

File: configure.ac

package info (click to toggle)
apertium-nno-nob 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 37,144 kB
  • sloc: xml: 378; makefile: 254; perl: 38; sh: 28
file content (19 lines) | stat: -rw-r--r-- 699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AC_PREREQ(2.52)

AC_INIT([Apertium Nynorsk-Bokmål], [1.3.0], [apertium-stuff@lists.sourceforge.net], [apertium-nno-nob], [http://wiki.apertium.org/wiki/Apertium-nno-nob])
AM_INIT_AUTOMAKE
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.0)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.2)

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-nno], [1.1.0])
AP_CHECK_LING([2], [apertium-nob], [1.1.0])

AP_MKINCLUDE

AC_OUTPUT([Makefile])