Project

General

Profile

config.log

config.log_audacious-plugin - Roger M, May 02, 2017 21:44

 
1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3

    
4
It was created by audacious-plugins configure 3.8.2, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6

    
7
  $ ./configure 
8

    
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12

    
13
hostname = rm-localhost-328-2kx3B8H
14
uname -m = x86_64
15
uname -r = 4.10.0
16
uname -s = Linux
17
uname -v = #1 SMP PREEMPT Thu Feb 23 23:08:01 CET 2017
18

    
19
/usr/bin/uname -p = unknown
20
/bin/uname -X     = unknown
21

    
22
/bin/arch              = unknown
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: /usr/local/bin
31
PATH: /usr/bin
32
PATH: /bin
33
PATH: /usr/local/games
34
PATH: /usr/games
35

    
36

    
37
## ----------- ##
38
## Core tests. ##
39
## ----------- ##
40

    
41
configure:2757: checking build system type
42
configure:2771: result: x86_64-unknown-linux-gnu
43
configure:2791: checking host system type
44
configure:2804: result: x86_64-unknown-linux-gnu
45
configure:2824: checking target system type
46
configure:2837: result: x86_64-unknown-linux-gnu
47
configure:2911: checking for gcc
48
configure:2927: found /usr/bin/gcc
49
configure:2938: result: gcc
50
configure:3167: checking for C compiler version
51
configure:3176: gcc --version >&5
52
gcc (Debian 4.9.2-10) 4.9.2
53
Copyright (C) 2014 Free Software Foundation, Inc.
54
This is free software; see the source for copying conditions.  There is NO
55
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56

    
57
configure:3187: $? = 0
58
configure:3176: gcc -v >&5
59
Using built-in specs.
60
COLLECT_GCC=gcc
61
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
62
Target: x86_64-linux-gnu
63
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
64
Thread model: posix
65
gcc version 4.9.2 (Debian 4.9.2-10) 
66
configure:3187: $? = 0
67
configure:3176: gcc -V >&5
68
gcc: error: unrecognized command line option '-V'
69
gcc: fatal error: no input files
70
compilation terminated.
71
configure:3187: $? = 4
72
configure:3176: gcc -qversion >&5
73
gcc: error: unrecognized command line option '-qversion'
74
gcc: fatal error: no input files
75
compilation terminated.
76
configure:3187: $? = 4
77
configure:3207: checking whether the C compiler works
78
configure:3229: gcc    conftest.c  >&5
79
configure:3233: $? = 0
80
configure:3281: result: yes
81
configure:3284: checking for C compiler default output file name
82
configure:3286: result: a.out
83
configure:3292: checking for suffix of executables
84
configure:3299: gcc -o conftest    conftest.c  >&5
85
configure:3303: $? = 0
86
configure:3325: result: 
87
configure:3347: checking whether we are cross compiling
88
configure:3355: gcc -o conftest    conftest.c  >&5
89
configure:3359: $? = 0
90
configure:3366: ./conftest
91
configure:3370: $? = 0
92
configure:3385: result: no
93
configure:3390: checking for suffix of object files
94
configure:3412: gcc -c   conftest.c >&5
95
configure:3416: $? = 0
96
configure:3437: result: o
97
configure:3441: checking whether we are using the GNU C compiler
98
configure:3460: gcc -c   conftest.c >&5
99
configure:3460: $? = 0
100
configure:3469: result: yes
101
configure:3478: checking whether gcc accepts -g
102
configure:3498: gcc -c -g  conftest.c >&5
103
configure:3498: $? = 0
104
configure:3539: result: yes
105
configure:3556: checking for gcc option to accept ISO C89
106
configure:3619: gcc  -c -g -O2  conftest.c >&5
107
configure:3619: $? = 0
108
configure:3632: result: none needed
109
configure:3710: checking for g++
110
configure:3726: found /usr/bin/g++
111
configure:3737: result: g++
112
configure:3764: checking for C++ compiler version
113
configure:3773: g++ --version >&5
114
g++ (Debian 4.9.2-10) 4.9.2
115
Copyright (C) 2014 Free Software Foundation, Inc.
116
This is free software; see the source for copying conditions.  There is NO
117
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
118

    
119
configure:3784: $? = 0
120
configure:3773: g++ -v >&5
121
Using built-in specs.
122
COLLECT_GCC=g++
123
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
124
Target: x86_64-linux-gnu
125
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
126
Thread model: posix
127
gcc version 4.9.2 (Debian 4.9.2-10) 
128
configure:3784: $? = 0
129
configure:3773: g++ -V >&5
130
g++: error: unrecognized command line option '-V'
131
g++: fatal error: no input files
132
compilation terminated.
133
configure:3784: $? = 4
134
configure:3773: g++ -qversion >&5
135
g++: error: unrecognized command line option '-qversion'
136
g++: fatal error: no input files
137
compilation terminated.
138
configure:3784: $? = 4
139
configure:3788: checking whether we are using the GNU C++ compiler
140
configure:3807: g++ -c   conftest.cpp >&5
141
configure:3807: $? = 0
142
configure:3816: result: yes
143
configure:3825: checking whether g++ accepts -g
144
configure:3845: g++ -c -g  conftest.cpp >&5
145
configure:3845: $? = 0
146
configure:3886: result: yes
147
configure:3915: checking how to run the C preprocessor
148
configure:3946: gcc -E  conftest.c
149
configure:3946: $? = 0
150
configure:3960: gcc -E  conftest.c
151
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
152
 #include <ac_nonexistent.h>
153
                            ^
154
compilation terminated.
155
configure:3960: $? = 1
156
configure: failed program was:
157
| /* confdefs.h */
158
| #define PACKAGE_NAME "audacious-plugins"
159
| #define PACKAGE_TARNAME "audacious-plugins"
160
| #define PACKAGE_VERSION "3.8.2"
161
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
162
| #define PACKAGE_BUGREPORT ""
163
| #define PACKAGE_URL ""
164
| #define PACKAGE "audacious-plugins"
165
| #define VERSION "3.8.2"
166
| /* end confdefs.h.  */
167
| #include <ac_nonexistent.h>
168
configure:3985: result: gcc -E
169
configure:4005: gcc -E  conftest.c
170
configure:4005: $? = 0
171
configure:4019: gcc -E  conftest.c
172
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
173
 #include <ac_nonexistent.h>
174
                            ^
175
compilation terminated.
176
configure:4019: $? = 1
177
configure: failed program was:
178
| /* confdefs.h */
179
| #define PACKAGE_NAME "audacious-plugins"
180
| #define PACKAGE_TARNAME "audacious-plugins"
181
| #define PACKAGE_VERSION "3.8.2"
182
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
183
| #define PACKAGE_BUGREPORT ""
184
| #define PACKAGE_URL ""
185
| #define PACKAGE "audacious-plugins"
186
| #define VERSION "3.8.2"
187
| /* end confdefs.h.  */
188
| #include <ac_nonexistent.h>
189
configure:4048: checking for grep that handles long lines and -e
190
configure:4106: result: /bin/grep
191
configure:4111: checking for egrep
192
configure:4173: result: /bin/grep -E
193
configure:4178: checking for ANSI C header files
194
configure:4198: gcc -c -g -O2  conftest.c >&5
195
configure:4198: $? = 0
196
configure:4271: gcc -o conftest -g -O2   conftest.c  >&5
197
configure:4271: $? = 0
198
configure:4271: ./conftest
199
configure:4271: $? = 0
200
configure:4282: result: yes
201
configure:4295: checking for sys/types.h
202
configure:4295: gcc -c -g -O2  conftest.c >&5
203
configure:4295: $? = 0
204
configure:4295: result: yes
205
configure:4295: checking for sys/stat.h
206
configure:4295: gcc -c -g -O2  conftest.c >&5
207
configure:4295: $? = 0
208
configure:4295: result: yes
209
configure:4295: checking for stdlib.h
210
configure:4295: gcc -c -g -O2  conftest.c >&5
211
configure:4295: $? = 0
212
configure:4295: result: yes
213
configure:4295: checking for string.h
214
configure:4295: gcc -c -g -O2  conftest.c >&5
215
configure:4295: $? = 0
216
configure:4295: result: yes
217
configure:4295: checking for memory.h
218
configure:4295: gcc -c -g -O2  conftest.c >&5
219
configure:4295: $? = 0
220
configure:4295: result: yes
221
configure:4295: checking for strings.h
222
configure:4295: gcc -c -g -O2  conftest.c >&5
223
configure:4295: $? = 0
224
configure:4295: result: yes
225
configure:4295: checking for inttypes.h
226
configure:4295: gcc -c -g -O2  conftest.c >&5
227
configure:4295: $? = 0
228
configure:4295: result: yes
229
configure:4295: checking for stdint.h
230
configure:4295: gcc -c -g -O2  conftest.c >&5
231
configure:4295: $? = 0
232
configure:4295: result: yes
233
configure:4295: checking for unistd.h
234
configure:4295: gcc -c -g -O2  conftest.c >&5
235
configure:4295: $? = 0
236
configure:4295: result: yes
237
configure:4307: checking whether byte ordering is bigendian
238
configure:4322: gcc -c -g -O2  conftest.c >&5
239
conftest.c:22:9: error: unknown type name 'not'
240
         not a universal capable compiler
241
         ^
242
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
243
         not a universal capable compiler
244
               ^
245
conftest.c:22:15: error: unknown type name 'universal'
246
configure:4322: $? = 1
247
configure: failed program was:
248
| /* confdefs.h */
249
| #define PACKAGE_NAME "audacious-plugins"
250
| #define PACKAGE_TARNAME "audacious-plugins"
251
| #define PACKAGE_VERSION "3.8.2"
252
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
253
| #define PACKAGE_BUGREPORT ""
254
| #define PACKAGE_URL ""
255
| #define PACKAGE "audacious-plugins"
256
| #define VERSION "3.8.2"
257
| #define STDC_HEADERS 1
258
| #define HAVE_SYS_TYPES_H 1
259
| #define HAVE_SYS_STAT_H 1
260
| #define HAVE_STDLIB_H 1
261
| #define HAVE_STRING_H 1
262
| #define HAVE_MEMORY_H 1
263
| #define HAVE_STRINGS_H 1
264
| #define HAVE_INTTYPES_H 1
265
| #define HAVE_STDINT_H 1
266
| #define HAVE_UNISTD_H 1
267
| /* end confdefs.h.  */
268
| #ifndef __APPLE_CC__
269
| 	       not a universal capable compiler
270
| 	     #endif
271
| 	     typedef int dummy;
272
| 
273
configure:4367: gcc -c -g -O2  conftest.c >&5
274
configure:4367: $? = 0
275
configure:4385: gcc -c -g -O2  conftest.c >&5
276
conftest.c: In function 'main':
277
conftest.c:28:4: error: unknown type name 'not'
278
    not big endian
279
    ^
280
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
281
    not big endian
282
            ^
