|
1 | | -# -*- Autoconf -*- |
2 | | -# Process this file with autoconf to produce a configure script. |
3 | | - |
4 | 1 | AC_PREREQ(2.52) |
5 | 2 |
|
6 | | -AC_INIT([Apertium Spanish], [1.1.0], [francis.tyers@gmail.com], [apertium-spa], [http://wiki.apertium.org/wiki/Apertium-spa]) |
| 3 | +AC_INIT([Apertium Spanish], [1.2.0], [apertium-stuff@lists.sourceforge.net], [apertium-spa], [http://wiki.apertium.org/wiki/Apertium-spa]) |
7 | 4 | AM_INIT_AUTOMAKE |
8 | 5 |
|
9 | | -AC_PROG_LN_S |
10 | 6 | AC_PROG_AWK |
11 | 7 |
|
12 | | -m4_define([required_apertium_version], [3.4.0]) |
13 | | -m4_define([required_lttoolbox_version], [3.3.2]) |
14 | | - |
15 | | -PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version) |
16 | | -PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= required_lttoolbox_version) |
17 | | - |
18 | | -AC_PATH_PROG([LTPRINT], [lt-print], [false], [$PATH$PATH_SEPARATOR$with_lt_print/bin]) |
19 | | -AS_IF([test x$LTPRINT = xfalse], [AC_MSG_ERROR([You don't have lt-print installed])]) |
20 | | - |
21 | | -AC_PATH_PROG([CGCOMP], [cg-comp], [false], [$PATH$PATH_SEPARATOR$with_cg_comp/bin]) |
22 | | -AS_IF([test x$CGCOMP = xfalse], [AC_MSG_ERROR([You don't have cg-comp installed])]) |
23 | | - |
24 | | -AC_PATH_PROG([CGPROC], [cg-proc], [false], [$PATH$PATH_SEPARATOR$with_cg_proc/bin]) |
25 | | -AS_IF([test x$CGPROC = xfalse], [AC_MSG_ERROR([You don't have cg-proc installed])]) |
26 | | - |
27 | | -AC_PATH_PROG([LRXCOMP], [lrx-comp], [false], [$PATH$PATH_SEPARATOR$with_lrx_comp/bin]) |
28 | | -AS_IF([test x$LRXCOMP = xfalse], [AC_MSG_ERROR([You don't have lrx-comp installed])]) |
29 | | - |
30 | | -AC_PATH_PROG([PKGCONFIG], [pkg-config], [false], [$PATH$PATH_SEPARATOR$with_pkg_config/bin]) |
31 | | -AS_IF([test x$PKGCONFIG = xfalse], [AC_MSG_ERROR([You don't have pkg-config installed])]) |
| 8 | +PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0) |
| 9 | +PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.2) |
| 10 | +PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.0) |
| 11 | +PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0) |
32 | 12 |
|
33 | 13 | AP_MKINCLUDE |
34 | 14 |
|
|
0 commit comments