aboutsummaryrefslogtreecommitdiff
path: root/games/kpicframer/files/patch-detect-autoconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/kpicframer/files/patch-detect-autoconf.sh')
-rw-r--r--games/kpicframer/files/patch-detect-autoconf.sh26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh
deleted file mode 100644
index 721c9180dcea..000000000000
--- a/games/kpicframer/files/patch-detect-autoconf.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: detect-autoconf.sh
-===================================================================
-RCS file: /cvs/kde/kde-common/admin/detect-autoconf.sh,v
-retrieving revision 1.6
-diff -u -r1.6 detect-autoconf.sh
---- admin/detect-autoconf.sh 30 Nov 2002 02:48:03 -0000 1.6
-+++ admin/detect-autoconf.sh 29 Aug 2003 11:31:32 -0000
-@@ -25,6 +25,8 @@
- AUTOCONF="`$WHICH autoconf-2.52`"
- elif test -x "`$WHICH autoconf2.50`" ; then
- AUTOCONF="`$WHICH autoconf2.50`"
-+ elif test -x "`$WHICH autoconf-2.59`" ; then
-+ AUTOCONF="`$WHICH autoconf-2.59`"
- fi
- }
-
-@@ -46,6 +48,9 @@
- AUTOHEADER="`$WHICH autoheader-2.52`"
- elif test -x "`$WHICH autoheader2.50`" ; then
- AUTOHEADER="`$WHICH autoheader2.50`"
-+ elif test -x "`$WHICH autoheader-2.59`" ; then
-+ AUTOHEADER="`$WHICH autoheader-2.59`"
-+ AUTOM4TE="`$WHICH autom4te-2.59`"
- fi
- }
-