283
configure:4385: $? = 1
284
configure: failed program was:
285
| /* confdefs.h */
286
| #define PACKAGE_NAME "audacious-plugins"
287
| #define PACKAGE_TARNAME "audacious-plugins"
288
| #define PACKAGE_VERSION "3.8.2"
289
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
290
| #define PACKAGE_BUGREPORT ""
291
| #define PACKAGE_URL ""
292
| #define PACKAGE "audacious-plugins"
293
| #define VERSION "3.8.2"
294
| #define STDC_HEADERS 1
295
| #define HAVE_SYS_TYPES_H 1
296
| #define HAVE_SYS_STAT_H 1
297
| #define HAVE_STDLIB_H 1
298
| #define HAVE_STRING_H 1
299
| #define HAVE_MEMORY_H 1
300
| #define HAVE_STRINGS_H 1
301
| #define HAVE_INTTYPES_H 1
302
| #define HAVE_STDINT_H 1
303
| #define HAVE_UNISTD_H 1
304
| /* end confdefs.h.  */
305
| #include <sys/types.h>
306
| 		#include <sys/param.h>
307
| 
308
| int
309
| main ()
310
| {
311
| #if BYTE_ORDER != BIG_ENDIAN
312
| 		 not big endian
313
| 		#endif
314
| 
315
|   ;
316
|   return 0;
317
| }
318
configure:4513: result: no
319
configure:4538: checking for special C compiler options needed for large files
320
configure:4583: result: no
321
configure:4589: checking for _FILE_OFFSET_BITS value needed for large files
322
configure:4614: gcc -c -g -O2  conftest.c >&5
323
configure:4614: $? = 0
324
configure:4646: result: no
325
configure:4786: checking for pkg-config
326
configure:4804: found /usr/local/bin/pkg-config
327
configure:4816: result: /usr/local/bin/pkg-config
328
configure:4841: checking pkg-config is at least version 0.9.0
329
configure:4844: result: yes
330
configure:4858: checking operating system type
331
configure:4867: result: Linux
332
configure:4905: checking whether the C/C++ compiler supports -Wtype-limits
333
configure:4920: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
334
configure:4920: $? = 0
335
configure:4922: result: yes
336
configure:4937: checking whether the C++ compiler supports -Woverloaded-virtual
337
configure:4958: g++ -c -g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -Werror  conftest.cpp >&5
338
configure:4958: $? = 0
339
configure:4960: result: yes
340
configure:5763: checking whether byte ordering is bigendian
341
configure:5969: result: no
342
configure:6000: checking whether ln -s works
343
configure:6004: result: yes
344
configure:6013: checking for rm
345
configure:6031: found /bin/rm
346
configure:6043: result: /bin/rm
347
configure:6053: checking for mv
348
configure:6071: found /bin/mv
349
configure:6083: result: /bin/mv
350
configure:6093: checking for cp
351
configure:6111: found /bin/cp
352
configure:6123: result: /bin/cp
353
configure:6177: checking for ar
354
configure:6195: found /usr/bin/ar
355
configure:6207: result: /usr/bin/ar
356
configure:6275: checking for ranlib
357
configure:6293: found /usr/bin/ranlib
358
configure:6305: result: /usr/bin/ranlib
359
configure:6373: checking for windres
360
configure:6406: result: no
361
configure:6426: checking for library containing pthread_create
362
configure:6457: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c  >&5
363
/tmp/ccKslL2K.o: In function `main':
364
/home/roger/zp/son/audacious-plugins-3.8.2/conftest.c:33: undefined reference to `pthread_create'
365
collect2: error: ld returned 1 exit status
366
configure:6457: $? = 1
367
configure: failed program was:
368
| /* confdefs.h */
369
| #define PACKAGE_NAME "audacious-plugins"
370
| #define PACKAGE_TARNAME "audacious-plugins"
371
| #define PACKAGE_VERSION "3.8.2"
372
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
373
| #define PACKAGE_BUGREPORT ""
374
| #define PACKAGE_URL ""
375
| #define PACKAGE "audacious-plugins"
376
| #define VERSION "3.8.2"
377
| #define STDC_HEADERS 1
378
| #define HAVE_SYS_TYPES_H 1
379
| #define HAVE_SYS_STAT_H 1
380
| #define HAVE_STDLIB_H 1
381
| #define HAVE_STRING_H 1
382
| #define HAVE_MEMORY_H 1
383
| #define HAVE_STRINGS_H 1
384
| #define HAVE_INTTYPES_H 1
385
| #define HAVE_STDINT_H 1
386
| #define HAVE_UNISTD_H 1
387
| #define EXPORT __attribute__((visibility("default")))
388
| /* end confdefs.h.  */
389
| 
390
| /* Override any GCC internal prototype to avoid an error.
391
|    Use char because int might match the return type of a GCC
392
|    builtin and then its argument prototype would still apply.  */
393
| #ifdef __cplusplus
394
| extern "C"
395
| #endif
396
| char pthread_create ();
397
| int
398
| main ()
399
| {
400
| return pthread_create ();
401
|   ;
402
|   return 0;
403
| }
404
configure:6457: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
405
configure:6457: $? = 0
406
configure:6474: result: -lpthread
407
configure:6486: checking for GLIB
408
configure:6493: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
409
configure:6496: $? = 0
410
configure:6510: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
411
configure:6513: $? = 0
412
configure:6571: result: yes
413
configure:6577: checking for GMODULE
414
configure:6584: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
415
configure:6587: $? = 0
416
configure:6601: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
417
configure:6604: $? = 0
418
configure:6662: result: yes
419
configure:6679: checking for GTK
420
configure:6686: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
421
configure:6689: $? = 0
422
configure:6703: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
423
configure:6706: $? = 0
424
configure:6764: result: yes
425
configure:6870: checking for GIO
426
configure:6877: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
427
configure:6880: $? = 0
428
configure:6894: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
429
configure:6897: $? = 0
430
configure:6955: result: yes
431
configure:7179: checking for shared library system
432
configure:7243: result: GNU
433
configure:7272: checking whether make sets $(MAKE)
434
configure:7294: result: yes
435
configure:7317: checking for a BSD-compatible install
436
configure:7385: result: /usr/bin/install -c
437
configure:7396: checking for a thread-safe mkdir -p
438
configure:7435: result: /bin/mkdir -p
439
configure:7438: checking for a sed that does not truncate output
440
configure:7502: result: /bin/sed
441
configure:7508: checking whether NLS is requested
442
configure:7517: result: yes
443
configure:7557: checking for msgfmt
444
configure: trying /usr/local/bin/msgfmt...
445
0 translated messages.
446
configure:7589: result: /usr/local/bin/msgfmt
447
configure:7598: checking for gmsgfmt
448
configure:7629: result: /usr/local/bin/msgfmt
449
configure:7679: checking for xgettext
450
configure: trying /usr/local/bin/xgettext...
451
/usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
452
configure:7711: result: /usr/local/bin/xgettext
453
configure:7756: checking for msgmerge
454
configure: trying /usr/local/bin/msgmerge...
455
configure:7787: result: /usr/local/bin/msgmerge
456
configure:7845: checking for ld used by gcc
457
configure:7912: result: /usr/bin/ld
458
configure:7919: checking if the linker (/usr/bin/ld) is GNU ld
459
configure:7934: result: yes
460
configure:7941: checking for shared library run path origin
461
configure:7954: result: done
462
configure:8526: checking for CFPreferencesCopyAppValue
463
configure:8544: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
464
conftest.c:23:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
465
 #include <CoreFoundation/CFPreferences.h>
466
                                          ^
467
compilation terminated.
468
configure:8544: $? = 1
469
configure: failed program was:
470
| /* confdefs.h */
471
| #define PACKAGE_NAME "audacious-plugins"
472
| #define PACKAGE_TARNAME "audacious-plugins"
473
| #define PACKAGE_VERSION "3.8.2"
474
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
475
| #define PACKAGE_BUGREPORT ""
476
| #define PACKAGE_URL ""
477
| #define PACKAGE "audacious-plugins"
478
| #define VERSION "3.8.2"
479
| #define STDC_HEADERS 1
480
| #define HAVE_SYS_TYPES_H 1
481
| #define HAVE_SYS_STAT_H 1
482
| #define HAVE_STDLIB_H 1
483
| #define HAVE_STRING_H 1
484
| #define HAVE_MEMORY_H 1
485
| #define HAVE_STRINGS_H 1
486
| #define HAVE_INTTYPES_H 1
487
| #define HAVE_STDINT_H 1
488
| #define HAVE_UNISTD_H 1
489
| #define EXPORT __attribute__((visibility("default")))
490
| #define USE_GTK 1
491
| /* end confdefs.h.  */
492
| #include <CoreFoundation/CFPreferences.h>
493
| int
494
| main ()
495
| {
496
| CFPreferencesCopyAppValue(NULL, NULL)
497
|   ;
498
|   return 0;
499
| }
500
configure:8553: result: no
501
configure:8560: checking for CFLocaleCopyCurrent
502
configure:8578: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
503
conftest.c:23:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
504
 #include <CoreFoundation/CFLocale.h>
505
                                     ^
