~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to debian/patches/050_bootstrap.diff

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/configure
2
 
+++ b/configure
3
 
@@ -988,13 +988,13 @@ HAS_WIDL_COMPILER_TRUE
4
 
 HAS_WIDL_COMPILER_FALSE
5
 
 BUILD_ACTIVEX_TRUE
6
 
 BUILD_ACTIVEX_FALSE
7
 
-FIREFOX_CFLAGS
8
 
-FIREFOX_LIBS
9
 
+ICEAPE_CFLAGS
10
 
+ICEAPE_LIBS
11
 
 MOZILLA_CONFIG
12
 
 SEAMONKEY_CONFIG
13
 
 XULRUNNER_CONFIG
14
 
-FIREFOX_XPCOM_CFLAGS
15
 
-FIREFOX_XPCOM_LIBS
16
 
+ICEAPE_XPCOM_CFLAGS
17
 
+ICEAPE_XPCOM_LIBS
18
 
 MOZILLA_NSPR_CFLAGS
19
 
 MOZILLA_NSPR_LIBS
20
 
 NSPR_CFLAGS
21
 
@@ -1091,10 +1091,10 @@ GNUTLS_CFLAGS
22
 
 GNUTLS_LIBS
23
 
 MIDL
24
 
 WIDL
25
 
-FIREFOX_CFLAGS
26
 
-FIREFOX_LIBS
27
 
-FIREFOX_XPCOM_CFLAGS
28
 
-FIREFOX_XPCOM_LIBS
29
 
+ICEAPE_CFLAGS
30
 
+ICEAPE_LIBS
31
 
+ICEAPE_XPCOM_CFLAGS
32
 
+ICEAPE_XPCOM_LIBS
33
 
 MOZILLA_NSPR_CFLAGS
34
 
 MOZILLA_NSPR_LIBS
35
 
 NSPR_CFLAGS
36
 
@@ -1973,14 +1973,13 @@ Some influential environment variables:
37
 
   GNUTLS_LIBS linker flags for GNUTLS, overriding pkg-config
38
 
   MIDL        Microsoft IDL compiler (Win32 platform only)
39
 
   WIDL        Wine IDL compiler (requires Wine SDK)
40
 
-  FIREFOX_CFLAGS
41
 
-              C compiler flags for FIREFOX, overriding pkg-config
42
 
-  FIREFOX_LIBS
43
 
-              linker flags for FIREFOX, overriding pkg-config
44
 
-  FIREFOX_XPCOM_CFLAGS
45
 
-              C compiler flags for FIREFOX_XPCOM, overriding pkg-config
46
 
-  FIREFOX_XPCOM_LIBS
47
 
-              linker flags for FIREFOX_XPCOM, overriding pkg-config
48
 
+  ICEAPE_CFLAGS
49
 
+              C compiler flags for ICEAPE, overriding pkg-config
50
 
+  ICEAPE_LIBS linker flags for ICEAPE, overriding pkg-config
51
 
+  ICEAPE_XPCOM_CFLAGS
52
 
+              C compiler flags for ICEAPE_XPCOM, overriding pkg-config
53
 
+  ICEAPE_XPCOM_LIBS
54
 
+              linker flags for ICEAPE_XPCOM, overriding pkg-config
55
 
   MOZILLA_NSPR_CFLAGS
56
 
               C compiler flags for MOZILLA_NSPR, overriding pkg-config
57
 
   MOZILLA_NSPR_LIBS
58
 
@@ -3023,11 +3022,6 @@ ac_config_headers="$ac_config_headers co
59
 
 
60
 
 
61
 
 
62
 
-if test "x${enable_maintainer_mode}" != "xno"; then
63
 
-  enable_maintainer_mode="yes"
64
 
-fi
65
 
-
66
 
-
67
 
 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
68
 
 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
69
 
     # Check whether --enable-maintainer-mode was given.
70
 
@@ -6577,7 +6571,7 @@ ia64-*-hpux*)
71
 
   ;;
