summaryrefslogtreecommitdiff
blob: 1929f5d4ff79c5974a089ae184bd22b6b0a8ab23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
--- configure.orig	2005-05-07 20:58:28.000000000 +0200
+++ configure	2005-05-07 20:59:22.000000000 +0200
@@ -8270,182 +8270,6 @@
    fi
 
         
-   echo $ac_n "checking for mcopidl""... $ac_c" 1>&6
-echo "configure:8275: checking for mcopidl" >&5
-   if test -n "$MCOPIDL"; then
-        kde_cv_path="$MCOPIDL";
-   else
-        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
-
-        if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-        kde_cv_path="NONE"
-	dirs="$kde_default_bindirs"
-	kde_save_IFS=$IFS
-	IFS=':'
-	for dir in $PATH; do
-	  dirs="$dirs $dir"
-        done
-	IFS=$kde_save_IFS
-
-        for dir in $dirs; do
-	  if test -x "$dir/mcopidl"; then
-	    if test -n ""
-	    then
-              evalstr="$dir/mcopidl  2>&1 "
-	      if eval $evalstr; then
-                kde_cv_path="$dir/mcopidl"
-                break
-	      fi
-            else
-		kde_cv_path="$dir/mcopidl"
-                break
-	    fi
-          fi
-        done
-
-        eval "kde_cv_path_$kde_cache=$kde_cv_path"
-
-        
-fi
-
-
-      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
-
-   fi
-
-   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-      echo "$ac_t""not found" 1>&6
-      
-    { echo "configure: error: The important program mcopidl was not found!
-Please check whether you installed KDE correctly.
-" 1>&2; exit 1; }
-
-   else
-      echo "$ac_t""$kde_cv_path" 1>&6
-      MCOPIDL=$kde_cv_path
-
-   fi
-
-        
-   echo $ac_n "checking for artsc-config""... $ac_c" 1>&6
-echo "configure:8335: checking for artsc-config" >&5
-   if test -n "$ARTSCCONFIG"; then
-        kde_cv_path="$ARTSCCONFIG";
-   else
-        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
-
-        if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-        kde_cv_path="NONE"
-	dirs="$kde_default_bindirs"
-	kde_save_IFS=$IFS
-	IFS=':'
-	for dir in $PATH; do
-	  dirs="$dirs $dir"
-        done
-	IFS=$kde_save_IFS
-
-        for dir in $dirs; do
-	  if test -x "$dir/artsc-config"; then
-	    if test -n ""
-	    then
-              evalstr="$dir/artsc-config  2>&1 "
-	      if eval $evalstr; then
-                kde_cv_path="$dir/artsc-config"
-                break
-	      fi
-            else
-		kde_cv_path="$dir/artsc-config"
-                break
-	    fi
-          fi
-        done
-
-        eval "kde_cv_path_$kde_cache=$kde_cv_path"
-
-        
-fi
-
-
-      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
-
-   fi
-
-   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-      echo "$ac_t""not found" 1>&6
-      
-    { echo "configure: error: The important program artsc-config was not found!
-Please check whether you installed KDE correctly.
-" 1>&2; exit 1; }
-
-   else
-      echo "$ac_t""$kde_cv_path" 1>&6
-      ARTSCCONFIG=$kde_cv_path
-
-   fi
-
-        
-   echo $ac_n "checking for kde-config""... $ac_c" 1>&6
-echo "configure:8395: checking for kde-config" >&5
-   if test -n "$KDECONFIG"; then
-        kde_cv_path="$KDECONFIG";
-   else
-        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
-
-        if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  
-        kde_cv_path="NONE"
-	dirs="$kde_default_bindirs"
-	kde_save_IFS=$IFS
-	IFS=':'
-	for dir in $PATH; do
-	  dirs="$dirs $dir"
-        done
-	IFS=$kde_save_IFS
-
-        for dir in $dirs; do
-	  if test -x "$dir/kde-config"; then
-	    if test -n ""
-	    then
-              evalstr="$dir/kde-config  2>&1 "
-	      if eval $evalstr; then
-                kde_cv_path="$dir/kde-config"
-                break
-	      fi
-            else
-		kde_cv_path="$dir/kde-config"
-                break
-	    fi
-          fi
-        done
-
-        eval "kde_cv_path_$kde_cache=$kde_cv_path"
-
-        
-fi
-
-
-      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
-
-   fi
-
-   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-      echo "$ac_t""not found" 1>&6
-      
-   else
-      echo "$ac_t""$kde_cv_path" 1>&6
-      KDECONFIG=$kde_cv_path
-
-   fi
-
-        
    echo $ac_n "checking for meinproc""... $ac_c" 1>&6
 echo "configure:8451: checking for meinproc" >&5
    if test -n "$MEINPROC"; then