506
compilation terminated.
507
configure:8578: $? = 1
508
configure: failed program was:
509
| /* confdefs.h */
510
| #define PACKAGE_NAME "audacious-plugins"
511
| #define PACKAGE_TARNAME "audacious-plugins"
512
| #define PACKAGE_VERSION "3.8.2"
513
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
514
| #define PACKAGE_BUGREPORT ""
515
| #define PACKAGE_URL ""
516
| #define PACKAGE "audacious-plugins"
517
| #define VERSION "3.8.2"
518
| #define STDC_HEADERS 1
519
| #define HAVE_SYS_TYPES_H 1
520
| #define HAVE_SYS_STAT_H 1
521
| #define HAVE_STDLIB_H 1
522
| #define HAVE_STRING_H 1
523
| #define HAVE_MEMORY_H 1
524
| #define HAVE_STRINGS_H 1
525
| #define HAVE_INTTYPES_H 1
526
| #define HAVE_STDINT_H 1
527
| #define HAVE_UNISTD_H 1
528
| #define EXPORT __attribute__((visibility("default")))
529
| #define USE_GTK 1
530
| /* end confdefs.h.  */
531
| #include <CoreFoundation/CFLocale.h>
532
| int
533
| main ()
534
| {
535
| CFLocaleCopyCurrent();
536
|   ;
537
|   return 0;
538
| }
539
configure:8587: result: no
540
configure:8636: checking for GNU gettext in libc
541
configure:8665: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
542
configure:8665: $? = 0
543
configure:8674: result: yes
544
configure:9521: checking whether to use NLS
545
configure:9523: result: yes
546
configure:9526: checking where the gettext function comes from
547
configure:9537: result: libc
548
configure:9603: checking for AUDACIOUS
549
configure:9610: $PKG_CONFIG --exists --print-errors "audacious >= 3.8"
550
configure:9613: $? = 0
551
configure:9627: $PKG_CONFIG --exists --print-errors "audacious >= 3.8"
552
configure:9630: $? = 0
553
configure:9670: result: yes
554
configure:9790: checking for XML
555
configure:9797: $PKG_CONFIG --exists --print-errors "libxml-2.0"
556
configure:9800: $? = 0
557
configure:9814: $PKG_CONFIG --exists --print-errors "libxml-2.0"
558
configure:9817: $? = 0
559
configure:9875: result: yes
560
configure:9953: checking for CDIO
561
configure:9960: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1"
562
Package libcdio was not found in the pkg-config search path.
563
Perhaps you should add the directory containing `libcdio.pc'
564
to the PKG_CONFIG_PATH environment variable
565
No package 'libcdio' found
566
Package libcdio_cdda was not found in the pkg-config search path.
567
Perhaps you should add the directory containing `libcdio_cdda.pc'
568
to the PKG_CONFIG_PATH environment variable
569
No package 'libcdio_cdda' found
570
Package libcddb was not found in the pkg-config search path.
571
Perhaps you should add the directory containing `libcddb.pc'
572
to the PKG_CONFIG_PATH environment variable
573
No package 'libcddb' found
574
configure:9963: $? = 1
575
configure:9977: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1"
576
Package libcdio was not found in the pkg-config search path.
577
Perhaps you should add the directory containing `libcdio.pc'
578
to the PKG_CONFIG_PATH environment variable
579
No package 'libcdio' found
580
Package libcdio_cdda was not found in the pkg-config search path.
581
Perhaps you should add the directory containing `libcdio_cdda.pc'
582
to the PKG_CONFIG_PATH environment variable
583
No package 'libcdio_cdda' found
584
Package libcddb was not found in the pkg-config search path.
585
Perhaps you should add the directory containing `libcddb.pc'
586
to the PKG_CONFIG_PATH environment variable
587
No package 'libcddb' found
588
configure:9980: $? = 1
589
configure:9994: result: no
590
No package 'libcdio' found
591
No package 'libcdio_cdda' found
592
No package 'libcddb' found
593
configure:10014: WARNING: audio CD support disabled due to missing dependency: libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1
594
configure:10060: checking for LIBFLAC
595
configure:10067: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
596
configure:10070: $? = 0
597
configure:10084: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
598
configure:10087: $? = 0
599
configure:10139: result: yes
600
configure:10163: checking for VORBIS
601
configure:10170: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
602
configure:10173: $? = 0
603
configure:10187: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
604
configure:10190: $? = 0
605
configure:10242: result: yes
606
configure:10266: checking for FLUIDSYNTH
607
configure:10273: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
608
Package fluidsynth was not found in the pkg-config search path.
609
Perhaps you should add the directory containing `fluidsynth.pc'
610
to the PKG_CONFIG_PATH environment variable
611
No package 'fluidsynth' found
612
configure:10276: $? = 1
613
configure:10290: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
614
Package fluidsynth was not found in the pkg-config search path.
615
Perhaps you should add the directory containing `fluidsynth.pc'
616
to the PKG_CONFIG_PATH environment variable
617
No package 'fluidsynth' found
618
configure:10293: $? = 1
619
configure:10307: result: no
620
No package 'fluidsynth' found
621
configure:10327: WARNING: MIDI synthesizer disabled due to missing dependency: fluidsynth >= 1.0.6
622
configure:10369: checking for MPG123
623
configure:10376: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
624
configure:10379: $? = 0
625
configure:10393: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
626
configure:10396: $? = 0
627
configure:10448: result: yes
628
configure:10459: checking neaacdec.h usability
629
configure:10459: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include  conftest.c >&5
630
conftest.c:59:22: fatal error: neaacdec.h: No such file or directory
631
 #include <neaacdec.h>
632
                      ^
633
compilation terminated.
634
configure:10459: $? = 1
635
configure: failed program was:
636
| /* confdefs.h */
637
| #define PACKAGE_NAME "audacious-plugins"
638
| #define PACKAGE_TARNAME "audacious-plugins"
639
| #define PACKAGE_VERSION "3.8.2"
640
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
641
| #define PACKAGE_BUGREPORT ""
642
| #define PACKAGE_URL ""
643
| #define PACKAGE "audacious-plugins"
644
| #define VERSION "3.8.2"
645
| #define STDC_HEADERS 1
646
| #define HAVE_SYS_TYPES_H 1
647
| #define HAVE_SYS_STAT_H 1
648
| #define HAVE_STDLIB_H 1
649
| #define HAVE_STRING_H 1
650
| #define HAVE_MEMORY_H 1
651
| #define HAVE_STRINGS_H 1
652
| #define HAVE_INTTYPES_H 1
653
| #define HAVE_STDINT_H 1
654
| #define HAVE_UNISTD_H 1
655
| #define EXPORT __attribute__((visibility("default")))
656
| #define USE_GTK 1
657
| #define ENABLE_NLS 1
658
| #define HAVE_GETTEXT 1
659
| #define HAVE_DCGETTEXT 1
660
| /* end confdefs.h.  */
661
| #include <stdio.h>
662
| #ifdef HAVE_SYS_TYPES_H
663
| # include <sys/types.h>
664
| #endif
665
| #ifdef HAVE_SYS_STAT_H
666
| # include <sys/stat.h>
667
| #endif
668
| #ifdef STDC_HEADERS
669
| # include <stdlib.h>
670
| # include <stddef.h>
671
| #else
672
| # ifdef HAVE_STDLIB_H
673
| #  include <stdlib.h>
674
| # endif
675
| #endif
676
| #ifdef HAVE_STRING_H
677
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
678
| #  include <memory.h>
679
| # endif
680
| # include <string.h>
681
| #endif
682
| #ifdef HAVE_STRINGS_H
683
| # include <strings.h>
684
| #endif
685
| #ifdef HAVE_INTTYPES_H
686
| # include <inttypes.h>
687
| #endif
688
| #ifdef HAVE_STDINT_H
689
| # include <stdint.h>
690
| #endif
691
| #ifdef HAVE_UNISTD_H
692
| # include <unistd.h>
693
| #endif
694
| #include <neaacdec.h>
695
configure:10459: result: no
696
configure:10459: checking neaacdec.h presence
697
configure:10459: gcc -E  -I/usr/local/include  conftest.c
698
conftest.c:26:22: fatal error: neaacdec.h: No such file or directory
699
 #include <neaacdec.h>
700
                      ^
