summaryrefslogtreecommitdiffstats
path: root/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-08-03 21:34:26 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-08-03 21:34:26 +0200
commit20aeff87ed80fc6a5961190908686ee2331f84e4 (patch)
treee4ef7e5c88aae401c4f19d96e1134024062b4b01 /redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch
parentc0c1a90179dd0f0e19549f279ee95cae7e577b82 (diff)
downloadtde-packaging-20aeff87ed80fc6a5961190908686ee2331f84e4.tar.gz
tde-packaging-20aeff87ed80fc6a5961190908686ee2331f84e4.zip
RHEL/Fedora/MGA2/MDV2011: add kickoff-i18n
Diffstat (limited to 'redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch')
-rw-r--r--redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch b/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch
new file mode 100644
index 000000000..154f138db
--- /dev/null
+++ b/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch
@@ -0,0 +1,11 @@
+--- kickoff-i18n-1.0/admin/cvs.sh.ORI 2012-08-03 21:16:36.104888893 +0200
++++ kickoff-i18n-1.0/admin/cvs.sh 2012-08-03 21:16:54.488505909 +0200
+@@ -68,7 +68,7 @@
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[01]*)
+ echo "*** $AUTOMAKE_STRING found."
+ UNSERMAKE=no
+ ;;