72
 
 *-*-irix6*)
73
 
   # Find out which ABI we are using.
74
 
-  echo '#line 6580 "configure"' > conftest.$ac_ext
75
 
+  echo '#line 6574 "configure"' > conftest.$ac_ext
76
 
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
77
 
   (eval $ac_compile) 2>&5
78
 
   ac_status=$?
79
 
@@ -9216,11 +9210,11 @@ else
80
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
81
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
82
 
    -e 's:$: $lt_compiler_flag:'`
83
 
-   (eval echo "\"\$as_me:9219: $lt_compile\"" >&5)
84
 
+   (eval echo "\"\$as_me:9213: $lt_compile\"" >&5)
85
 
    (eval "$lt_compile" 2>conftest.err)
86
 
    ac_status=$?
87
 
    cat conftest.err >&5
88
 
-   echo "$as_me:9223: \$? = $ac_status" >&5
89
 
+   echo "$as_me:9217: \$? = $ac_status" >&5
90
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
91
 
      # The compiler can only warn and ignore the option if not recognized
92
 
      # So say no if there are warnings other than the usual output.
93
 
@@ -9506,11 +9500,11 @@ else
94
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
95
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
96
 
    -e 's:$: $lt_compiler_flag:'`
97
 
-   (eval echo "\"\$as_me:9509: $lt_compile\"" >&5)
98
 
+   (eval echo "\"\$as_me:9503: $lt_compile\"" >&5)
99
 
    (eval "$lt_compile" 2>conftest.err)
100
 
    ac_status=$?
101
 
    cat conftest.err >&5
102
 
-   echo "$as_me:9513: \$? = $ac_status" >&5
103
 
+   echo "$as_me:9507: \$? = $ac_status" >&5
104
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
105
 
      # The compiler can only warn and ignore the option if not recognized
106
 
      # So say no if there are warnings other than the usual output.
107
 
@@ -9610,11 +9604,11 @@ else
108
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
109
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
110
 
    -e 's:$: $lt_compiler_flag:'`
111
 
-   (eval echo "\"\$as_me:9613: $lt_compile\"" >&5)
112
 
+   (eval echo "\"\$as_me:9607: $lt_compile\"" >&5)
113
 
    (eval "$lt_compile" 2>out/conftest.err)
114
 
    ac_status=$?
115
 
    cat out/conftest.err >&5
116
 
-   echo "$as_me:9617: \$? = $ac_status" >&5
117
 
+   echo "$as_me:9611: \$? = $ac_status" >&5
118
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
119
 
    then
120
 
      # The compiler can only warn and ignore the option if not recognized
121
 
@@ -11987,7 +11981,7 @@ else
122
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
123
 
   lt_status=$lt_dlunknown
124
 
   cat > conftest.$ac_ext <<EOF
125
 
-#line 11990 "configure"
126
 
+#line 11984 "configure"
127
 
 #include "confdefs.h"
128
 
 
129
 
 #if HAVE_DLFCN_H
130
 
@@ -12087,7 +12081,7 @@ else
131
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
132
 
   lt_status=$lt_dlunknown
133
 
   cat > conftest.$ac_ext <<EOF
134
 
-#line 12090 "configure"
135
 
+#line 12084 "configure"
136
 
 #include "confdefs.h"
137
 
 
138
 
 #if HAVE_DLFCN_H
139
 
@@ -14488,11 +14482,11 @@ else
140
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
141
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
142
 
    -e 's:$: $lt_compiler_flag:'`
143
 
-   (eval echo "\"\$as_me:14491: $lt_compile\"" >&5)
144
 
+   (eval echo "\"\$as_me:14485: $lt_compile\"" >&5)
145
 
    (eval "$lt_compile" 2>conftest.err)
146
 
    ac_status=$?
147
 
    cat conftest.err >&5
148
 
-   echo "$as_me:14495: \$? = $ac_status" >&5
149
 
