]> git.pld-linux.org Git - packages/kdenlive.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Thu, 17 Aug 2006 05:27:59 +0000 (05:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdenlive-autoconf26.patch -> 1.1

kdenlive-autoconf26.patch [new file with mode: 0644]

diff --git a/kdenlive-autoconf26.patch b/kdenlive-autoconf26.patch
new file mode 100644 (file)
index 0000000..c017a13
--- /dev/null
@@ -0,0 +1,21 @@
+diff -ur kdenlive-0.3-o/admin/cvs.sh kdenlive-0.3/admin/cvs.sh
+--- kdenlive-0.3-o/admin/cvs.sh        2006-05-30 15:20:09.000000000 -0600
++++ kdenlive-0.3/admin/cvs.sh  2006-08-16 23:19:18.000000000 -0600
+@@ -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* | 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* | Autoconf*2.5 | autoheader*2.6* ) : ;;
+   "" )
+     echo "*** AUTOHEADER NOT FOUND!."
+     echo "*** KDE requires autoheader $required_autoconf_version"
This page took 0.034057 seconds and 4 git commands to generate.