summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-26 17:40:48 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-26 17:40:48 -0600
commit0eefe0cd40148369a1092df3064ad717bd207d8f (patch)
treef353d715d675f438b68df154c1cb0d4dedc31552
parentee4faa113692dfc33a11d27a8b73d86e3bf90911 (diff)
downloadadept-0eefe0cd.tar.gz
adept-0eefe0cd.zip
Remove old *.patch files. Code is already merged or obsolete.
-rw-r--r--adept/fix-autoconf.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/adept/fix-autoconf.patch b/adept/fix-autoconf.patch
deleted file mode 100644
index 7f56f69..0000000
--- a/adept/fix-autoconf.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- kde-common/admin/cvs.sh 2006/05/23 10:01:43 543983
-+++ kde-common/admin/cvs.sh 2006/06/28 19:26:30 555946
-@@ -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"