+   echo "$as_me:14489: \$? = $ac_status" >&5
150
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
151
 
      # The compiler can only warn and ignore the option if not recognized
152
 
      # So say no if there are warnings other than the usual output.
153
 
@@ -14592,11 +14586,11 @@ else
154
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
155
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
156
 
    -e 's:$: $lt_compiler_flag:'`
157
 
-   (eval echo "\"\$as_me:14595: $lt_compile\"" >&5)
158
 
+   (eval echo "\"\$as_me:14589: $lt_compile\"" >&5)
159
 
    (eval "$lt_compile" 2>out/conftest.err)
160
 
    ac_status=$?
161
 
    cat out/conftest.err >&5
162
 
-   echo "$as_me:14599: \$? = $ac_status" >&5
163
 
+   echo "$as_me:14593: \$? = $ac_status" >&5
164
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
165
 
    then
166
 
      # The compiler can only warn and ignore the option if not recognized
167
 
@@ -16190,11 +16184,11 @@ else
168
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
169
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
170
 
    -e 's:$: $lt_compiler_flag:'`
171
 
-   (eval echo "\"\$as_me:16193: $lt_compile\"" >&5)
172
 
+   (eval echo "\"\$as_me:16187: $lt_compile\"" >&5)
173
 
    (eval "$lt_compile" 2>conftest.err)
174
 
    ac_status=$?
175
 
    cat conftest.err >&5
176
 
-   echo "$as_me:16197: \$? = $ac_status" >&5
177
 
+   echo "$as_me:16191: \$? = $ac_status" >&5
178
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
179
 
      # The compiler can only warn and ignore the option if not recognized
180
 
      # So say no if there are warnings other than the usual output.
181
 
@@ -16294,11 +16288,11 @@ else
182
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
183
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
184
 
    -e 's:$: $lt_compiler_flag:'`
185
 
-   (eval echo "\"\$as_me:16297: $lt_compile\"" >&5)
186
 
+   (eval echo "\"\$as_me:16291: $lt_compile\"" >&5)
187
 
    (eval "$lt_compile" 2>out/conftest.err)
188
 
    ac_status=$?
189
 
    cat out/conftest.err >&5
190
 
-   echo "$as_me:16301: \$? = $ac_status" >&5
191
 
+   echo "$as_me:16295: \$? = $ac_status" >&5
192
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
193
 
    then
194
 
      # The compiler can only warn and ignore the option if not recognized
195
 
@@ -18514,11 +18508,11 @@ else
196
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
197
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
198
 
    -e 's:$: $lt_compiler_flag:'`
199
 
-   (eval echo "\"\$as_me:18517: $lt_compile\"" >&5)
200
 
+   (eval echo "\"\$as_me:18511: $lt_compile\"" >&5)
201
 
    (eval "$lt_compile" 2>conftest.err)
202
 
    ac_status=$?
203
 
    cat conftest.err >&5
204
 
-   echo "$as_me:18521: \$? = $ac_status" >&5
205
 
+   echo "$as_me:18515: \$? = $ac_status" >&5
206
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
207
 
      # The compiler can only warn and ignore the option if not recognized
208
 
      # So say no if there are warnings other than the usual output.
209
 
@@ -18804,11 +18798,11 @@ else
210
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
211
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
212
 
    -e 's:$: $lt_compiler_flag:'`
213
 
-   (eval echo "\"\$as_me:18807: $lt_compile\"" >&5)
214
 
+   (eval echo "\"\$as_me:18801: $lt_compile\"" >&5)
215
 
    (eval "$lt_compile" 2>conftest.err)
216
 
    ac_status=$?
217
 
    cat conftest.err >&5
218
 
-   echo "$as_me:18811: \$? = $ac_status" >&5
219
 
+   echo "$as_me:18805: \$? = $ac_status" >&5
220
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
221
 
      # The compiler can only warn and ignore the option if not recognized
222
 
      # So say no if there are warnings other than the usual output.
223
 
@@ -18908,11 +18902,11 @@ else
224
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
225
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
226
 
    -e 's:$: $lt_compiler_flag:'`