701
compilation terminated.
702
configure:10459: $? = 1
703
configure: failed program was:
704
| /* confdefs.h */
705
| #define PACKAGE_NAME "audacious-plugins"
706
| #define PACKAGE_TARNAME "audacious-plugins"
707
| #define PACKAGE_VERSION "3.8.2"
708
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
709
| #define PACKAGE_BUGREPORT ""
710
| #define PACKAGE_URL ""
711
| #define PACKAGE "audacious-plugins"
712
| #define VERSION "3.8.2"
713
| #define STDC_HEADERS 1
714
| #define HAVE_SYS_TYPES_H 1
715
| #define HAVE_SYS_STAT_H 1
716
| #define HAVE_STDLIB_H 1
717
| #define HAVE_STRING_H 1
718
| #define HAVE_MEMORY_H 1
719
| #define HAVE_STRINGS_H 1
720
| #define HAVE_INTTYPES_H 1
721
| #define HAVE_STDINT_H 1
722
| #define HAVE_UNISTD_H 1
723
| #define EXPORT __attribute__((visibility("default")))
724
| #define USE_GTK 1
725
| #define ENABLE_NLS 1
726
| #define HAVE_GETTEXT 1
727
| #define HAVE_DCGETTEXT 1
728
| /* end confdefs.h.  */
729
| #include <neaacdec.h>
730
configure:10459: result: no
731
configure:10459: checking for neaacdec.h
732
configure:10459: result: no
733
configure:10467: checking for NeAACDecInit2 in -lfaad
734
configure:10492: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include   -Wl,-z,defs conftest.c -lfaad  -lpthread   -L/usr/local/lib -laudcore  >&5
735
/usr/bin/ld: cannot find -lfaad
736
collect2: error: ld returned 1 exit status
737
configure:10492: $? = 1
738
configure: failed program was:
739
| /* confdefs.h */
740
| #define PACKAGE_NAME "audacious-plugins"
741
| #define PACKAGE_TARNAME "audacious-plugins"
742
| #define PACKAGE_VERSION "3.8.2"
743
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
744
| #define PACKAGE_BUGREPORT ""
745
| #define PACKAGE_URL ""
746
| #define PACKAGE "audacious-plugins"
747
| #define VERSION "3.8.2"
748
| #define STDC_HEADERS 1
749
| #define HAVE_SYS_TYPES_H 1
750
| #define HAVE_SYS_STAT_H 1
751
| #define HAVE_STDLIB_H 1
752
| #define HAVE_STRING_H 1
753
| #define HAVE_MEMORY_H 1
754
| #define HAVE_STRINGS_H 1
755
| #define HAVE_INTTYPES_H 1
756
| #define HAVE_STDINT_H 1
757
| #define HAVE_UNISTD_H 1
758
| #define EXPORT __attribute__((visibility("default")))
759
| #define USE_GTK 1
760
| #define ENABLE_NLS 1
761
| #define HAVE_GETTEXT 1
762
| #define HAVE_DCGETTEXT 1
763
| /* end confdefs.h.  */
764
| 
765
| /* Override any GCC internal prototype to avoid an error.
766
|    Use char because int might match the return type of a GCC
767
|    builtin and then its argument prototype would still apply.  */
768
| #ifdef __cplusplus
769
| extern "C"
770
| #endif
771
| char NeAACDecInit2 ();
772
| int
773
| main ()
774
| {
775
| return NeAACDecInit2 ();
776
|   ;
777
|   return 0;
778
| }
779
configure:10501: result: no
780
configure:10529: WARNING: AAC support disabled due to missing dependency
781
configure:10549: checking for WAVPACK
782
configure:10556: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
783
configure:10559: $? = 0
784
configure:10573: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
785
configure:10576: $? = 0
786
configure:10628: result: yes
787
configure:10652: checking for SNDFILE
788
configure:10659: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
789
configure:10662: $? = 0
790
configure:10676: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
791
configure:10679: $? = 0
792
configure:10731: result: yes
793
configure:10755: checking for MODPLUG
794
configure:10762: $PKG_CONFIG --exists --print-errors "libmodplug"
795
Package libmodplug was not found in the pkg-config search path.
796
Perhaps you should add the directory containing `libmodplug.pc'
797
to the PKG_CONFIG_PATH environment variable
798
No package 'libmodplug' found
799
configure:10765: $? = 1
800
configure:10779: $PKG_CONFIG --exists --print-errors "libmodplug"
801
Package libmodplug was not found in the pkg-config search path.
802
Perhaps you should add the directory containing `libmodplug.pc'
803
to the PKG_CONFIG_PATH environment variable
804
No package 'libmodplug' found
805
configure:10782: $? = 1
806
configure:10796: result: no
807
No package 'libmodplug' found
808
configure:10816: WARNING: ModPlug disabled due to missing dependency: libmodplug
809
configure:10858: checking for SIDPLAYFP
810
configure:10865: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
811
Package libsidplayfp was not found in the pkg-config search path.
812
Perhaps you should add the directory containing `libsidplayfp.pc'
813
to the PKG_CONFIG_PATH environment variable
814
No package 'libsidplayfp' found
815
configure:10868: $? = 1
816
configure:10882: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
817
Package libsidplayfp was not found in the pkg-config search path.
818
Perhaps you should add the directory containing `libsidplayfp.pc'
819
to the PKG_CONFIG_PATH environment variable
820
No package 'libsidplayfp' found
821
configure:10885: $? = 1
822
configure:10899: result: no
823
No package 'libsidplayfp' found
824
configure:10919: WARNING: Commodore 64 audio disabled due to missing dependency: libsidplayfp >= 1.0
825
configure:10950: checking zlib.h usability
826
configure:10950: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include  conftest.c >&5
827
configure:10950: $? = 0
828
configure:10950: result: yes
829
configure:10950: checking zlib.h presence
830
configure:10950: gcc -E  -I/usr/local/include  conftest.c
831
configure:10950: $? = 0
832
configure:10950: result: yes
833
configure:10950: checking for zlib.h
834
configure:10950: result: yes
835
configure:11002: checking for BS2B
836
configure:11009: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
837
Package libbs2b was not found in the pkg-config search path.
838
Perhaps you should add the directory containing `libbs2b.pc'
839
to the PKG_CONFIG_PATH environment variable
840
No package 'libbs2b' found
841
configure:11012: $? = 1
842
configure:11026: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
843
Package libbs2b was not found in the pkg-config search path.
844
Perhaps you should add the directory containing `libbs2b.pc'
845
to the PKG_CONFIG_PATH environment variable
846
No package 'libbs2b' found
847
configure:11029: $? = 1
848
configure:11043: result: no
849
No package 'libbs2b' found
850
configure:11063: WARNING: BS2B effect disabled due to missing dependency: libbs2b >= 3.0.0
851
configure:11105: checking for SAMPLERATE
852
configure:11112: $PKG_CONFIG --exists --print-errors "samplerate"
853
Package samplerate was not found in the pkg-config search path.
854
Perhaps you should add the directory containing `samplerate.pc'
855
to the PKG_CONFIG_PATH environment variable
856
No package 'samplerate' found
857
configure:11115: $? = 1
858
configure:11129: $PKG_CONFIG --exists --print-errors "samplerate"
859
Package samplerate was not found in the pkg-config search path.
860
Perhaps you should add the directory containing `samplerate.pc'
861
to the PKG_CONFIG_PATH environment variable
862
No package 'samplerate' found
863
configure:11132: $? = 1
864
configure:11146: result: no
865
No package 'samplerate' found
866
configure:11166: WARNING: sample rate converter disabled due to missing dependency: samplerate
867
configure:11208: checking for SAMPLERATE
868
configure:11215: $PKG_CONFIG --exists --print-errors "samplerate"
869
Package samplerate was not found in the pkg-config search path.
870
Perhaps you should add the directory containing `samplerate.pc'
871
to the PKG_CONFIG_PATH environment variable
872
No package 'samplerate' found
873
configure:11218: $? = 1
874
configure:11232: $PKG_CONFIG --exists --print-errors "samplerate"
875
Package samplerate was not found in the pkg-config search path.
876
Perhaps you should add the directory containing `samplerate.pc'
877
to the PKG_CONFIG_PATH environment variable
878
No package 'samplerate' found
879
configure:11235: $? = 1
880
configure:11249: result: no
881
No package 'samplerate' found
882
configure:11269: WARNING: speed/pitch effect disabled due to missing dependency: samplerate
883
configure:11311: checking for SOXR
884
configure:11318: $PKG_CONFIG --exists --print-errors "soxr"
885
Package soxr was not found in the pkg-config search path.
886
Perhaps you should add the directory containing `soxr.pc'
887
to the PKG_CONFIG_PATH environment variable
888
No package 'soxr' found
889
configure:11321: $? = 1
890
configure:11335: $PKG_CONFIG --exists --print-errors "soxr"
891
Package soxr was not found in the pkg-config search path.
892
Perhaps you should add the directory containing `soxr.pc'
893
to the PKG_CONFIG_PATH environment variable
894
No package 'soxr' found
895
configure:11338: $? = 1
896
configure:11352: result: no
897
No package 'soxr' found
898
configure:11372: WARNING: SoX resampler disabled due to missing dependency: soxr
899
configure:11414: checking for ALSA
900
configure:11421: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
901
configure:11424: $? = 0
902
configure:11438: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
903
configure:11441: $? = 0
904
configure:11493: result: yes
905
configure:11506: checking for JACK
906
configure:11513: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
907
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
908
configure:11516: $? = 1
909
configure:11530: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
910
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
911
configure:11533: $? = 1
912
configure:11547: result: no
913
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
914
configure:11566: checking for JACK
915
configure:11573: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
916
configure:11576: $? = 0
917
configure:11590: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
918
configure:11593: $? = 0
919
configure:11631: result: yes
920
configure:11759: checking sys/soundcard.h usability
921
configure:11759: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include   conftest.c >&5
922
configure:11759: $? = 0
923
configure:11759: result: yes
924
configure:11759: checking sys/soundcard.h presence
925
configure:11759: gcc -E  -I/usr/local/include   conftest.c
926
configure:11759: $? = 0
927
configure:11759: result: yes
928
configure:11759: checking for sys/soundcard.h
929
configure:11759: result: yes
930
configure:11813: checking for PULSE
931
configure:11820: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
932
configure:11823: $? = 0
933
configure:11837: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
934
configure:11840: $? = 0
935
configure:11892: result: yes
936
configure:11903: checking for sio_open in -lsndio
937
configure:11928: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include   -Wl,-z,defs conftest.c -lsndio  -lpthread   -L/usr/local/lib -laudcore  >&5
938
/usr/bin/ld: cannot find -lsndio
939
collect2: error: ld returned 1 exit status
940
configure:11928: $? = 1
941
configure: failed program was:
942
| /* confdefs.h */
943
| #define PACKAGE_NAME "audacious-plugins"
944
| #define PACKAGE_TARNAME "audacious-plugins"
945
| #define PACKAGE_VERSION "3.8.2"
946
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
947
| #define PACKAGE_BUGREPORT ""
948
| #define PACKAGE_URL ""
949
| #define PACKAGE "audacious-plugins"
950
| #define VERSION "3.8.2"
951
| #define STDC_HEADERS 1
952
| #define HAVE_SYS_TYPES_H 1
953
| #define HAVE_SYS_STAT_H 1
954
| #define HAVE_STDLIB_H 1
955
| #define HAVE_STRING_H 1
956
| #define HAVE_MEMORY_H 1
957
| #define HAVE_STRINGS_H 1
958
| #define HAVE_INTTYPES_H 1
959
| #define HAVE_STDINT_H 1
960
| #define HAVE_UNISTD_H 1
961
| #define EXPORT __attribute__((visibility("default")))
962
| #define USE_GTK 1
963
| #define ENABLE_NLS 1
964
| #define HAVE_GETTEXT 1
965
| #define HAVE_DCGETTEXT 1
966
| #define HAVE_ZLIB_H 1
967
| #define HAVE_SYS_SOUNDCARD_H 1
968
| /* end confdefs.h.  */
969
| 
970
| /* Override any GCC internal prototype to avoid an error.
971
|    Use char because int might match the return type of a GCC
972
|    builtin and then its argument prototype would still apply.  */
973
| #ifdef __cplusplus
974
| extern "C"
975
| #endif
976
| char sio_open ();
977
| int
978
| main ()
979
| {
980
| return sio_open ();
981
|   ;
982
|   return 0;
983
| }
984
configure:11937: result: no
985
configure:11965: WARNING: Sndio output disabled due to missing dependency
986
configure:11974: checking for CUE
987
configure:11981: $PKG_CONFIG --exists --print-errors "libcue >= 2.0"
988
Package libcue was not found in the pkg-config search path.
989
Perhaps you should add the directory containing `libcue.pc'
990
to the PKG_CONFIG_PATH environment variable
991
No package 'libcue' found
992
configure:11984: $? = 1
993
configure:11998: $PKG_CONFIG --exists --print-errors "libcue >= 2.0"
994
Package libcue was not found in the pkg-config search path.
995
Perhaps you should add the directory containing `libcue.pc'
996
to the PKG_CONFIG_PATH environment variable
997
No package 'libcue' found
998
configure:12001: $? = 1
999
configure:12015: result: no
1000
No package 'libcue' found
1001
configure:12034: checking for CUE
1002
configure:12041: $PKG_CONFIG --exists --print-errors "libcue"
1003
Package libcue was not found in the pkg-config search path.
1004
Perhaps you should add the directory containing `libcue.pc'
1005
to the PKG_CONFIG_PATH environment variable
1006
No package 'libcue' found
1007
configure:12044: $? = 1
1008
configure:12058: $PKG_CONFIG --exists --print-errors "libcue"
1009
Package libcue was not found in the pkg-config search path.
1010
Perhaps you should add the directory containing `libcue.pc'
1011
to the PKG_CONFIG_PATH environment variable
1012
No package 'libcue' found
1013
configure:12061: $? = 1
1014
configure:12075: result: no
1015
No package 'libcue' found
1016
configure:12212: WARNING: cue sheet support disabled due to missing dependency
1017
configure:12232: checking for NEON
1018
configure:12239: $PKG_CONFIG --exists --print-errors "neon >= 0.27"
1019
configure:12242: $? = 0
1020
configure:12256: $PKG_CONFIG --exists --print-errors "neon >= 0.27"
1021
configure:12259: $? = 0
1022
configure:12311: result: yes
1023
configure:12335: checking for MMS
1024
configure:12342: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
1025
Package libmms was not found in the pkg-config search path.
1026
Perhaps you should add the directory containing `libmms.pc'
1027
to the PKG_CONFIG_PATH environment variable
1028
No package 'libmms' found
1029
configure:12345: $? = 1
1030
configure:12359: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
1031
Package libmms was not found in the pkg-config search path.
1032
Perhaps you should add the directory containing `libmms.pc'
1033
to the PKG_CONFIG_PATH environment variable
1034
No package 'libmms' found
1035
configure:12362: $? = 1
1036
configure:12376: result: no
1037
No package 'libmms' found
1038
configure:12396: WARNING: MMS transport disabled due to missing dependency: libmms >= 0.3
1039
configure:12438: checking for DBUS
1040
configure:12445: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
1041
configure:12448: $? = 0
1042
configure:12462: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
1043
configure:12465: $? = 0
1044
configure:12517: result: yes
1045
configure:12541: checking for NOTIFY
1046
configure:12548: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26"
1047
Package libnotify was not found in the pkg-config search path.
1048
Perhaps you should add the directory containing `libnotify.pc'
1049
to the PKG_CONFIG_PATH environment variable
1050
No package 'libnotify' found
1051
configure:12551: $? = 1
1052
configure:12565: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26"
1053
Package libnotify was not found in the pkg-config search path.
1054
Perhaps you should add the directory containing `libnotify.pc'
1055
to the PKG_CONFIG_PATH environment variable
1056
No package 'libnotify' found
1057
configure:12568: $? = 1
1058
configure:12582: result: no
1059
No package 'libnotify' found
1060
configure:12602: WARNING: libnotify OSD disabled due to missing dependency: libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26
1061
configure:12633: checking lirc/lirc_client.h usability
1062
configure:12633: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include  conftest.c >&5
1063
conftest.c:61:30: fatal error: lirc/lirc_client.h: No such file or directory
1064
 #include <lirc/lirc_client.h>
