Skip to content

Commit

Permalink
require 3.3.0 since it uses 3.3.0 features; use AP_MKINCLUDE for shor…
Browse files Browse the repository at this point in the history
…ter makefiles
  • Loading branch information
unhammer committed Apr 8, 2014
1 parent aafb325 commit 5057550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([apertium-ell-eng], [0.2.0], no-define)
AC_PROG_LN_S
AC_PROG_AWK

m4_define([required_apertium_version], [3.2.0])
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)])

AC_PATH_PROG(CGCOMP, cg-comp, no)
Expand Down

0 comments on commit 5057550

Please sign in to comment.