-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.2.0; Use shared tools; Python3
- Loading branch information
1 parent
b3761b4
commit cd67aeb
Showing
8 changed files
with
39 additions
and
443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
2010-2017, Xavi Ivars <[email protected]> | ||
2017, Hèctor Alòs i Font <[email protected]> | ||
2013-2017, Kevin Brubeck Unhammer <[email protected]> | ||
2007-2016, Gema Ramírez Sánchez <[email protected]> | ||
2007-2015, Mikel L. Forcada <[email protected]> | ||
2007-2015, Francis M. Tyers <[email protected]> | ||
2017-2019, Jaume Ortolà i Font <[email protected]> | ||
2010-2019, Xavi Ivars <[email protected]> | ||
2018-2019, Marc Riera Irigoyen <[email protected]> | ||
2017-2019, Hèctor Alòs i Font <[email protected]> | ||
2007-2019, Gema Ramírez Sánchez <[email protected]> | ||
2013-2019, Kevin Brubeck Unhammer <[email protected]> | ||
2017-2019, Donís Seguí <[email protected]> | ||
2018, Alberto Navalon <[email protected]> | ||
2007-2018, Mikel L. Forcada <[email protected]> | ||
2007-2018, Francis M. Tyers <[email protected]> | ||
2018, Sushain Cherivirala <[email protected]> | ||
2007-2014, Sergio Ortiz Rojas <[email protected]> | ||
2008-2012, Jim O'Regan <[email protected]> | ||
2012, Anthony J. Bentley <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
AC_PREREQ(2.52) | ||
|
||
AC_INIT([Apertium Spanish-Catalan], [2.1.0], [[email protected]], [apertium-spa-cat], [http://wiki.apertium.org/wiki/Apertium-spa-cat]) | ||
AC_INIT([Apertium Spanish-Catalan], [2.2.0], [[email protected]], [apertium-spa-cat], [http://wiki.apertium.org/wiki/Apertium-spa-cat]) | ||
AM_INIT_AUTOMAKE | ||
|
||
AC_PROG_LN_S | ||
AC_PROG_AWK | ||
|
||
m4_define([required_apertium_version], [3.4.0]) | ||
PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= required_apertium_version)]) | ||
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0) | ||
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.0) | ||
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0) | ||
|
||
AC_PATH_PROGS(ZCAT, [gzcat zcat], [false]) | ||
AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat installed])]) | ||
|
||
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-spa]) | ||
AP_CHECK_LING([2], [apertium-cat]) | ||
AP_CHECK_LING([1], [apertium-spa], [1.2.0]) | ||
AP_CHECK_LING([2], [apertium-cat], [2.8.0]) | ||
|
||
AP_MKINCLUDE | ||
|
||
AC_OUTPUT([Makefile]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.