227
 
-   (eval echo "\"\$as_me:18911: $lt_compile\"" >&5)
228
 
+   (eval echo "\"\$as_me:18905: $lt_compile\"" >&5)
229
 
    (eval "$lt_compile" 2>out/conftest.err)
230
 
    ac_status=$?
231
 
    cat out/conftest.err >&5
232
 
-   echo "$as_me:18915: \$? = $ac_status" >&5
233
 
+   echo "$as_me:18909: \$? = $ac_status" >&5
234
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
235
 
    then
236
 
      # The compiler can only warn and ignore the option if not recognized
237
 
@@ -62427,20 +62421,20 @@ then
238
 
   then
239
 
 
240
 
 pkg_failed=no
241
 
-{ echo "$as_me:$LINENO: checking for FIREFOX" >&5
242
 
-echo $ECHO_N "checking for FIREFOX... $ECHO_C" >&6; }
243
 
+{ echo "$as_me:$LINENO: checking for ICEAPE" >&5
244
 
+echo $ECHO_N "checking for ICEAPE... $ECHO_C" >&6; }
245
 
 
246
 
 if test -n "$PKG_CONFIG"; then
247
 
-    if test -n "$FIREFOX_CFLAGS"; then
248
 
-        pkg_cv_FIREFOX_CFLAGS="$FIREFOX_CFLAGS"
249
 
+    if test -n "$ICEAPE_CFLAGS"; then
250
 
+        pkg_cv_ICEAPE_CFLAGS="$ICEAPE_CFLAGS"
251
 
     else
252
 
         if test -n "$PKG_CONFIG" && \
253
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin\"") >&5
254
 
-  ($PKG_CONFIG --exists --print-errors "firefox-plugin") 2>&5
255
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"iceape-plugin\"") >&5
256
 
+  ($PKG_CONFIG --exists --print-errors "iceape-plugin") 2>&5
257
 
   ac_status=$?
258
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
259
 
   (exit $ac_status); }; then
260
 
-  pkg_cv_FIREFOX_CFLAGS=`$PKG_CONFIG --cflags "firefox-plugin" 2>/dev/null`
261
 
+  pkg_cv_ICEAPE_CFLAGS=`$PKG_CONFIG --cflags "iceape-plugin" 2>/dev/null`
262
 
 else
263
 
   pkg_failed=yes
264
 
 fi
265
 
@@ -62449,16 +62443,16 @@ else
266
 
        pkg_failed=untried
267
 
 fi
268
 
 if test -n "$PKG_CONFIG"; then
269
 
-    if test -n "$FIREFOX_LIBS"; then
270
 
-        pkg_cv_FIREFOX_LIBS="$FIREFOX_LIBS"
271
 
+    if test -n "$ICEAPE_LIBS"; then
272
 
+        pkg_cv_ICEAPE_LIBS="$ICEAPE_LIBS"
273
 
     else
274
 
         if test -n "$PKG_CONFIG" && \
275
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-plugin\"") >&5
276
 
-  ($PKG_CONFIG --exists --print-errors "firefox-plugin") 2>&5
277
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"iceape-plugin\"") >&5
278
 
+  ($PKG_CONFIG --exists --print-errors "iceape-plugin") 2>&5
279
 
   ac_status=$?
280
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
281
 
   (exit $ac_status); }; then
282
 
-  pkg_cv_FIREFOX_LIBS=`$PKG_CONFIG --libs "firefox-plugin" 2>/dev/null`
283
 
+  pkg_cv_ICEAPE_LIBS=`$PKG_CONFIG --libs "iceape-plugin" 2>/dev/null`
284
 
 else
285
 
   pkg_failed=yes
286
 
 fi
287
 
@@ -62477,12 +62471,12 @@ else
288
 
         _pkg_short_errors_supported=no
289
 
 fi
290
 
         if test $_pkg_short_errors_supported = yes; then
