diff options
author | Tim Williams <tmw@autotrain.org> | 2011-10-17 18:47:27 +0100 |
---|---|---|
committer | Tim Williams <tmw@autotrain.org> | 2011-10-17 18:47:27 +0100 |
commit | 76ef832ce5348d12a871223d4c034c7daeaddb82 (patch) | |
tree | 7024a1f39a6114daa8c5ed24bb31a8687c832b9a /mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch | |
parent | ec2515f058c60d2478a549f58376db628ba556b9 (diff) | |
download | tde-packaging-76ef832ce5348d12a871223d4c034c7daeaddb82.tar.gz tde-packaging-76ef832ce5348d12a871223d4c034c7daeaddb82.zip |
Adding the remaining Mandriva patches and spec files
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.patch | 31 |
1 files changed, 31 insertions, 0 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 new file mode 100644 index 000000000..a6172eb0e --- /dev/null +++ b/mandriva/2010.2/other/ksplash-engine-moodin/moodin-autoconf.patch @@ -0,0 +1,31 @@ +--- 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 |