diff options
Diffstat (limited to 'deskutils/kooldock/files/patch-detect-autoconf')
-rw-r--r-- | deskutils/kooldock/files/patch-detect-autoconf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/deskutils/kooldock/files/patch-detect-autoconf b/deskutils/kooldock/files/patch-detect-autoconf deleted file mode 100644 index 033e037f32e7..000000000000 --- a/deskutils/kooldock/files/patch-detect-autoconf +++ /dev/null @@ -1,19 +0,0 @@ ---- admin/detect-autoconf.orig Fri Feb 2 12:42:52 2007 -+++ admin/detect-autoconf.sh Fri Feb 2 12:42:58 2007 -@@ -1,11 +1,11 @@ - #! /bin/sh - - # Global variables... --AUTOCONF="autoconf" --AUTOHEADER="autoheader" --AUTOM4TE="autom4te" --AUTOMAKE="automake" --ACLOCAL="aclocal" -+AUTOCONF="autoconf259" -+AUTOHEADER="autoheader259" -+AUTOM4TE="autom4te259" -+AUTOMAKE="automake19" -+ACLOCAL="aclocal19" - - # Please add higher versions first. The last version number is the minimum - # needed to compile KDE. Do not forget to include the name/version # |