291
 
-               FIREFOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "firefox-plugin"`
292
 
+               ICEAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "iceape-plugin"`
293
 
         else
294
 
-               FIREFOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "firefox-plugin"`
295
 
+               ICEAPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "iceape-plugin"`
296
 
         fi
297
 
        # Put the nasty error message in config.log where it belongs
298
 
-       echo "$FIREFOX_PKG_ERRORS" >&5
299
 
+       echo "$ICEAPE_PKG_ERRORS" >&5
300
 
 
301
 
        { echo "$as_me:$LINENO: result: no" >&5
302
 
 echo "${ECHO_T}no" >&6; }
303
 
@@ -62774,27 +62768,27 @@ echo "$as_me: error: Please install the 
304
 
 
305
 
 
306
 
 else
307
 
-       FIREFOX_CFLAGS=$pkg_cv_FIREFOX_CFLAGS
308
 
-       FIREFOX_LIBS=$pkg_cv_FIREFOX_LIBS
309
 
+       ICEAPE_CFLAGS=$pkg_cv_ICEAPE_CFLAGS
310
 
+       ICEAPE_LIBS=$pkg_cv_ICEAPE_LIBS
311
 
         { echo "$as_me:$LINENO: result: yes" >&5
312
 
 echo "${ECHO_T}yes" >&6; }
313
 
 
314
 
 
315
 
 pkg_failed=no
316
 
-{ echo "$as_me:$LINENO: checking for FIREFOX_XPCOM" >&5
317
 
-echo $ECHO_N "checking for FIREFOX_XPCOM... $ECHO_C" >&6; }
318
 
+{ echo "$as_me:$LINENO: checking for ICEAPE_XPCOM" >&5
319
 
+echo $ECHO_N "checking for ICEAPE_XPCOM... $ECHO_C" >&6; }
320
 
 
321
 
 if test -n "$PKG_CONFIG"; then
322
 
-    if test -n "$FIREFOX_XPCOM_CFLAGS"; then
323
 
-        pkg_cv_FIREFOX_XPCOM_CFLAGS="$FIREFOX_XPCOM_CFLAGS"
324
 
+    if test -n "$ICEAPE_XPCOM_CFLAGS"; then
325
 
+        pkg_cv_ICEAPE_XPCOM_CFLAGS="$ICEAPE_XPCOM_CFLAGS"
326
 
     else
327
 
         if test -n "$PKG_CONFIG" && \
328
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-xpcom\"") >&5
329
 
-  ($PKG_CONFIG --exists --print-errors "firefox-xpcom") 2>&5
330
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"iceape-xpcom\"") >&5
331
 
+  ($PKG_CONFIG --exists --print-errors "iceape-xpcom") 2>&5
332
 
   ac_status=$?
333
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
334
 
   (exit $ac_status); }; then
335
 
-  pkg_cv_FIREFOX_XPCOM_CFLAGS=`$PKG_CONFIG --cflags "firefox-xpcom" 2>/dev/null`
336
 
+  pkg_cv_ICEAPE_XPCOM_CFLAGS=`$PKG_CONFIG --cflags "iceape-xpcom" 2>/dev/null`
337
 
 else
338
 
   pkg_failed=yes
339
 
 fi
340
 
@@ -62803,16 +62797,16 @@ else
341
 
        pkg_failed=untried
342
 
 fi
343
 
 if test -n "$PKG_CONFIG"; then
344
 
-    if test -n "$FIREFOX_XPCOM_LIBS"; then
345
 
-        pkg_cv_FIREFOX_XPCOM_LIBS="$FIREFOX_XPCOM_LIBS"
346
 
+    if test -n "$ICEAPE_XPCOM_LIBS"; then
347
 
+        pkg_cv_ICEAPE_XPCOM_LIBS="$ICEAPE_XPCOM_LIBS"
348
 
     else
349
 
         if test -n "$PKG_CONFIG" && \
350
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"firefox-xpcom\"") >&5
351
 
