Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Mar 20, 2019
1 parent 63eb092 commit d594db4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
AC_PREREQ(2.52)

AC_INIT([apertium-fra-cat], [1.5.0], [gema@prompsit.com])
AM_INIT_AUTOMAKE([apertium-fra-cat], [1.5.0], no-define)
AC_INIT([apertium-fra-cat], [1.6.0], [gema@prompsit.com])
AM_INIT_AUTOMAKE([apertium-fra-cat], [1.6.0], no-define)
AC_PROG_LN_S
AC_PROG_AWK

m4_define([required_apertium_version], [3.3.0])
PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= required_apertium_version)])

m4_define([required_apertium_version], [3.5.2])
m4_define([required_lttoolbox_version], [3.5.0])

PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= required_lttoolbox_version)

AC_PATH_PROG([CGCOMP], [cg-comp], [false], [$PATH$PATH_SEPARATOR$with_cg_comp/bin])
AS_IF([test x$CGCOMP = xfalse], [AC_MSG_ERROR([You don't have cg-comp installed])])
Expand All @@ -33,10 +34,9 @@ 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-cat])
AP_CHECK_LING([1], [apertium-fra], [1.6.0])
AP_CHECK_LING([2], [apertium-cat], [2.7.0])

AP_MKINCLUDE

AC_OUTPUT([Makefile])

0 comments on commit d594db4

Please sign in to comment.