commit bc0e57022f30031fe0ca7497ce1cd9bdbe86e43e Author: hectoralos Date: Sat Aug 22 12:15:48 2020 +0300 temptative setting diff --git a/configure.ac b/configure.ac index 62bd333..dbebc10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,14 +1,18 @@ AC_PREREQ(2.52) -AC_INIT([Apertium French-frp], [0.2.0], [hectoralos@gmail.com], [apertium-fra-frp], [http://wiki.apertium.org/wiki/Apertium-fra-frp]) +AC_INIT([Apertium French-Arpitan], [0.2.0], [hectoralos@gmail.com], [apertium-fra-frp], [http://wiki.apertium.org/wiki/Apertium-fra-frp]) AM_INIT_AUTOMAKE AC_PROG_LN_S AC_PROG_AWK m4_define([required_apertium_version], [3.4.0]) -PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= required_apertium_version)]) +PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.1) +PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.1) +PKG_CHECK_MODULES(CG3, cg3 >= 1.3.1) +PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.3) +PKG_CHECK_MODULES(APERTIUM_SEPARABLE, apertium-separable >= 0.3.3) AC_PATH_PROG([CGCOMP], [cg-comp], [false], [$PATH$PATH_SEPARATOR$with_cg_comp/bin]) @@ -34,8 +38,8 @@ AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat insta 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-fra]) -AP_CHECK_LING([2], [apertium-frp]) +AP_CHECK_LING([1], [apertium-fra], [1.9.0]) +AP_CHECK_LING([2], [apertium-frp], [0.1.0]) AP_MKINCLUDE