summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
authorMarius Lindvall2021-05-21 13:09:45 +0200
committerMarius Lindvall2021-05-21 13:09:45 +0200
commitdad3822c6980d20ccfcc2271526eea45ff9a7085 (patch)
tree0fad027e2f8a581d6926783435ef90ce56efdb75 /configure.ac.patch
parent0d50c31a47241702bf31d8afe23f59988ab9a3ee (diff)
downloadaur-apertium-eo-es.tar.gz
Remove old files
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
deleted file mode 100644
index 73dc6b5921f0..000000000000
--- a/configure.ac.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../apertium-eo-es-1.0.0/configure.ac 2009-11-18 19:58:54.000000000 +0100
-+++ apertium-eo-es-1.0.0/configure.ac 2010-09-21 15:57:51.560738783 +0200
-@@ -19,8 +19,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
-+ ])
- ])
- AC_SUBST(APERTIUM_VER)
- ])