1065
                              ^
1066
compilation terminated.
1067
configure:12633: $? = 1
1068
configure: failed program was:
1069
| /* confdefs.h */
1070
| #define PACKAGE_NAME "audacious-plugins"
1071
| #define PACKAGE_TARNAME "audacious-plugins"
1072
| #define PACKAGE_VERSION "3.8.2"
1073
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
1074
| #define PACKAGE_BUGREPORT ""
1075
| #define PACKAGE_URL ""
1076
| #define PACKAGE "audacious-plugins"
1077
| #define VERSION "3.8.2"
1078
| #define STDC_HEADERS 1
1079
| #define HAVE_SYS_TYPES_H 1
1080
| #define HAVE_SYS_STAT_H 1
1081
| #define HAVE_STDLIB_H 1
1082
| #define HAVE_STRING_H 1
1083
| #define HAVE_MEMORY_H 1
1084
| #define HAVE_STRINGS_H 1
1085
| #define HAVE_INTTYPES_H 1
1086
| #define HAVE_STDINT_H 1
1087
| #define HAVE_UNISTD_H 1
1088
| #define EXPORT __attribute__((visibility("default")))
1089
| #define USE_GTK 1
1090
| #define ENABLE_NLS 1
1091
| #define HAVE_GETTEXT 1
1092
| #define HAVE_DCGETTEXT 1
1093
| #define HAVE_ZLIB_H 1
1094
| #define HAVE_SYS_SOUNDCARD_H 1
1095
| /* end confdefs.h.  */
1096
| #include <stdio.h>
1097
| #ifdef HAVE_SYS_TYPES_H
1098
| # include <sys/types.h>
1099
| #endif
1100
| #ifdef HAVE_SYS_STAT_H
1101
| # include <sys/stat.h>
1102
| #endif
1103
| #ifdef STDC_HEADERS
1104
| # include <stdlib.h>
1105
| # include <stddef.h>
1106
| #else
1107
| # ifdef HAVE_STDLIB_H
1108
| #  include <stdlib.h>
1109
| # endif
1110
| #endif
1111
| #ifdef HAVE_STRING_H
1112
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1113
| #  include <memory.h>
1114
| # endif
1115
| # include <string.h>
1116
| #endif
1117
| #ifdef HAVE_STRINGS_H
1118
| # include <strings.h>
1119
| #endif
1120
| #ifdef HAVE_INTTYPES_H
1121
| # include <inttypes.h>
1122
| #endif
1123
| #ifdef HAVE_STDINT_H
1124
| # include <stdint.h>
1125
| #endif
1126
| #ifdef HAVE_UNISTD_H
1127
| # include <unistd.h>
1128
| #endif
1129
| #include <lirc/lirc_client.h>
1130
configure:12633: result: no
1131
configure:12633: checking lirc/lirc_client.h presence
1132
configure:12633: gcc -E  -I/usr/local/include  conftest.c
1133
conftest.c:28:30: fatal error: lirc/lirc_client.h: No such file or directory
1134
 #include <lirc/lirc_client.h>
1135
                              ^
1136
compilation terminated.
1137
configure:12633: $? = 1
1138
configure: failed program was:
1139
| /* confdefs.h */
1140
| #define PACKAGE_NAME "audacious-plugins"
1141
| #define PACKAGE_TARNAME "audacious-plugins"
1142
| #define PACKAGE_VERSION "3.8.2"
1143
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
1144
| #define PACKAGE_BUGREPORT ""
1145
| #define PACKAGE_URL ""
1146
| #define PACKAGE "audacious-plugins"
1147
| #define VERSION "3.8.2"
1148
| #define STDC_HEADERS 1
1149
| #define HAVE_SYS_TYPES_H 1
1150
| #define HAVE_SYS_STAT_H 1
1151
| #define HAVE_STDLIB_H 1
1152
| #define HAVE_STRING_H 1
1153
| #define HAVE_MEMORY_H 1
1154
| #define HAVE_STRINGS_H 1
1155
| #define HAVE_INTTYPES_H 1
1156
| #define HAVE_STDINT_H 1
1157
| #define HAVE_UNISTD_H 1
1158
| #define EXPORT __attribute__((visibility("default")))
1159
| #define USE_GTK 1
1160
| #define ENABLE_NLS 1
1161
| #define HAVE_GETTEXT 1
1162
| #define HAVE_DCGETTEXT 1
1163
| #define HAVE_ZLIB_H 1
1164
| #define HAVE_SYS_SOUNDCARD_H 1
1165
| /* end confdefs.h.  */
1166
| #include <lirc/lirc_client.h>
1167
configure:12633: result: no
1168
configure:12633: checking for lirc/lirc_client.h
1169
configure:12633: result: no
1170
configure:12665: WARNING: LIRC support disabled due to missing dependency
1171
configure:12675: checking for gdbus-codegen
1172
configure:12691: found /usr/local/bin/gdbus-codegen
1173
configure:12703: result: yes
1174
configure:12740: checking sys/wait.h usability
1175
configure:12740: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include  conftest.c >&5
1176
configure:12740: $? = 0
1177
configure:12740: result: yes
1178
configure:12740: checking sys/wait.h presence
1179
configure:12740: gcc -E  -I/usr/local/include  conftest.c
1180
configure:12740: $? = 0
1181
configure:12740: result: yes
1182
configure:12740: checking for sys/wait.h
1183
configure:12740: result: yes
1184
configure:12793: checking for CURL
1185
configure:12800: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
1186
configure:12803: $? = 0
1187
configure:12817: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
1188
configure:12820: $? = 0
1189
configure:12872: result: yes
1190
configure:12887: checking for glXCreateContext in -lGL
1191
configure:12912: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include   -Wl,-z,defs conftest.c -lGL  -lpthread   -L/usr/local/lib -laudcore  >&5
1192
configure:12912: $? = 0
1193
configure:12921: result: yes
1194
configure:12974: checking for GDKX11
1195
configure:12981: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0"
1196
configure:12984: $? = 0
1197
configure:12998: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0"
1198
configure:13001: $? = 0
1199
configure:13053: result: yes
1200
configure:13077: checking for X11EXT
1201
configure:13084: $PKG_CONFIG --exists --print-errors "xrender xcomposite"
1202
configure:13087: $? = 0
1203
configure:13101: $PKG_CONFIG --exists --print-errors "xrender xcomposite"
1204
configure:13104: $? = 0
1205
configure:13156: result: yes
1206
configure:13560: checking for FFMPEG
1207
configure:13567: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0"
1208
configure:13570: $? = 0
1209
configure:13584: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0"
1210
configure:13587: $? = 0
1211
configure:13625: result: yes
1212
configure:13867: checking for SDL
1213
configure:13874: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0"
1214
Package sdl2 was not found in the pkg-config search path.
1215
Perhaps you should add the directory containing `sdl2.pc'
1216
to the PKG_CONFIG_PATH environment variable
1217
No package 'sdl2' found
1218
configure:13877: $? = 1
1219
configure:13891: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0"
1220
Package sdl2 was not found in the pkg-config search path.
1221
Perhaps you should add the directory containing `sdl2.pc'
1222
to the PKG_CONFIG_PATH environment variable
1223
No package 'sdl2' found
1224
configure:13894: $? = 1
1225
configure:13908: result: no
1226
No package 'sdl2' found
1227
configure:13927: checking for SDL
1228
configure:13934: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.11"
1229
configure:13937: $? = 0
1230
configure:13951: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.11"
1231
configure:13954: $? = 0
1232
configure:13992: result: yes
1233
configure:14137: checking for lame_get_id3v2_tag in -lmp3lame
1234
configure:14163: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  -I/usr/local/include   -Wl,-z,defs conftest.c -lmp3lame -lm
1235
     -lpthread   -L/usr/local/lib -laudcore  >&5
1236
/usr/bin/ld: cannot find -lmp3lame
1237
collect2: error: ld returned 1 exit status
1238
configure:14163: $? = 1
1239
configure: failed program was:
1240
| /* confdefs.h */
1241
| #define PACKAGE_NAME "audacious-plugins"
1242
| #define PACKAGE_TARNAME "audacious-plugins"
1243
| #define PACKAGE_VERSION "3.8.2"
1244
| #define PACKAGE_STRING "audacious-plugins 3.8.2"
1245
| #define PACKAGE_BUGREPORT ""
1246
| #define PACKAGE_URL ""
1247
| #define PACKAGE "audacious-plugins"
1248
| #define VERSION "3.8.2"
1249
| #define STDC_HEADERS 1
1250
| #define HAVE_SYS_TYPES_H 1
1251
| #define HAVE_SYS_STAT_H 1
1252
| #define HAVE_STDLIB_H 1
1253
| #define HAVE_STRING_H 1
1254
| #define HAVE_MEMORY_H 1
1255
| #define HAVE_STRINGS_H 1
1256
| #define HAVE_INTTYPES_H 1
1257
| #define HAVE_STDINT_H 1
1258
| #define HAVE_UNISTD_H 1
1259
| #define EXPORT __attribute__((visibility("default")))
1260
| #define USE_GTK 1
1261
| #define ENABLE_NLS 1
1262
| #define HAVE_GETTEXT 1
1263
| #define HAVE_DCGETTEXT 1
1264
| #define HAVE_ZLIB_H 1
1265
| #define HAVE_SYS_SOUNDCARD_H 1
1266
| #define HAVE_SYS_WAIT_H 1
1267
| #define HAVE_FFMPEG 1
1268
| /* end confdefs.h.  */
1269
| 
1270
| /* Override any GCC internal prototype to avoid an error.
1271
|    Use char because int might match the return type of a GCC
1272
|    builtin and then its argument prototype would still apply.  */
1273
| #ifdef __cplusplus
1274
| extern "C"
1275
| #endif
1276
| char lame_get_id3v2_tag ();
1277
| int
1278
| main ()
1279
| {
1280
| return lame_get_id3v2_tag ();
1281
|   ;
1282
|   return 0;
1283
| }
1284
configure:14172: result: no
1285
configure:14382: checking for tput
1286
configure:14400: found /usr/bin/tput
1287
configure:14412: result: /usr/bin/tput
1288
configure:14498: creating ./config.status
1289

    
1290
## ---------------------- ##
1291
## Running config.status. ##
1292
## ---------------------- ##
1293

    
1294
This file was extended by audacious-plugins config.status 3.8.2, which was
1295
generated by GNU Autoconf 2.69.  Invocation command line was
1296

    
1297
  CONFIG_FILES    = 
