-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aeaa14
commit 6c26605
Showing
1 changed file
with
3 additions
and
3 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,6 +1,6 @@ | ||
AC_PREREQ(2.52) | ||
|
||
AC_INIT([Apertium Sardinian-Italian], [1.2.0], [[email protected]], [apertium-srd-ita], [https://wiki.apertium.org/wiki/Apertium-srd-ita]) | ||
AC_INIT([Apertium Sardinian-Italian], [1.3.0], [[email protected]], [apertium-srd-ita], [https://wiki.apertium.org/wiki/Apertium-srd-ita]) | ||
AM_INIT_AUTOMAKE | ||
AC_PROG_AWK | ||
|
||
|
@@ -14,8 +14,8 @@ AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat insta | |
|
||
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])]) | ||
|
||
AP_CHECK_LING([1], [apertium-srd], [1.4.0]) | ||
AP_CHECK_LING([2], [apertium-ita], [1.3.0]) | ||
AP_CHECK_LING([1], [apertium-srd], [1.5.0]) | ||
AP_CHECK_LING([2], [apertium-ita], [1.4.0]) | ||
|
||
PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.9.1, [], | ||
[AC_MSG_WARN([Running tests requires apertium-regtest])]) | ||
|