-  ($PKG_CONFIG --exists --print-errors "firefox-xpcom") 2>&5
352
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"iceape-xpcom\"") >&5
353
 
+  ($PKG_CONFIG --exists --print-errors "iceape-xpcom") 2>&5
354
 
   ac_status=$?
355
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
356
 
   (exit $ac_status); }; then
357
 
-  pkg_cv_FIREFOX_XPCOM_LIBS=`$PKG_CONFIG --libs "firefox-xpcom" 2>/dev/null`
358
 
+  pkg_cv_ICEAPE_XPCOM_LIBS=`$PKG_CONFIG --libs "iceape-xpcom" 2>/dev/null`
359
 
 else
360
 
   pkg_failed=yes
361
 
 fi
362
 
@@ -62831,12 +62825,12 @@ else
363
 
         _pkg_short_errors_supported=no
364
 
 fi
365
 
         if test $_pkg_short_errors_supported = yes; then
366
 
-               FIREFOX_XPCOM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "firefox-xpcom"`
367
 
+               ICEAPE_XPCOM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "iceape-xpcom"`
368
 
         else
369
 
-               FIREFOX_XPCOM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "firefox-xpcom"`
370
 
+               ICEAPE_XPCOM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "iceape-xpcom"`
371
 
         fi
372
 
        # Put the nasty error message in config.log where it belongs
373
 
-       echo "$FIREFOX_XPCOM_PKG_ERRORS" >&5
374
 
+       echo "$ICEAPE_XPCOM_PKG_ERRORS" >&5
375
 
 
376
 
        { echo "$as_me:$LINENO: result: no" >&5
377
 
 echo "${ECHO_T}no" >&6; }
378
 
@@ -63320,13 +63314,13 @@ echo "${ECHO_T}yes" >&6; }
379
 
 fi
380
 
 
381
 
 else
382
 
-       FIREFOX_XPCOM_CFLAGS=$pkg_cv_FIREFOX_XPCOM_CFLAGS
383
 
-       FIREFOX_XPCOM_LIBS=$pkg_cv_FIREFOX_XPCOM_LIBS
384
 
+       ICEAPE_XPCOM_CFLAGS=$pkg_cv_ICEAPE_XPCOM_CFLAGS
385
 
+       ICEAPE_XPCOM_LIBS=$pkg_cv_ICEAPE_XPCOM_LIBS
386
 
         { echo "$as_me:$LINENO: result: yes" >&5
387
 
 echo "${ECHO_T}yes" >&6; }
388
 
        :
389
 
 fi
390
 
-        CPPFLAGS="${CPPFLAGS_save} ${FIREFOX_CFLAGS} ${FIREFOX_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}"
391
 
+        CPPFLAGS="${CPPFLAGS_save} ${ICEAPE_CFLAGS} ${ICEAPE_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}"
392
 
         MOZILLA_REQUIRED_HEADERS=1
393
 
 
394
 
 for ac_header in mozilla-config.h
395
 
@@ -63682,7 +63676,7 @@ echo "$as_me: error: Please install the 
396
 
         fi
397
 
         MOZILLA_REQUIRED_HEADERS=
398
 
         mozilla=:
399
 
-        firefox_include=`pkg-config --variable=includedir firefox-plugin`
400
 
+        firefox_include=`pkg-config --variable=includedir iceape-plugin`
401
 
         if test -f "${firefox_include}/mozilla-config.h" -a -f "${firefox_include}/mozilla-config32.h"; then
402
 
             MOZILLA_CONFIG_H="${firefox_include}/mozilla-config32.h"
403
 
         elif test -f "${firefox_include}/mozilla-config.h" -a -f "${firefox_include}/mozilla-config64.h"; then
404
 
@@ -63706,7 +63700,7 @@ echo "$as_me: error: Please install the 
405
 
 
406
 
 
407
 
   for element in mozilla; do
408
 