1298
  CONFIG_HEADERS  = 
1299
  CONFIG_LINKS    = 
1300
  CONFIG_COMMANDS = 
1301
  $ ./config.status 
1302

    
1303
on rm-localhost-328-2kx3B8H
1304

    
1305
config.status:1019: creating buildsys.mk
1306
config.status:1019: creating extra.mk
1307
config.status:1019: creating config.h
1308
config.status:1200: config.h is unchanged
1309
config.status:1214: executing po-directories commands
1310

    
1311
## ---------------- ##
1312
## Cache variables. ##
1313
## ---------------- ##
1314

    
1315
ac_cv_build=x86_64-unknown-linux-gnu
1316
ac_cv_c_bigendian=no
1317
ac_cv_c_compiler_gnu=yes
1318
ac_cv_cxx_compiler_gnu=yes
1319
ac_cv_env_ALSA_CFLAGS_set=
1320
ac_cv_env_ALSA_CFLAGS_value=
1321
ac_cv_env_ALSA_LIBS_set=
1322
ac_cv_env_ALSA_LIBS_value=
1323
ac_cv_env_AMPACHE_CFLAGS_set=
1324
ac_cv_env_AMPACHE_CFLAGS_value=
1325
ac_cv_env_AMPACHE_LIBS_set=
1326
ac_cv_env_AMPACHE_LIBS_value=
1327
ac_cv_env_AUDACIOUS_CFLAGS_set=
1328
ac_cv_env_AUDACIOUS_CFLAGS_value=
1329
ac_cv_env_AUDACIOUS_LIBS_set=
1330
ac_cv_env_AUDACIOUS_LIBS_value=
1331
ac_cv_env_BS2B_CFLAGS_set=
1332
ac_cv_env_BS2B_CFLAGS_value=
1333
ac_cv_env_BS2B_LIBS_set=
1334
ac_cv_env_BS2B_LIBS_value=
1335
ac_cv_env_CCC_set=
1336
ac_cv_env_CCC_value=
1337
ac_cv_env_CC_set=
1338
ac_cv_env_CC_value=
1339
ac_cv_env_CDIO_CFLAGS_set=
1340
ac_cv_env_CDIO_CFLAGS_value=
1341
ac_cv_env_CDIO_LIBS_set=
1342
ac_cv_env_CDIO_LIBS_value=
1343
ac_cv_env_CFLAGS_set=
1344
ac_cv_env_CFLAGS_value=
1345
ac_cv_env_CPPFLAGS_set=
1346
ac_cv_env_CPPFLAGS_value=
1347
ac_cv_env_CPP_set=
1348
ac_cv_env_CPP_value=
1349
ac_cv_env_CUE_CFLAGS_set=
1350
ac_cv_env_CUE_CFLAGS_value=
1351
ac_cv_env_CUE_LIBS_set=
1352
ac_cv_env_CUE_LIBS_value=
1353
ac_cv_env_CURL_CFLAGS_set=
1354
ac_cv_env_CURL_CFLAGS_value=
1355
ac_cv_env_CURL_LIBS_set=
1356
ac_cv_env_CURL_LIBS_value=
1357
ac_cv_env_CXXFLAGS_set=
1358
ac_cv_env_CXXFLAGS_value=
1359
ac_cv_env_CXX_set=
1360
ac_cv_env_CXX_value=
1361
ac_cv_env_DBUS_CFLAGS_set=
1362
ac_cv_env_DBUS_CFLAGS_value=
1363
ac_cv_env_DBUS_LIBS_set=
1364
ac_cv_env_DBUS_LIBS_value=
1365
ac_cv_env_FFMPEG_CFLAGS_set=
1366
ac_cv_env_FFMPEG_CFLAGS_value=
1367
ac_cv_env_FFMPEG_LIBS_set=
1368
ac_cv_env_FFMPEG_LIBS_value=
1369
ac_cv_env_FLUIDSYNTH_CFLAGS_set=
1370
ac_cv_env_FLUIDSYNTH_CFLAGS_value=
1371
ac_cv_env_FLUIDSYNTH_LIBS_set=
1372
ac_cv_env_FLUIDSYNTH_LIBS_value=
1373
ac_cv_env_GDKX11_CFLAGS_set=
1374
ac_cv_env_GDKX11_CFLAGS_value=
1375
ac_cv_env_GDKX11_LIBS_set=
1376
ac_cv_env_GDKX11_LIBS_value=
1377
ac_cv_env_GIO_CFLAGS_set=
1378
ac_cv_env_GIO_CFLAGS_value=
1379
ac_cv_env_GIO_LIBS_set=
1380
ac_cv_env_GIO_LIBS_value=
1381
ac_cv_env_GLIB_CFLAGS_set=
1382
ac_cv_env_GLIB_CFLAGS_value=
1383
ac_cv_env_GLIB_LIBS_set=
1384
ac_cv_env_GLIB_LIBS_value=
1385
ac_cv_env_GMODULE_CFLAGS_set=
1386
ac_cv_env_GMODULE_CFLAGS_value=
1387
ac_cv_env_GMODULE_LIBS_set=
1388
ac_cv_env_GMODULE_LIBS_value=
1389
ac_cv_env_GTK_CFLAGS_set=
1390
ac_cv_env_GTK_CFLAGS_value=
1391
ac_cv_env_GTK_LIBS_set=
1392
ac_cv_env_GTK_LIBS_value=
1393
ac_cv_env_JACK_CFLAGS_set=
1394
ac_cv_env_JACK_CFLAGS_value=
1395
ac_cv_env_JACK_LIBS_set=
1396
ac_cv_env_JACK_LIBS_value=
1397
ac_cv_env_LDFLAGS_set=
1398
ac_cv_env_LDFLAGS_value=
1399
ac_cv_env_LIBFLAC_CFLAGS_set=
1400
ac_cv_env_LIBFLAC_CFLAGS_value=
1401
ac_cv_env_LIBFLAC_LIBS_set=
1402
ac_cv_env_LIBFLAC_LIBS_value=
1403
ac_cv_env_LIBS_set=
1404
ac_cv_env_LIBS_value=
1405
ac_cv_env_MMS_CFLAGS_set=
1406
ac_cv_env_MMS_CFLAGS_value=
1407
ac_cv_env_MMS_LIBS_set=
1408
ac_cv_env_MMS_LIBS_value=
1409
ac_cv_env_MODPLUG_CFLAGS_set=
1410
ac_cv_env_MODPLUG_CFLAGS_value=
1411
ac_cv_env_MODPLUG_LIBS_set=
1412
ac_cv_env_MODPLUG_LIBS_value=
1413
ac_cv_env_MPG123_CFLAGS_set=
1414
ac_cv_env_MPG123_CFLAGS_value=
1415
ac_cv_env_MPG123_LIBS_set=
1416
ac_cv_env_MPG123_LIBS_value=
1417
ac_cv_env_NEON_CFLAGS_set=
1418
ac_cv_env_NEON_CFLAGS_value=
1419
ac_cv_env_NEON_LIBS_set=
1420
ac_cv_env_NEON_LIBS_value=
1421
ac_cv_env_NOTIFY_CFLAGS_set=
1422
ac_cv_env_NOTIFY_CFLAGS_value=
1423
ac_cv_env_NOTIFY_LIBS_set=
1424
ac_cv_env_NOTIFY_LIBS_value=
1425
ac_cv_env_OBJCFLAGS_set=
1426
ac_cv_env_OBJCFLAGS_value=
1427
ac_cv_env_OBJCPP_set=
1428
ac_cv_env_OBJCPP_value=
1429
ac_cv_env_OBJCXXCPP_set=
1430
ac_cv_env_OBJCXXCPP_value=
1431
ac_cv_env_OBJCXXFLAGS_set=
1432
ac_cv_env_OBJCXXFLAGS_value=
1433
ac_cv_env_OBJCXX_set=
1434
ac_cv_env_OBJCXX_value=
1435
ac_cv_env_OBJC_set=
1436
ac_cv_env_OBJC_value=
1437
ac_cv_env_PKG_CONFIG_LIBDIR_set=
1438
ac_cv_env_PKG_CONFIG_LIBDIR_value=
1439
ac_cv_env_PKG_CONFIG_PATH_set=set
1440
ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:
1441
ac_cv_env_PKG_CONFIG_set=
1442
ac_cv_env_PKG_CONFIG_value=
1443
ac_cv_env_PULSE_CFLAGS_set=
1444
ac_cv_env_PULSE_CFLAGS_value=
1445
ac_cv_env_PULSE_LIBS_set=
1446
ac_cv_env_PULSE_LIBS_value=
1447
ac_cv_env_QTCORE_CFLAGS_set=
1448
ac_cv_env_QTCORE_CFLAGS_value=
1449
ac_cv_env_QTCORE_LIBS_set=
1450
ac_cv_env_QTCORE_LIBS_value=
1451
ac_cv_env_QTMULTIMEDIA_CFLAGS_set=
1452
ac_cv_env_QTMULTIMEDIA_CFLAGS_value=
1453
ac_cv_env_QTMULTIMEDIA_LIBS_set=
1454
ac_cv_env_QTMULTIMEDIA_LIBS_value=
1455
ac_cv_env_QTOPENGL_CFLAGS_set=
1456
ac_cv_env_QTOPENGL_CFLAGS_value=
1457
ac_cv_env_QTOPENGL_LIBS_set=
1458
ac_cv_env_QTOPENGL_LIBS_value=
1459
ac_cv_env_QT_CFLAGS_set=
1460
ac_cv_env_QT_CFLAGS_value=
1461
ac_cv_env_QT_LIBS_set=
1462
ac_cv_env_QT_LIBS_value=
1463
ac_cv_env_SAMPLERATE_CFLAGS_set=
1464
ac_cv_env_SAMPLERATE_CFLAGS_value=
1465
ac_cv_env_SAMPLERATE_LIBS_set=
1466
ac_cv_env_SAMPLERATE_LIBS_value=
1467
ac_cv_env_SDL_CFLAGS_set=
1468
ac_cv_env_SDL_CFLAGS_value=
1469
ac_cv_env_SDL_LIBS_set=
1470
ac_cv_env_SDL_LIBS_value=
1471
ac_cv_env_SIDPLAYFP_CFLAGS_set=
1472
ac_cv_env_SIDPLAYFP_CFLAGS_value=
1473
ac_cv_env_SIDPLAYFP_LIBS_set=
1474
ac_cv_env_SIDPLAYFP_LIBS_value=
1475
ac_cv_env_SNDFILE_CFLAGS_set=
1476
ac_cv_env_SNDFILE_CFLAGS_value=
1477
ac_cv_env_SNDFILE_LIBS_set=
1478
ac_cv_env_SNDFILE_LIBS_value=
1479
ac_cv_env_SOXR_CFLAGS_set=
1480
ac_cv_env_SOXR_CFLAGS_value=
1481
ac_cv_env_SOXR_LIBS_set=
1482
ac_cv_env_SOXR_LIBS_value=
1483
ac_cv_env_VORBIS_CFLAGS_set=
1484
ac_cv_env_VORBIS_CFLAGS_value=
1485
ac_cv_env_VORBIS_LIBS_set=
1486
ac_cv_env_VORBIS_LIBS_value=
1487
ac_cv_env_WAVPACK_CFLAGS_set=
1488
ac_cv_env_WAVPACK_CFLAGS_value=
1489
ac_cv_env_WAVPACK_LIBS_set=
1490
ac_cv_env_WAVPACK_LIBS_value=
1491
ac_cv_env_X11EXT_CFLAGS_set=
1492
ac_cv_env_X11EXT_CFLAGS_value=
1493
ac_cv_env_X11EXT_LIBS_set=
1494
ac_cv_env_X11EXT_LIBS_value=
1495
ac_cv_env_XML_CFLAGS_set=
1496
ac_cv_env_XML_CFLAGS_value=
1497
ac_cv_env_XML_LIBS_set=
1498
ac_cv_env_XML_LIBS_value=
1499
ac_cv_env_build_alias_set=
1500
ac_cv_env_build_alias_value=
1501
ac_cv_env_host_alias_set=
1502
ac_cv_env_host_alias_value=
1503
ac_cv_env_target_alias_set=
1504
ac_cv_env_target_alias_value=
1505
ac_cv_header_inttypes_h=yes
1506
ac_cv_header_lirc_lirc_client_h=no
1507
ac_cv_header_memory_h=yes
1508
ac_cv_header_neaacdec_h=no
1509
ac_cv_header_stdc=yes
1510
ac_cv_header_stdint_h=yes
1511
ac_cv_header_stdlib_h=yes
1512
ac_cv_header_string_h=yes
1513
ac_cv_header_strings_h=yes
1514
ac_cv_header_sys_soundcard_h=yes
1515
ac_cv_header_sys_stat_h=yes
1516
ac_cv_header_sys_types_h=yes
1517
ac_cv_header_sys_wait_h=yes
1518
ac_cv_header_unistd_h=yes
1519
ac_cv_header_zlib_h=yes
1520
ac_cv_host=x86_64-unknown-linux-gnu
1521
ac_cv_lib_GL_glXCreateContext=yes
1522
ac_cv_lib_faad_NeAACDecInit2=no
1523
ac_cv_lib_mp3lame_lame_get_id3v2_tag=no
1524
ac_cv_lib_sndio_sio_open=no
1525
ac_cv_objext=o
1526
ac_cv_path_CP=/bin/cp
1527
ac_cv_path_EGREP='/bin/grep -E'
1528
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
1529
ac_cv_path_GREP=/bin/grep
1530
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
1531
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
1532
ac_cv_path_MV=/bin/mv
1533
ac_cv_path_RM=/bin/rm
1534
ac_cv_path_SED=/bin/sed
1535
ac_cv_path_TPUT=/usr/bin/tput
1536
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
1537
ac_cv_path_ac_pt_AR=/usr/bin/ar
1538
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
1539
ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
1540
ac_cv_path_install='/usr/bin/install -c'
1541
ac_cv_path_mkdir=/bin/mkdir
1542
ac_cv_prog_CPP='gcc -E'
1543
ac_cv_prog_ac_ct_CC=gcc
1544
ac_cv_prog_ac_ct_CXX=g++
1545
ac_cv_prog_cc_c89=
1546
ac_cv_prog_cc_g=yes
1547
ac_cv_prog_cxx_g=yes
1548
ac_cv_prog_have_mpris2=yes
1549
ac_cv_prog_make_make_set=yes
1550
ac_cv_search_pthread_create=-lpthread
1551
ac_cv_sys_file_offset_bits=no
1552
ac_cv_sys_largefile_CC=no
1553
ac_cv_target=x86_64-unknown-linux-gnu
1554
acl_cv_hardcode_direct=no
1555
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
1556
acl_cv_hardcode_libdir_separator=
1557
acl_cv_hardcode_minus_L=no
1558
acl_cv_libext=a
1559
acl_cv_libname_spec='lib$name'
1560
acl_cv_library_names_spec='$libname$shrext'
1561
acl_cv_path_LD=/usr/bin/ld
1562
acl_cv_prog_gnu_ld=yes
1563
acl_cv_rpath=done
1564
acl_cv_shlibext=so
1565
acl_cv_wl=-Wl,
1566
gt_cv_func_CFLocaleCopyCurrent=no
1567
gt_cv_func_CFPreferencesCopyAppValue=no
1568
gt_cv_func_gnugettext1_libc=yes
1569
pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
1570
pkg_cv_ALSA_LIBS='-L/usr/lib/x86_64-linux-gnu -lasound '
1571
pkg_cv_AUDACIOUS_CFLAGS='-I/usr/local/include '
1572
pkg_cv_AUDACIOUS_LIBS='-L/usr/local/lib -laudcore '
1573
pkg_cv_CURL_CFLAGS=
1574
pkg_cv_CURL_LIBS='-L/usr/lib/x86_64-linux-gnu -lcurl '
1575
pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1576
pkg_cv_DBUS_LIBS='-L/usr/lib/x86_64-linux-gnu -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
1577
pkg_cv_FFMPEG_CFLAGS='-I/usr/local/include '
1578
pkg_cv_FFMPEG_LIBS='-L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lavformat -lXv -lX11 -lXext -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -ljack -lasound -lm -lbz2 -lz -pthread -lavcodec -lXv -lX11 -lXext -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -ljack -lasound -lm -lbz2 -lz -pthread -lswresample -lm -lavutil -lm '
1579
pkg_cv_GDKX11_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include '
1580
pkg_cv_GDKX11_LIBS='-L/usr/lib/x86_64-linux-gnu -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
1581
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1582
pkg_cv_GIO_LIBS='-L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1583
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1584
pkg_cv_GLIB_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
1585
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1586
pkg_cv_GMODULE_LIBS='-L/usr/lib/x86_64-linux-gnu -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
1587
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/local/include '
1588
pkg_cv_GTK_LIBS='-L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
1589
pkg_cv_JACK_CFLAGS=
1590
pkg_cv_JACK_LIBS='-L/usr/lib/x86_64-linux-gnu -ljack -lpthread '
1591
pkg_cv_LIBFLAC_CFLAGS=
1592
pkg_cv_LIBFLAC_LIBS='-L/usr/lib/x86_64-linux-gnu -lFLAC '
1593
pkg_cv_MPG123_CFLAGS='-I/usr/local/include '
1594
pkg_cv_MPG123_LIBS='-L/usr/local/lib -lmpg123 '
1595
pkg_cv_NEON_CFLAGS='-I/usr/include/neon '
1596
pkg_cv_NEON_LIBS='-lneon '
1597
pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
1598
pkg_cv_PULSE_LIBS='-L/usr/lib/x86_64-linux-gnu -lpulse '
1599
pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
1600
pkg_cv_SDL_LIBS='-L/usr/lib/x86_64-linux-gnu -lSDL '
1601
pkg_cv_SNDFILE_CFLAGS=
1602
pkg_cv_SNDFILE_LIBS='-L/usr/lib/x86_64-linux-gnu -lsndfile '
1603
pkg_cv_VORBIS_CFLAGS=
1604
pkg_cv_VORBIS_LIBS='-L/usr/lib/x86_64-linux-gnu -logg -lvorbis -lvorbisenc -lvorbisfile '
1605
pkg_cv_WAVPACK_CFLAGS='-I/usr/local/include '
1606
pkg_cv_WAVPACK_LIBS='-L/usr/local/lib -lwavpack '
1607
pkg_cv_X11EXT_CFLAGS='-I/usr/local/include '
1608
pkg_cv_X11EXT_LIBS='-L/usr/lib/x86_64-linux-gnu -lXrender -lX11 -lXcomposite '
1609
pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
1610
pkg_cv_XML_LIBS='-L/usr/lib/x86_64-linux-gnu -lxml2 '
1611

    
1612
## ----------------- ##
1613
## Output variables. ##
1614
## ----------------- ##
1615

    
1616
ALSA_CFLAGS='-I/usr/include/alsa '
1617
ALSA_LIBS='-L/usr/lib/x86_64-linux-gnu -lasound '
1618
AMPACHE_CFLAGS=''
1619
AMPACHE_LIBS=''
1620
AR='/usr/bin/ar'
1621
AUDACIOUS_CFLAGS='-I/usr/local/include '
1622
AUDACIOUS_LIBS='-L/usr/local/lib -laudcore '
1623
BIGENDIAN='0'
1624
BS2B_CFLAGS=''
1625
BS2B_LIBS=''
1626
CC='gcc'
1627
CC_DEPENDS='yes'
1628
CDIO_CFLAGS=''
1629
CDIO_LIBS=''
1630
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden'
1631
CLEAN_LIB=''
1632
CONTAINER_PLUGINS='asx asx3 audpl m3u pls xspf'
1633
CONTAINER_PLUGIN_DIR='Container'
1634
CP='/bin/cp'
1635
CPP='gcc -E'
1636
CPPFLAGS=' -I/usr/local/include  -include config.h'
1637
CUE_CFLAGS=''
1638
CUE_LIBS=''
1639
CURL_CFLAGS=''
1640
CURL_LIBS='-L/usr/lib/x86_64-linux-gnu -lcurl '
1641
CXX='g++'
1642
CXXFLAGS='-g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -fvisibility=hidden'
1643
CXX_DEPENDS='yes'
1644
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1645
DBUS_LIBS='-L/usr/lib/x86_64-linux-gnu -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
1646
DEFS='-DHAVE_CONFIG_H'
1647
ECHO_C=''
1648
ECHO_N='-n'
1649
ECHO_T=''
1650
EFFECT_PLUGINS='compressor crossfade crystalizer mixer silence-removal stereo_plugin voice_removal echo_plugin ladspa'
1651
EFFECT_PLUGIN_DIR='Effect'
1652
EGREP='/bin/grep -E'
1653
EXEEXT=''
1654
FFMPEG_CFLAGS='-I/usr/local/include '
1655
FFMPEG_LIBS='-L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lavformat -lXv -lX11 -lXext -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -ljack -lasound -lm -lbz2 -lz -pthread -lavcodec -lXv -lX11 -lXext -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -ljack -lasound -lm -lbz2 -lz -pthread -lswresample -lm -lavutil -lm '
1656
FILEWRITER_CFLAGS='  '
1657
FILEWRITER_LIBS=' -L/usr/lib/x86_64-linux-gnu -logg -lvorbis -lvorbisenc -lvorbisfile  -L/usr/lib/x86_64-linux-gnu -lFLAC '
1658
FLUIDSYNTH_CFLAGS=''
1659
FLUIDSYNTH_LIBS=''
1660
GDKX11_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include '
1661
GDKX11_LIBS='-L/usr/lib/x86_64-linux-gnu -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
1662
GENERAL_PLUGINS=' alarm albumart lyricwiki playlist-manager search-tool statusicon gtkui skins delete-files skins-data gnomeshortcuts mpris2 songchange scrobbler2 hotkey aosd'
1663
GENERAL_PLUGIN_DIR='General'
1664
GETTEXT_MACRO_VERSION='0.19'
1665
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1666
GIO_LIBS='-L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1667
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1668
GLIB_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
1669
GL_LIBS='-lGL -lX11'
1670
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
1671
GMODULE_LIBS='-L/usr/lib/x86_64-linux-gnu -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
1672
GMSGFMT='/usr/local/bin/msgfmt'
1673
GMSGFMT_015='/usr/local/bin/msgfmt'
1674
GREP='/bin/grep'
1675
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/local/include '
1676
GTK_LIBS='-L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
1677
HAVE_DARWIN='no'
1678
HAVE_LINUX='yes'
1679
HAVE_MSWINDOWS='no'
1680
INPUT_PLUGINS='adplug metronom psf tonegen vtx xsf flac vorbis mpg123 wavpack sndfile console ffaudio'
1681
INPUT_PLUGIN_DIR='Input'
1682
INSTALL_DATA='${INSTALL} -m 644'
1683
INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
1684
INSTALL_PROGRAM='${INSTALL}'
1685
INSTALL_SCRIPT='${INSTALL}'
1686
INTLLIBS=''
1687
INTL_MACOSX_LIBS=''
1688
JACK_CFLAGS=''
1689
JACK_LIBS='-L/usr/lib/x86_64-linux-gnu -ljack -lpthread '
1690
LDFLAGS=' -Wl,-z,defs'
1691
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
1692
LIBFLAC_CFLAGS=''
1693
LIBFLAC_LIBS='-L/usr/lib/x86_64-linux-gnu -lFLAC '
1694
LIBICONV='-liconv'
1695
LIBINTL=''
1696
LIBOBJS=''
1697
LIBS='-lpthread   -L/usr/local/lib -laudcore '
1698
LIB_CFLAGS='-fPIC -DPIC'
1699
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
1700
LIB_PREFIX='lib'
1701
LIB_SUFFIX='.so'
1702
LN_S='ln -s'
1703
LTLIBICONV='-liconv'
1704
LTLIBINTL=''
1705
LTLIBOBJS=''
1706
MKDIR_P='/bin/mkdir -p'
1707
MMS_CFLAGS=''
1708
MMS_LIBS=''
1709
MODPLUG_CFLAGS=''
1710
MODPLUG_LIBS=''
1711
MPG123_CFLAGS='-I/usr/local/include '
1712
MPG123_LIBS='-L/usr/local/lib -lmpg123 '
1713
MSGFMT='/usr/local/bin/msgfmt'
1714
MSGFMT_015='/usr/local/bin/msgfmt'
1715
MSGMERGE='/usr/local/bin/msgmerge'
1716
MV='/bin/mv'
1717
NEON_CFLAGS='-I/usr/include/neon '
1718
NEON_LIBS='-lneon '
1719
NOTIFY_CFLAGS=''
1720
NOTIFY_LIBS=''
1721
OBJC=''
1722
OBJCFLAGS=''
1723
OBJCPP=''
1724
OBJCXX=''
1725
OBJCXXCPP=''
1726
OBJCXXFLAGS=''
1727
OBJCXX_DEPENDS=''
1728
OBJC_DEPENDS=''
1729
OBJEXT='o'
1730
OSS_CFLAGS=''
1731
OUTPUT_PLUGINS=' alsa jack oss4 pulse sdlout filewriter'
1732
OUTPUT_PLUGIN_DIR='Output'
1733
PACKAGE_BUGREPORT=''
1734
PACKAGE_NAME='audacious-plugins'
1735
PACKAGE_STRING='audacious-plugins 3.8.2'
1736
PACKAGE_TARNAME='audacious-plugins'
1737
PACKAGE_URL=''
1738
PACKAGE_VERSION='3.8.2'
1739
PATH_SEPARATOR=':'
1740
PKG_CONFIG='/usr/local/bin/pkg-config'
1741
PKG_CONFIG_LIBDIR=''
1742
PKG_CONFIG_PATH='/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:'
1743
PLUGIN_CFLAGS='-fPIC -DPIC'
1744
PLUGIN_LDFLAGS='-shared'
1745
PLUGIN_SUFFIX='.so'
1746
POSUB='po'
1747
PULSE_CFLAGS='-D_REENTRANT '
1748
PULSE_LIBS='-L/usr/lib/x86_64-linux-gnu -lpulse '
1749
QTCORE_CFLAGS=''
1750
QTCORE_LIBS=''
1751
QTMULTIMEDIA_CFLAGS=''
1752
QTMULTIMEDIA_LIBS=''
1753
QTOPENGL_CFLAGS=''
1754
QTOPENGL_LIBS=''
1755
QT_CFLAGS=''
1756
QT_LIBS=''
1757
RANLIB='/usr/bin/ranlib'
1758
RM='/bin/rm'
1759
SAMPLERATE_CFLAGS=''
1760
SAMPLERATE_LIBS=''
1761
SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
1762
SDL_LIBS='-L/usr/lib/x86_64-linux-gnu -lSDL '
1763
SED='/bin/sed'
1764
SET_MAKE=''
1765
SHELL='/bin/bash'
1766
SIDPLAYFP_CFLAGS=''
1767
SIDPLAYFP_LIBS=''
1768
SNDFILE_CFLAGS=''
1769
SNDFILE_LIBS='-L/usr/lib/x86_64-linux-gnu -lsndfile '
1770
SOXR_CFLAGS=''
1771
SOXR_LIBS=''
1772
TERM_BOLD=''
1773
TERM_EL=''
1774
TERM_SETAF1=''
1775
TERM_SETAF2=''
1776
TERM_SETAF3=''
1777
TERM_SETAF4=''
1778
TERM_SETAF6=''
1779
TERM_SGR0='(B'
1780
TPUT='/usr/bin/tput'
1781
TRANSPORT_PLUGINS='gio neon'
1782
TRANSPORT_PLUGIN_DIR='Transport'
1783
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
1784
USE_GTK='yes'
1785
USE_NLS='yes'
1786
USE_QT='no'
1787
VISUALIZATION_PLUGINS=' blur_scope cairo-spectrum glspectrum'
1788
VISUALIZATION_PLUGIN_DIR='Visualization'
1789
VORBIS_CFLAGS=''
1790
VORBIS_LIBS='-L/usr/lib/x86_64-linux-gnu -logg -lvorbis -lvorbisenc -lvorbisfile '
1791
WAVPACK_CFLAGS='-I/usr/local/include '
1792
WAVPACK_LIBS='-L/usr/local/lib -lwavpack '
1793
WINDRES=''
1794
X11EXT_CFLAGS='-I/usr/local/include '
1795
X11EXT_LIBS='-L/usr/lib/x86_64-linux-gnu -lXrender -lX11 -lXcomposite '
1796
XGETTEXT='/usr/local/bin/xgettext'
1797
XGETTEXT_015='/usr/local/bin/xgettext'
1798
XGETTEXT_EXTRA_OPTIONS=''
1799
XML_CFLAGS='-I/usr/include/libxml2 '
1800
XML_LIBS='-L/usr/lib/x86_64-linux-gnu -lxml2 '
1801
ac_ct_CC='gcc'
1802
ac_ct_CXX='g++'
1803
ac_ct_OBJC=''
1804
ac_ct_OBJCXX=''
1805
bindir='${exec_prefix}/bin'
1806
build='x86_64-unknown-linux-gnu'
1807
build_alias=''
1808
build_cpu='x86_64'
1809
build_os='linux-gnu'
1810
build_vendor='unknown'
1811
datadir='${datarootdir}'
1812
datarootdir='${prefix}/share'
1813
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1814
dvidir='${docdir}'
1815
exec_prefix='${prefix}'
1816
have_mpris2='yes'
1817
host='x86_64-unknown-linux-gnu'
1818
host_alias=''
1819
host_cpu='x86_64'
1820
host_os='linux-gnu'
1821
host_vendor='unknown'
1822
htmldir='${docdir}'
1823
includedir='${prefix}/include'
1824
infodir='${datarootdir}/info'
1825
libdir='${exec_prefix}/lib'
1826
libexecdir='${exec_prefix}/libexec'
1827
localedir='${prefix}/share/locale'
1828
localstatedir='${prefix}/var'
1829
mandir='${datarootdir}/man'
1830
oldincludedir='/usr/include'
1831
pdfdir='${docdir}'
1832
plugindir='/usr/local/lib/audacious'
1833
prefix='/usr/local'
1834
program_transform_name='s,x,x,'
1835
psdir='${docdir}'
1836
sbindir='${exec_prefix}/sbin'
1837
sharedstatedir='${prefix}/com'
1838
sysconfdir='${prefix}/etc'
1839
target='x86_64-unknown-linux-gnu'
1840
target_alias=''
1841
target_cpu='x86_64'
1842
target_os='linux-gnu'
1843
target_vendor='unknown'
1844

    
1845
## ----------- ##
1846
## confdefs.h. ##
1847
## ----------- ##
1848

    
1849
/* confdefs.h */
1850
#define PACKAGE_NAME "audacious-plugins"
1851
#define PACKAGE_TARNAME "audacious-plugins"
1852
#define PACKAGE_VERSION "3.8.2"
1853
#define PACKAGE_STRING "audacious-plugins 3.8.2"
1854
#define PACKAGE_BUGREPORT ""
1855
#define PACKAGE_URL ""
1856
#define PACKAGE "audacious-plugins"
1857
#define VERSION "3.8.2"
1858
#define STDC_HEADERS 1
1859
#define HAVE_SYS_TYPES_H 1
1860
#define HAVE_SYS_STAT_H 1
1861
#define HAVE_STDLIB_H 1
1862
#define HAVE_STRING_H 1
1863
#define HAVE_MEMORY_H 1
1864
#define HAVE_STRINGS_H 1
1865
#define HAVE_INTTYPES_H 1
1866
#define HAVE_STDINT_H 1
1867
#define HAVE_UNISTD_H 1
1868
#define EXPORT __attribute__((visibility("default")))
1869
#define USE_GTK 1
1870
#define ENABLE_NLS 1
1871
#define HAVE_GETTEXT 1
1872
#define HAVE_DCGETTEXT 1
1873
#define HAVE_ZLIB_H 1
1874
#define HAVE_SYS_SOUNDCARD_H 1
1875
#define HAVE_SYS_WAIT_H 1
1876
#define HAVE_FFMPEG 1
1877
#define FILEWRITER_VORBIS 1
1878
#define FILEWRITER_FLAC 1
1879

    
1880
configure: exit 0