You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							38 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							38 lines
						
					
					
						
							1.4 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../qtparted/no-unsermake-cvs.sh.patch | 
						|
# Copyright (C) 2006 - 2008 The OpenSDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
--- ./admin/cvs.sh.orig	2005-07-06 19:49:51.000000000 +0300 | 
						|
+++ ./admin/cvs.sh	2006-12-15 04:53:02.232228000 +0200 | 
						|
# Patch from Gentoo josejx  | 
						|
 | 
						|
@@ -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.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.6* | autoheader*2.6* ) : ;; | 
						|
   "" ) | 
						|
     echo "*** AUTOHEADER NOT FOUND!." | 
						|
     echo "*** KDE requires autoheader $required_autoconf_version"
 | 
						|
 |