SOURCES: kdenlive-autoconf26.patch - updated (autoconf and autohea...
shadzik
shadzik at pld-linux.org
Wed Dec 6 05:29:58 CET 2006
Author: shadzik Date: Wed Dec 6 04:29:58 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated (autoconf and autoheader)
---- Files affected:
SOURCES:
kdenlive-autoconf26.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/kdenlive-autoconf26.patch
diff -u SOURCES/kdenlive-autoconf26.patch:1.2 SOURCES/kdenlive-autoconf26.patch:1.3
--- SOURCES/kdenlive-autoconf26.patch:1.2 Tue Dec 5 20:06:11 2006
+++ SOURCES/kdenlive-autoconf26.patch Wed Dec 6 05:29:53 2006
@@ -1,12 +1,20 @@
-diff -uNr kdenlive-0.4.orig/admin/cvs.sh kdenlive-0.4/admin/cvs.sh
---- kdenlive-0.4.orig/admin/cvs.sh 2006-12-05 19:32:04.000000000 +0100
-+++ kdenlive-0.4/admin/cvs.sh 2006-12-05 19:38:36.058296567 +0100
+--- kdenlive-0.4/admin/cvs.sh.orig 2006-10-08 01:36:14.000000000 +0200
++++ kdenlive-0.4/admin/cvs.sh 2006-12-06 05:28:41.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.6* ) : ;;
-+ Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
++ Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
"" )
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* | autoheader*2.6* ) : ;;
++ Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;
+ "" )
+ echo "*** AUTOHEADER NOT FOUND!."
+ echo "*** KDE requires autoheader $required_autoconf_version"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kdenlive-autoconf26.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list