summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
authorKevin Brubeck Unhammer2015-07-14 10:22:47 +0200
committerKevin Brubeck Unhammer2015-07-14 10:22:47 +0200
commit5edf6a6338d26ffeb58cfaf331a74257fc32dec1 (patch)
tree027368fa457a471d29e600ffea1d975e5509bbde /configure.ac.patch
downloadaur-apertium-es-ca.tar.gz
Initial import
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644
index 000000000000..b67902c922a0
--- /dev/null
+++ b/configure.ac.patch
@@ -0,0 +1,19 @@
+--- ../apertium-es-ca-1.2.0/configure.ac 2009-10-15 11:36:01.000000000 +0200
++++ apertium-es-ca-1.2.0/configure.ac 2010-09-21 16:02:34.987405444 +0200
+@@ -27,8 +27,14 @@
+ APERTIUM_VER=30
+ ],
+ [
+- PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
+- APERTIUM_VER=31
++ PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0,
++ [
++ APERTIUM_VER=31
++ ],
++ [
++ PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
++ APERTIUM_VER=32
++ ])
+ ])
+ ])
+ ])