Skip to content

Commit

Permalink
NOB: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Apr 2, 2024
1 parent 5644aec commit a9bb819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ AC_INIT([Apertium Norwegian Bokmål], [1.4.1], [[email protected].
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, apertium >= 3.9.4)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.7.8)
PKG_CHECK_MODULES(CG3, cg3 >= 1.4.8)

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

0 comments on commit a9bb819

Please sign in to comment.