Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed May 8, 2022
1 parent 6b68cb9 commit 54b9558
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
AC_PREREQ(2.52)

AC_INIT([Apertium Esperanto-English], [1.0.1], [apertium-stuff@lists.sourceforge.net], [apertium-eo-en], [https://wiki.apertium.org/wiki/Apertium-eo-en])
AC_INIT([Apertium Esperanto-English], [1.0.2], [apertium-stuff@lists.sourceforge.net], [apertium-eo-en], [https://wiki.apertium.org/wiki/Apertium-eo-en])
AM_INIT_AUTOMAKE
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.0)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.6)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2)
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.8.1)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.3.1)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.6)

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

dnl Not yet monolingualised, uncomment these to start using files from AP_SRC1, AP_SRC2 in Makefile.am:
dnl AP_CHECK_LING([1], [apertium-eng])
dnl AP_CHECK_LING([2], [apertium-epo])

PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.0.1, [],
PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.9.1, [],
[AC_MSG_WARN([Running tests requires apertium-regtest])])

AP_MKINCLUDE
Expand Down

0 comments on commit 54b9558

Please sign in to comment.