summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 12:06:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 12:08:16 +0900
commit7857b50140791f60497ab7e8994af3f4377cc387 (patch)
treeb082efee082671ae737d54b04f03aa7a179a9302 /mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch
parentd52fb29b2d29090cef37a86648aefff37d54feb2 (diff)
downloadtde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.tar.gz
tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.zip
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 40be1ebef7a688235d4730561908a02f10505385)
Diffstat (limited to 'mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch')
-rw-r--r--mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch b/mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch
deleted file mode 100644
index a6172eb0e..000000000
--- a/mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- moodin/admin/cvs.sh-- 2007-01-26 14:36:43.000000000 +0100
-+++ moodin/admin/cvs.sh 2007-01-26 14:37:10.000000000 +0100
-@@ -32,7 +32,7 @@
- required_autoconf_version="2.53 or newer"
- AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
- case $AUTOCONF_VERSION in
-- Autoconf*2.5* | autoconf*2.5* ) : ;;
-+ Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
- "" )
- echo "*** AUTOCONF NOT FOUND!."
- echo "*** KDE requires autoconf $required_autoconf_version"
-@@ -47,7 +47,7 @@
-
- AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
- case $AUTOHEADER_VERSION in
-- Autoconf*2.5* | autoheader*2.5* ) : ;;
-+ Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
- "" )
- echo "*** AUTOHEADER NOT FOUND!."
- echo "*** KDE requires autoheader $required_autoconf_version"
---- moodin/admin/detect-autoconf.sh-- 2007-01-26 14:37:38.000000000 +0100
-+++ moodin/admin/detect-autoconf.sh 2007-01-26 14:37:52.000000000 +0100
-@@ -10,7 +10,7 @@
- # Please add higher versions first. The last version number is the minimum
- # needed to compile KDE. Do not forget to include the name/version #
- # separator if one is present, e.g. -1.2 where - is the separator.
--KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
-+KDE_AUTOCONF_VERS="-2.65 -2.63 -2.62 -2.61 -2.60 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
- KDE_AUTOMAKE_VERS="-1.7 17 -1.6"
-
- # We don't use variable here for remembering the type ... strings. Local