-    eval "LDFLAGS_${element}="'"'"${FIREFOX_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS} "'$'"{LDFLAGS_${element}} "'"'
409
 
+    eval "LDFLAGS_${element}="'"'"${ICEAPE_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS} "'$'"{LDFLAGS_${element}} "'"'
410
 
     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
411
 
   done
412
 
 
413
 
@@ -64829,7 +64823,7 @@ else
414
 
 JAVA_TEST=Test.java
415
 
 CLASS_TEST=Test.class
416
 
 cat << \EOF > $JAVA_TEST
417
 
-/* #line 64832 "configure" */
418
 
+/* #line 64826 "configure" */
419
 
 public class Test {
420
 
 }
421
 
 EOF
422
 
@@ -65005,7 +64999,7 @@ EOF
423
 
 if uudecode$EXEEXT Test.uue; then
424
 
         ac_cv_prog_uudecode_base64=yes
425
 
 else
426
 
-        echo "configure: 65008: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
427
 
+        echo "configure: 65002: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
428
 
         echo "configure: failed file was:" >&5
429
 
         cat Test.uue >&5
430
 
         ac_cv_prog_uudecode_base64=no
431
 
@@ -65127,7 +65121,7 @@ else
432
 
 JAVA_TEST=Test.java
433
 
 CLASS_TEST=Test.class
434
 
 cat << \EOF > $JAVA_TEST
435
 
-/* #line 65130 "configure" */
436
 
+/* #line 65124 "configure" */
437
 
 public class Test {
438
 
 }
439
 
 EOF
440
 
@@ -65164,7 +65158,7 @@ JAVA_TEST=Test.java
441
 
 CLASS_TEST=Test.class
442
 
 TEST=Test
443
 
 cat << \EOF > $JAVA_TEST
444
 
-/* [#]line 65167 "configure" */
445
 
+/* [#]line 65161 "configure" */
446
 
 public class Test {
447
 
 public static void main (String args[]) {
448
 
         System.exit (0);
449
 
@@ -67203,13 +67197,13 @@ HAS_WIDL_COMPILER_TRUE!$HAS_WIDL_COMPILE
450
 
 HAS_WIDL_COMPILER_FALSE!$HAS_WIDL_COMPILER_FALSE$ac_delim
451
 
 BUILD_ACTIVEX_TRUE!$BUILD_ACTIVEX_TRUE$ac_delim
452
 
 BUILD_ACTIVEX_FALSE!$BUILD_ACTIVEX_FALSE$ac_delim
453
 
-FIREFOX_CFLAGS!$FIREFOX_CFLAGS$ac_delim
454
 
-FIREFOX_LIBS!$FIREFOX_LIBS$ac_delim
455
 
+ICEAPE_CFLAGS!$ICEAPE_CFLAGS$ac_delim
456
 
+ICEAPE_LIBS!$ICEAPE_LIBS$ac_delim
457
 
 MOZILLA_CONFIG!$MOZILLA_CONFIG$ac_delim
458
 
 SEAMONKEY_CONFIG!$SEAMONKEY_CONFIG$ac_delim
459
 
 XULRUNNER_CONFIG!$XULRUNNER_CONFIG$ac_delim
460
 
-FIREFOX_XPCOM_CFLAGS!$FIREFOX_XPCOM_CFLAGS$ac_delim
461
 
-FIREFOX_XPCOM_LIBS!$FIREFOX_XPCOM_LIBS$ac_delim
462
 
+ICEAPE_XPCOM_CFLAGS!$ICEAPE_XPCOM_CFLAGS$ac_delim
463
 
+ICEAPE_XPCOM_LIBS!$ICEAPE_XPCOM_LIBS$ac_delim
464
 
 MOZILLA_NSPR_CFLAGS!$MOZILLA_NSPR_CFLAGS$ac_delim
465
 
 MOZILLA_NSPR_LIBS!$MOZILLA_NSPR_LIBS$ac_delim
466
 
 NSPR_CFLAGS!$NSPR_CFLAGS$ac_delim