Project

General

Profile

config.log

aud - il lumilore, November 29, 2014 00: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 configure 3.5.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 = comp.site
14
uname -m = x86_64
15
uname -r = 3.16.6-2-desktop
16
uname -s = Linux
17
uname -v = #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea)
18

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

    
22
/bin/arch              = x86_64
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: /home/ill/bin
31
PATH: /usr/local/bin
32
PATH: /usr/bin
33
PATH: /bin
34
PATH: /usr/bin/X11
35
PATH: /usr/games
36
PATH: /opt/kde3/bin
37
PATH: /usr/lib/mit/bin
38
PATH: /sbin
39
PATH: /usr/sbin
40
PATH: /usr/local/sbin
41
PATH: /root/bin
42
PATH: /sbin
43
PATH: /usr/sbin
44
PATH: /usr/local/sbin
45
PATH: /root/bin
46

    
47

    
48
## ----------- ##
49
## Core tests. ##
50
## ----------- ##
51

    
52
configure:2107: loading site script /usr/share/site/x86_64-unknown-linux-gnu
53
| #!/bin/sh
54
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
55
| 
56
| # If user did not specify libdir, guess the correct target:
57
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
58
| if test "$libdir" = '${exec_prefix}/lib' ; then
59
| 
60
| 	ac_config_site_64bit_host=NONE
61
| 
62
| 	case "$host" in
63
| 	"" )
64
| 		# User did not specify host target.
65
| 		# The native platform x86_64 is a bi-arch platform.
66
| 		# Try to detect cross-compilation to inferior architecture.
67
| 
68
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
69
| 		# it sounds, as there is possible several intermediate combinations.
70
| 		ac_config_site_cross_to_32bit_host=NONE
71
| 
72
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
73
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
74
| 		case "$CFLAGS" in
75
| 		*-m32*)
76
| 			ac_config_site_cross_to_32bit_host=YES
77
| 			;;
78
| 		esac
79
| 		case "$CXXFLAGS" in
80
| 		*-m32*)
81
| 			ac_config_site_cross_to_32bit_host=YES
82
| 			;;
83
| 		esac
84
| 
85
| 		# Running with linux32:
86
| 		# (Changes detected platform, but not the toolchain target.)
87
| 		case "`/bin/uname -i`" in
88
| 		x86_64 | ppc64 | s390x )
89
| 			;;
90
| 		* )
91
| 			ac_config_site_cross_to_32bit_host=YES
92
| 			;;
93
| 		esac
94
| 
95
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
96
| 			ac_config_site_64bit_host=YES
97
| 		fi
98
| 
99
| 		;;
100
| 	*x86_64* | *ppc64* | *s390x* )
101
| 		ac_config_site_64bit_host=YES
102
| 		;;
103
| 	esac
104
| 
105
| 	if test "x$ac_config_site_64bit_host" = xYES; then
106
| 		libdir='${exec_prefix}/lib64'
107
| 	fi
108
| fi
109
| 
110
| # If user did not specify libexecdir, set the correct target:
111
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
112
| 
113
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
114
| 	libexecdir='${exec_prefix}/lib'
115
| fi
116
| 
117
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
118
| if test "x$prefix" != xNONE; then
119
| 	ac_site_file1=$prefix/share/config.site
120
| 	ac_site_file2=$prefix/etc/config.site
121
| else
122
| 	ac_site_file1=$ac_default_prefix/share/config.site
123
| 	ac_site_file2=$ac_default_prefix/etc/config.site
124
| fi
125
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
126
| do
127
| 	test "x$ac_site_file" = xNONE && continue
128
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
129
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
130
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
131
| 		sed 's/^/| /' "$ac_site_file" >&5
132
| 		. "$ac_site_file" \
133
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
134
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
135
| as_fn_error $? "failed to load site script $ac_site_file
136
| See \`config.log' for more details" "$LINENO" 5; }
137
| 	fi
138
| done
139
configure:2298: checking for gcc
140
configure:2314: found /usr/bin/gcc
141
configure:2325: result: gcc
142
configure:2554: checking for C compiler version
143
configure:2563: gcc --version >&5
144
gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
145
Copyright (C) 2013 Free Software Foundation, Inc.
146
This is free software; see the source for copying conditions.  There is NO
147
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
148

    
149
configure:2574: $? = 0
150
configure:2563: gcc -v >&5
151
Using built-in specs.
152
COLLECT_GCC=gcc
153
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
154
Target: x86_64-suse-linux
155
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
156
Thread model: posix
157
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) 
158
configure:2574: $? = 0
159
configure:2563: gcc -V >&5
160
gcc: error: unrecognized command line option '-V'
161
gcc: fatal error: no input files
162
compilation terminated.
163
configure:2574: $? = 1
164
configure:2563: gcc -qversion >&5
165
gcc: error: unrecognized command line option '-qversion'
166
gcc: fatal error: no input files
167
compilation terminated.
168
configure:2574: $? = 1
169
configure:2594: checking whether the C compiler works
170
configure:2616: gcc    conftest.c  >&5
171
configure:2620: $? = 0
172
configure:2668: result: yes
173
configure:2671: checking for C compiler default output file name
174
configure:2673: result: a.out
175
configure:2679: checking for suffix of executables
176
configure:2686: gcc -o conftest    conftest.c  >&5
177
configure:2690: $? = 0
178
configure:2712: result: 
179
configure:2734: checking whether we are cross compiling
180
configure:2742: gcc -o conftest    conftest.c  >&5
181
configure:2746: $? = 0
182
configure:2753: ./conftest
183
configure:2757: $? = 0
184
configure:2772: result: no
185
configure:2777: checking for suffix of object files
186
configure:2799: gcc -c   conftest.c >&5
187
configure:2803: $? = 0
188
configure:2824: result: o
189
configure:2828: checking whether we are using the GNU C compiler
190
configure:2847: gcc -c   conftest.c >&5
191
configure:2847: $? = 0
192
configure:2856: result: yes
193
configure:2865: checking whether gcc accepts -g
194
configure:2885: gcc -c -g  conftest.c >&5
195
configure:2885: $? = 0
196
configure:2926: result: yes
197
configure:2943: checking for gcc option to accept ISO C89
198
configure:3006: gcc  -c -g -O2  conftest.c >&5
199
configure:3006: $? = 0
200
configure:3019: result: none needed
201
configure:3097: checking for g++
202
configure:3127: result: no
203
configure:3097: checking for c++
204
configure:3127: result: no
205
configure:3097: checking for gpp
206
configure:3127: result: no
207
configure:3097: checking for aCC
208
configure:3127: result: no
209
configure:3097: checking for CC
210
configure:3127: result: no
211
configure:3097: checking for cxx
212
configure:3127: result: no
213
configure:3097: checking for cc++
214
configure:3127: result: no
215
configure:3097: checking for cl.exe
216
configure:3127: result: no
217
configure:3097: checking for FCC
218
configure:3127: result: no
219
configure:3097: checking for KCC
220
configure:3127: result: no
221
configure:3097: checking for RCC
222
configure:3127: result: no
223
configure:3097: checking for xlC_r
224
configure:3127: result: no
225
configure:3097: checking for xlC
226
configure:3127: result: no
227
configure:3151: checking for C++ compiler version
228
configure:3160: g++ --version >&5
229
./configure: line 3162: g++: command not found
230
configure:3171: $? = 127
231
configure:3160: g++ -v >&5
232
./configure: line 3162: g++: command not found
233
configure:3171: $? = 127
234
configure:3160: g++ -V >&5
235
./configure: line 3162: g++: command not found
236
configure:3171: $? = 127
237
configure:3160: g++ -qversion >&5
238
./configure: line 3162: g++: command not found
239
configure:3171: $? = 127
240
configure:3175: checking whether we are using the GNU C++ compiler
241
configure:3194: g++ -c   conftest.cpp >&5
242
./configure: line 1605: g++: command not found
243
configure:3194: $? = 127
244
configure: failed program was:
245
| /* confdefs.h */
246
| #define PACKAGE_NAME "audacious"
247
| #define PACKAGE_TARNAME "audacious"
248
| #define PACKAGE_VERSION "3.5.2"
249
| #define PACKAGE_STRING "audacious 3.5.2"
250
| #define PACKAGE_BUGREPORT ""
251
| #define PACKAGE_URL ""
252
| #define PACKAGE "audacious"
253
| #define VERSION "3.5.2"
254
| /* end confdefs.h.  */
255
| 
256
| int
257
| main ()
258
| {
259
| #ifndef __GNUC__
260
|        choke me
261
| #endif
262
| 
263
|   ;
264
|   return 0;
265
| }
266
configure:3203: result: no
267
configure:3212: checking whether g++ accepts -g
268
configure:3232: g++ -c -g  conftest.cpp >&5
269
./configure: line 1605: g++: command not found
270
configure:3232: $? = 127
271
configure: failed program was:
272
| /* confdefs.h */
273
| #define PACKAGE_NAME "audacious"
274
| #define PACKAGE_TARNAME "audacious"
275
| #define PACKAGE_VERSION "3.5.2"
276
| #define PACKAGE_STRING "audacious 3.5.2"
277
| #define PACKAGE_BUGREPORT ""
278
| #define PACKAGE_URL ""
279
| #define PACKAGE "audacious"
280
| #define VERSION "3.5.2"
281
| /* end confdefs.h.  */
282
| 
283
| int
284
| main ()
285
| {
286
| 
287
|   ;
288
|   return 0;
289
| }
290
configure:3247: g++ -c   conftest.cpp >&5
291
./configure: line 1605: g++: command not found
292
configure:3247: $? = 127
293
configure: failed program was:
294
| /* confdefs.h */
295
| #define PACKAGE_NAME "audacious"
296
| #define PACKAGE_TARNAME "audacious"
297
| #define PACKAGE_VERSION "3.5.2"
298
| #define PACKAGE_STRING "audacious 3.5.2"
299
| #define PACKAGE_BUGREPORT ""
300
| #define PACKAGE_URL ""
301
| #define PACKAGE "audacious"
302
| #define VERSION "3.5.2"
303
| /* end confdefs.h.  */
304
| 
305
| int
306
| main ()
307
| {
308
| 
309
|   ;
310
|   return 0;
311
| }
312
configure:3263: g++ -c -g  conftest.cpp >&5
313
./configure: line 1605: g++: command not found
314
configure:3263: $? = 127
315
configure: failed program was:
316
| /* confdefs.h */
317
| #define PACKAGE_NAME "audacious"
318
| #define PACKAGE_TARNAME "audacious"
319
| #define PACKAGE_VERSION "3.5.2"
320
| #define PACKAGE_STRING "audacious 3.5.2"
321
| #define PACKAGE_BUGREPORT ""
322
| #define PACKAGE_URL ""
323
| #define PACKAGE "audacious"
324
| #define VERSION "3.5.2"
325
| /* end confdefs.h.  */
326
| 
327
| int
328
| main ()
329
| {
330
| 
331
|   ;
332
|   return 0;
333
| }
334
configure:3273: result: no
335
configure:3302: checking how to run the C preprocessor
336
configure:3333: gcc -E  conftest.c
337
configure:3333: $? = 0
338
configure:3347: gcc -E  conftest.c
339
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
340
 #include <ac_nonexistent.h>
341
                            ^
342
compilation terminated.
343
configure:3347: $? = 1
344
configure: failed program was:
345
| /* confdefs.h */
346
| #define PACKAGE_NAME "audacious"
347
| #define PACKAGE_TARNAME "audacious"
348
| #define PACKAGE_VERSION "3.5.2"
349
| #define PACKAGE_STRING "audacious 3.5.2"
350
| #define PACKAGE_BUGREPORT ""
351
| #define PACKAGE_URL ""
352
| #define PACKAGE "audacious"
353
| #define VERSION "3.5.2"
354
| /* end confdefs.h.  */
355
| #include <ac_nonexistent.h>
356
configure:3372: result: gcc -E
357
configure:3392: gcc -E  conftest.c
358
configure:3392: $? = 0
359
configure:3406: gcc -E  conftest.c
360
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
361
 #include <ac_nonexistent.h>
362
                            ^
363
compilation terminated.
364
configure:3406: $? = 1
365
configure: failed program was:
366
| /* confdefs.h */
367
| #define PACKAGE_NAME "audacious"
368
| #define PACKAGE_TARNAME "audacious"
369
| #define PACKAGE_VERSION "3.5.2"
370
| #define PACKAGE_STRING "audacious 3.5.2"
371
| #define PACKAGE_BUGREPORT ""
372
| #define PACKAGE_URL ""
373
| #define PACKAGE "audacious"
374
| #define VERSION "3.5.2"
375
| /* end confdefs.h.  */
376
| #include <ac_nonexistent.h>
377
configure:3435: checking for grep that handles long lines and -e
378
configure:3493: result: /usr/bin/grep
379
configure:3498: checking for egrep
380
configure:3560: result: /usr/bin/grep -E
381
configure:3565: checking for ANSI C header files
382
configure:3585: gcc -c -g -O2  conftest.c >&5
383
configure:3585: $? = 0
384
configure:3658: gcc -o conftest -g -O2   conftest.c  >&5
385
configure:3658: $? = 0
386
configure:3658: ./conftest
387
configure:3658: $? = 0
388
configure:3669: result: yes
389
configure:3682: checking for sys/types.h
390
configure:3682: gcc -c -g -O2  conftest.c >&5
391
configure:3682: $? = 0
392
configure:3682: result: yes
393
configure:3682: checking for sys/stat.h
394
configure:3682: gcc -c -g -O2  conftest.c >&5
395
configure:3682: $? = 0
396
configure:3682: result: yes
397
configure:3682: checking for stdlib.h
398
configure:3682: gcc -c -g -O2  conftest.c >&5
399
configure:3682: $? = 0
400
configure:3682: result: yes
401
configure:3682: checking for string.h
402
configure:3682: gcc -c -g -O2  conftest.c >&5
403
configure:3682: $? = 0
404
configure:3682: result: yes
405
configure:3682: checking for memory.h
406
configure:3682: gcc -c -g -O2  conftest.c >&5
407
configure:3682: $? = 0
408
configure:3682: result: yes
409
configure:3682: checking for strings.h
410
configure:3682: gcc -c -g -O2  conftest.c >&5
411
configure:3682: $? = 0
412
configure:3682: result: yes
413
configure:3682: checking for inttypes.h
414
configure:3682: gcc -c -g -O2  conftest.c >&5
415
configure:3682: $? = 0
416
configure:3682: result: yes
417
configure:3682: checking for stdint.h
418
configure:3682: gcc -c -g -O2  conftest.c >&5
419
configure:3682: $? = 0
420
configure:3682: result: yes
421
configure:3682: checking for unistd.h
422
configure:3682: gcc -c -g -O2  conftest.c >&5
423
configure:3682: $? = 0
424
configure:3682: result: yes
425
configure:3694: checking whether byte ordering is bigendian
426
configure:3709: gcc -c -g -O2  conftest.c >&5
427
conftest.c:22:9: error: unknown type name 'not'
428
         not a universal capable compiler
429
         ^
430
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
431
         not a universal capable compiler
432
               ^
433
conftest.c:22:15: error: unknown type name 'universal'
434
configure:3709: $? = 1
435
configure: failed program was:
436
| /* confdefs.h */
437
| #define PACKAGE_NAME "audacious"
438
| #define PACKAGE_TARNAME "audacious"
439
| #define PACKAGE_VERSION "3.5.2"
440
| #define PACKAGE_STRING "audacious 3.5.2"
441
| #define PACKAGE_BUGREPORT ""
442
| #define PACKAGE_URL ""
443
| #define PACKAGE "audacious"
444
| #define VERSION "3.5.2"
445
| #define STDC_HEADERS 1
446
| #define HAVE_SYS_TYPES_H 1
447
| #define HAVE_SYS_STAT_H 1
448
| #define HAVE_STDLIB_H 1
449
| #define HAVE_STRING_H 1
450
| #define HAVE_MEMORY_H 1
451
| #define HAVE_STRINGS_H 1
452
| #define HAVE_INTTYPES_H 1
453
| #define HAVE_STDINT_H 1
454
| #define HAVE_UNISTD_H 1
455
| /* end confdefs.h.  */
456
| #ifndef __APPLE_CC__
457
| 	       not a universal capable compiler
458
| 	     #endif
459
| 	     typedef int dummy;
460
| 
461
configure:3754: gcc -c -g -O2  conftest.c >&5
462
configure:3754: $? = 0
463
configure:3772: gcc -c -g -O2  conftest.c >&5
464
conftest.c: In function 'main':
465
conftest.c:28:4: error: unknown type name 'not'
466
    not big endian
467
    ^
468
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
469
    not big endian
470
            ^
471
configure:3772: $? = 1
472
configure: failed program was:
473
| /* confdefs.h */
474
| #define PACKAGE_NAME "audacious"
475
| #define PACKAGE_TARNAME "audacious"
476
| #define PACKAGE_VERSION "3.5.2"
477
| #define PACKAGE_STRING "audacious 3.5.2"
478
| #define PACKAGE_BUGREPORT ""
479
| #define PACKAGE_URL ""
480
| #define PACKAGE "audacious"
481
| #define VERSION "3.5.2"
482
| #define STDC_HEADERS 1
483
| #define HAVE_SYS_TYPES_H 1
484
| #define HAVE_SYS_STAT_H 1
485
| #define HAVE_STDLIB_H 1
486
| #define HAVE_STRING_H 1
487
| #define HAVE_MEMORY_H 1
488
| #define HAVE_STRINGS_H 1
489
| #define HAVE_INTTYPES_H 1
490
| #define HAVE_STDINT_H 1
491
| #define HAVE_UNISTD_H 1
492
| /* end confdefs.h.  */
493
| #include <sys/types.h>
494
| 		#include <sys/param.h>
495
| 
496
| int
497
| main ()
498
| {
499
| #if BYTE_ORDER != BIG_ENDIAN
500
| 		 not big endian
501
| 		#endif
502
| 
503
|   ;
504
|   return 0;
505
| }
506
configure:3900: result: no
507
configure:3925: checking for special C compiler options needed for large files
508
configure:3970: result: no
509
configure:3976: checking for _FILE_OFFSET_BITS value needed for large files
510
configure:4001: gcc -c -g -O2  conftest.c >&5
511
configure:4001: $? = 0
512
configure:4033: result: no
513
configure:4122: checking build system type
514
configure:4136: result: x86_64-unknown-linux-gnu
515
configure:4156: checking host system type
516
configure:4169: result: x86_64-unknown-linux-gnu
517
configure:4189: checking target system type
518
configure:4202: result: x86_64-unknown-linux-gnu
519
configure:4282: checking for pkg-config
520
configure:4300: found /usr/bin/pkg-config
521
configure:4312: result: /usr/bin/pkg-config
522
configure:4337: checking pkg-config is at least version 0.9.0
523
configure:4340: result: yes
524
configure:4359: checking whether the C/C++ compiler supports -Wtype-limits
525
configure:4374: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
526
configure:4374: $? = 0
527
configure:4376: result: yes
528
configure:4396: checking operating system type
529
configure:4404: result: Linux
530
configure:4430: checking whether ln -s works
531
configure:4434: result: yes
532
configure:4443: checking for rm
533
configure:4461: found /usr/bin/rm
534
configure:4473: result: /usr/bin/rm
535
configure:4483: checking for mv
536
configure:4501: found /usr/bin/mv
537
configure:4513: result: /usr/bin/mv
538
configure:4523: checking for cp
539
configure:4541: found /usr/bin/cp
540
configure:4553: result: /usr/bin/cp
541
configure:4563: checking for ar
542
configure:4581: found /usr/bin/ar
543
configure:4593: result: /usr/bin/ar
544
configure:4603: checking for ranlib
545
configure:4621: found /usr/bin/ranlib
546
configure:4633: result: /usr/bin/ranlib
547
configure:4643: checking for windres
548
configure:4676: result: no
549
configure:4682: checking for library containing pthread_create
550
configure:4713: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
551
/tmp/cctC9OUk.o: In function `main':
552
/home/ill/Desktop/audacious-3.5.2/conftest.c:32: undefined reference to `pthread_create'
553
collect2: error: ld returned 1 exit status
554
configure:4713: $? = 1
555
configure: failed program was:
556
| /* confdefs.h */
557
| #define PACKAGE_NAME "audacious"
558
| #define PACKAGE_TARNAME "audacious"
559
| #define PACKAGE_VERSION "3.5.2"
560
| #define PACKAGE_STRING "audacious 3.5.2"
561
| #define PACKAGE_BUGREPORT ""
562
| #define PACKAGE_URL ""
563
| #define PACKAGE "audacious"
564
| #define VERSION "3.5.2"
565
| #define STDC_HEADERS 1
566
| #define HAVE_SYS_TYPES_H 1
567
| #define HAVE_SYS_STAT_H 1
568
| #define HAVE_STDLIB_H 1
569
| #define HAVE_STRING_H 1
570
| #define HAVE_MEMORY_H 1
571
| #define HAVE_STRINGS_H 1
572
| #define HAVE_INTTYPES_H 1
573
| #define HAVE_STDINT_H 1
574
| #define HAVE_UNISTD_H 1
575
| /* end confdefs.h.  */
576
| 
577
| /* Override any GCC internal prototype to avoid an error.
578
|    Use char because int might match the return type of a GCC
579
|    builtin and then its argument prototype would still apply.  */
580
| #ifdef __cplusplus
581
| extern "C"
582
| #endif
583
| char pthread_create ();
584
| int
585
| main ()
586
| {
587
| return pthread_create ();
588
|   ;
589
|   return 0;
590
| }
591
configure:4713: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
592
configure:4713: $? = 0
593
configure:4730: result: -lpthread
594
configure:4742: checking for GLIB
595
configure:4749: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
596
configure:4752: $? = 0
597
configure:4766: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
598
configure:4769: $? = 0
599
configure:4827: result: yes
600
configure:4833: checking for GMODULE
601
configure:4840: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
602
configure:4843: $? = 0
603
configure:4857: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
604
configure:4860: $? = 0
605
configure:4918: result: yes
606
configure:4924: checking for GTK
607
configure:4931: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
608
configure:4934: $? = 0
609
configure:4948: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
610
configure:4951: $? = 0
611
configure:5009: result: yes
612
configure:5109: checking for GIO
613
configure:5116: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
614
configure:5119: $? = 0
615
configure:5133: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
616
configure:5136: $? = 0
617
configure:5194: result: yes
618
configure:5213: checking for shared library system
619
configure:5277: result: GNU
620
configure:5329: checking whether byte ordering is bigendian
621
configure:5535: result: no
622
configure:5569: checking for sigwait
623
configure:5569: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
624
configure:5569: $? = 0
625
configure:5569: result: yes
626
configure:5579: checking for /proc/self/exe
627
configure:5582: result: yes
628
configure:5634: checking for ld used by gcc
629
configure:5701: result: /usr/x86_64-suse-linux/bin/ld
630
configure:5708: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
631
configure:5723: result: yes
632
configure:5730: checking for shared library run path origin
633
configure:5743: result: done
634
configure:6321: checking for iconv
635
configure:6345: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
636
configure:6345: $? = 0
637
configure:6379: result: yes
638
configure:6382: checking for working iconv
639
configure:6502: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
640
configure:6502: $? = 0
641
configure:6502: ./conftest
642
configure:6502: $? = 0
643
configure:6514: result: yes
644
configure:6542: checking for iconv declaration
645
configure:6571: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden  conftest.c >&5
646
configure:6571: $? = 0
647
configure:6582: result:
648
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
649
configure:6595: checking whether make sets $(MAKE)
650
configure:6617: result: yes
651
configure:6640: checking for a BSD-compatible install
652
configure:6708: result: /usr/bin/install -c
653
configure:6719: checking for a thread-safe mkdir -p
654
configure:6758: result: /usr/bin/mkdir -p
655
configure:6761: checking for a sed that does not truncate output
656
configure:6825: result: /usr/bin/sed
657
configure:6831: checking whether NLS is requested
658
configure:6840: result: yes
659
configure:6880: checking for msgfmt
660
configure: trying /usr/bin/msgfmt...
661
0 translated messages.
662
configure:6912: result: /usr/bin/msgfmt
663
configure:6921: checking for gmsgfmt
664
configure:6952: result: /usr/bin/msgfmt
665
configure:7002: checking for xgettext
666
configure:7037: result: no
667
configure:7079: checking for msgmerge
668
configure:7113: result: no
669
configure:7151: checking for CFPreferencesCopyAppValue
670
configure:7169: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
671
conftest.c:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
672
 #include <CoreFoundation/CFPreferences.h>
673
                                          ^
674
compilation terminated.
675
configure:7169: $? = 1
676
configure: failed program was:
677
| /* confdefs.h */
678
| #define PACKAGE_NAME "audacious"
679
| #define PACKAGE_TARNAME "audacious"
680
| #define PACKAGE_VERSION "3.5.2"
681
| #define PACKAGE_STRING "audacious 3.5.2"
682
| #define PACKAGE_BUGREPORT ""
683
| #define PACKAGE_URL ""
684
| #define PACKAGE "audacious"
685
| #define VERSION "3.5.2"
686
| #define STDC_HEADERS 1
687
| #define HAVE_SYS_TYPES_H 1
688
| #define HAVE_SYS_STAT_H 1
689
| #define HAVE_STDLIB_H 1
690
| #define HAVE_STRING_H 1
691
| #define HAVE_MEMORY_H 1
692
| #define HAVE_STRINGS_H 1
693
| #define HAVE_INTTYPES_H 1
694
| #define HAVE_STDINT_H 1
695
| #define HAVE_UNISTD_H 1
696
| #define PLUGIN_SUFFIX ".so"
697
| #define EXPORT __attribute__((visibility("default")))
698
| #define HAVE_SIGWAIT 1
699
| #define HAVE_PROC_SELF_EXE 1
700
| #define HAVE_ICONV 1
701
| #define ICONV_CONST 
702
| /* end confdefs.h.  */
703
| #include <CoreFoundation/CFPreferences.h>
704
| int
705
| main ()
706
| {
707
| CFPreferencesCopyAppValue(NULL, NULL)
708
|   ;
709
|   return 0;
710
| }
711
configure:7178: result: no
712
configure:7185: checking for CFLocaleCopyCurrent
713
configure:7203: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
714
conftest.c:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
715
 #include <CoreFoundation/CFLocale.h>
716
                                     ^
717
compilation terminated.
718
configure:7203: $? = 1
719
configure: failed program was:
720
| /* confdefs.h */
721
| #define PACKAGE_NAME "audacious"
722
| #define PACKAGE_TARNAME "audacious"
723
| #define PACKAGE_VERSION "3.5.2"
724
| #define PACKAGE_STRING "audacious 3.5.2"
725
| #define PACKAGE_BUGREPORT ""
726
| #define PACKAGE_URL ""
727
| #define PACKAGE "audacious"
728
| #define VERSION "3.5.2"
729
| #define STDC_HEADERS 1
730
| #define HAVE_SYS_TYPES_H 1
731
| #define HAVE_SYS_STAT_H 1
732
| #define HAVE_STDLIB_H 1
733
| #define HAVE_STRING_H 1
734
| #define HAVE_MEMORY_H 1
735
| #define HAVE_STRINGS_H 1
736
| #define HAVE_INTTYPES_H 1
737
| #define HAVE_STDINT_H 1
738
| #define HAVE_UNISTD_H 1
739
| #define PLUGIN_SUFFIX ".so"
740
| #define EXPORT __attribute__((visibility("default")))
741
| #define HAVE_SIGWAIT 1
742
| #define HAVE_PROC_SELF_EXE 1
743
| #define HAVE_ICONV 1
744
| #define ICONV_CONST 
745
| /* end confdefs.h.  */
746
| #include <CoreFoundation/CFLocale.h>
747
| int
748
| main ()
749
| {
750
| CFLocaleCopyCurrent();
751
|   ;
752
|   return 0;
753
| }
754
configure:7212: result: no
755
configure:7261: checking for GNU gettext in libc
756
configure:7285: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
757
configure:7285: $? = 0
758
configure:7294: result: yes
759
configure:8122: checking whether to use NLS
760
configure:8124: result: yes
761
configure:8127: checking where the gettext function comes from
762
configure:8138: result: libc
763
configure:8243: checking for LIBGUESS
764
configure:8250: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
765
Requested 'libguess >= 1.2' but version of libguess is 1.1
766
configure:8253: $? = 1
767
configure:8267: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
768
Requested 'libguess >= 1.2' but version of libguess is 1.1
769
configure:8270: $? = 1
770
configure:8284: result: no
771
Requested 'libguess >= 1.2' but version of libguess is 1.1
772
configure:8338: checking for gdbus-codegen
773
configure:8354: found /usr/bin/gdbus-codegen
774
configure:8366: result: yes
775
configure:8539: checking for tput
776
configure:8557: found /usr/bin/tput
777
configure:8569: result: /usr/bin/tput
778
configure:8655: creating ./config.status
779

    
780
## ---------------------- ##
781
## Running config.status. ##
782
## ---------------------- ##
783

    
784
This file was extended by audacious config.status 3.5.2, which was
785
generated by GNU Autoconf 2.69.  Invocation command line was
786

    
787
  CONFIG_FILES    = 
788
  CONFIG_HEADERS  = 
789
  CONFIG_LINKS    = 
790
  CONFIG_COMMANDS = 
791
  $ ./config.status 
792

    
793
on comp.site
794

    
795
config.status:930: creating audacious.pc
796
config.status:1038: WARNING:  'audacious.pc.in' seems to ignore the --datarootdir setting
797
config.status:930: creating buildsys.mk
798
config.status:930: creating extra.mk
799
config.status:930: creating man/audtool.1
800
config.status:930: creating man/audacious.1
801
config.status:930: creating src/libaudcore/audio.h
802
config.status:930: creating src/libaudcore/tinylock.h
803
config.status:930: creating config.h
804
config.status:1111: config.h is unchanged
805
config.status:1125: executing po-directories commands
806

    
807
## ---------------- ##
808
## Cache variables. ##
809
## ---------------- ##
810

    
811
ac_cv_build=x86_64-unknown-linux-gnu
812
ac_cv_c_bigendian=no
813
ac_cv_c_compiler_gnu=yes
814
ac_cv_cxx_compiler_gnu=no
815
ac_cv_env_CCC_set=
816
ac_cv_env_CCC_value=
817
ac_cv_env_CC_set=
818
ac_cv_env_CC_value=
819
ac_cv_env_CFLAGS_set=
820
ac_cv_env_CFLAGS_value=
821
ac_cv_env_CPPFLAGS_set=
822
ac_cv_env_CPPFLAGS_value=
823
ac_cv_env_CPP_set=
824
ac_cv_env_CPP_value=
825
ac_cv_env_CXXFLAGS_set=
826
ac_cv_env_CXXFLAGS_value=
827
ac_cv_env_CXX_set=
828
ac_cv_env_CXX_value=
829
ac_cv_env_GIO_CFLAGS_set=
830
ac_cv_env_GIO_CFLAGS_value=
831
ac_cv_env_GIO_LIBS_set=
832
ac_cv_env_GIO_LIBS_value=
833
ac_cv_env_GLIB_CFLAGS_set=
834
ac_cv_env_GLIB_CFLAGS_value=
835
ac_cv_env_GLIB_LIBS_set=
836
ac_cv_env_GLIB_LIBS_value=
837
ac_cv_env_GMODULE_CFLAGS_set=
838
ac_cv_env_GMODULE_CFLAGS_value=
839
ac_cv_env_GMODULE_LIBS_set=
840
ac_cv_env_GMODULE_LIBS_value=
841
ac_cv_env_GTK_CFLAGS_set=
842
ac_cv_env_GTK_CFLAGS_value=
843
ac_cv_env_GTK_LIBS_set=
844
ac_cv_env_GTK_LIBS_value=
845
ac_cv_env_LDFLAGS_set=
846
ac_cv_env_LDFLAGS_value=
847
ac_cv_env_LIBGUESS_CFLAGS_set=
848
ac_cv_env_LIBGUESS_CFLAGS_value=
849
ac_cv_env_LIBGUESS_LIBS_set=
850
ac_cv_env_LIBGUESS_LIBS_value=
851
ac_cv_env_LIBS_set=
852
ac_cv_env_LIBS_value=
853
ac_cv_env_PKG_CONFIG_LIBDIR_set=
854
ac_cv_env_PKG_CONFIG_LIBDIR_value=
855
ac_cv_env_PKG_CONFIG_PATH_set=
856
ac_cv_env_PKG_CONFIG_PATH_value=
857
ac_cv_env_PKG_CONFIG_set=
858
ac_cv_env_PKG_CONFIG_value=
859
ac_cv_env_build_alias_set=
860
ac_cv_env_build_alias_value=
861
ac_cv_env_host_alias_set=
862
ac_cv_env_host_alias_value=
863
ac_cv_env_target_alias_set=
864
ac_cv_env_target_alias_value=
865
ac_cv_func_sigwait=yes
866
ac_cv_header_inttypes_h=yes
867
ac_cv_header_memory_h=yes
868
ac_cv_header_stdc=yes
869
ac_cv_header_stdint_h=yes
870
ac_cv_header_stdlib_h=yes
871
ac_cv_header_string_h=yes
872
ac_cv_header_strings_h=yes
873
ac_cv_header_sys_stat_h=yes
874
ac_cv_header_sys_types_h=yes
875
ac_cv_header_unistd_h=yes
876
ac_cv_host=x86_64-unknown-linux-gnu
877
ac_cv_objext=o
878
ac_cv_path_AR=/usr/bin/ar
879
ac_cv_path_CP=/usr/bin/cp
880
ac_cv_path_EGREP='/usr/bin/grep -E'
881
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
882
ac_cv_path_GREP=/usr/bin/grep
883
ac_cv_path_MSGFMT=/usr/bin/msgfmt
884
ac_cv_path_MSGMERGE=:
885
ac_cv_path_MV=/usr/bin/mv
886
ac_cv_path_RANLIB=/usr/bin/ranlib
887
ac_cv_path_RM=/usr/bin/rm
888
ac_cv_path_SED=/usr/bin/sed
889
ac_cv_path_TPUT=/usr/bin/tput
890
ac_cv_path_XGETTEXT=:
891
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
892
ac_cv_path_install='/usr/bin/install -c'
893
ac_cv_path_mkdir=/usr/bin/mkdir
894
ac_cv_prog_CPP='gcc -E'
895
ac_cv_prog_ac_ct_CC=gcc
896
ac_cv_prog_cc_c89=
897
ac_cv_prog_cc_g=yes
898
ac_cv_prog_cxx_g=no
899
ac_cv_prog_have_dbus=yes
900
ac_cv_prog_make_make_set=yes
901
ac_cv_search_pthread_create=-lpthread
902
ac_cv_sys_file_offset_bits=no
903
ac_cv_sys_largefile_CC=no
904
ac_cv_target=x86_64-unknown-linux-gnu
905
acl_cv_hardcode_direct=no
906
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
907
acl_cv_hardcode_libdir_separator=
908
acl_cv_hardcode_minus_L=no
909
acl_cv_libext=a
910
acl_cv_libname_spec='lib$name'
911
acl_cv_library_names_spec='$libname$shrext'
912
acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
913
acl_cv_prog_gnu_ld=yes
914
acl_cv_rpath=done
915
acl_cv_shlibext=so
916
acl_cv_wl=-Wl,
917
am_cv_func_iconv=yes
918
am_cv_func_iconv_works=yes
919
am_cv_lib_iconv=no
920
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
921
am_cv_proto_iconv_arg1=
922
gt_cv_func_CFLocaleCopyCurrent=no
923
gt_cv_func_CFPreferencesCopyAppValue=no
924
gt_cv_func_gnugettext1_libc=yes
925
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
926
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
927
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
928
pkg_cv_GLIB_LIBS='-lglib-2.0 '
929
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
930
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
931
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -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/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
932
pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
933

    
934
## ----------------- ##
935
## Output variables. ##
936
## ----------------- ##
937

    
938
AR='/usr/bin/ar'
939
BIGENDIAN='0'
940
CC='gcc'
941
CC_DEPENDS='yes'
942
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden'
943
CLEAN_LIB=''
944
CP='/usr/bin/cp'
945
CPP='gcc -E'
946
CPPFLAGS=' -include config.h'
947
CXX='g++'
948
CXXFLAGS=' -Wall -pipe -Wtype-limits -fvisibility=hidden'
949
CXX_DEPENDS=''
950
DEFS='-DHAVE_CONFIG_H'
951
ECHO_C=''
952
ECHO_N='-n'
953
ECHO_T=''
954
EGREP='/usr/bin/grep -E'
955
EXEEXT=''
956
GETTEXT_MACRO_VERSION='0.19'
957
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
958
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
959
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
960
GLIB_LIBS='-lglib-2.0 '
961
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
962
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
963
GMSGFMT='/usr/bin/msgfmt'
964
GMSGFMT_015='/usr/bin/msgfmt'
965
GREP='/usr/bin/grep'
966
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -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/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
967
GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
968
HAVE_LINUX='yes'
969
HAVE_MSWINDOWS='no'
970
INSTALL_DATA='${INSTALL} -m 644'
971
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'
972
INSTALL_PROGRAM='${INSTALL}'
973
INSTALL_SCRIPT='${INSTALL}'
974
INTLLIBS=''
975
INTL_MACOSX_LIBS=''
976
LDFLAGS=' -Wl,-z,defs'
977
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
978
LIBGUESS_CFLAGS=''
979
LIBGUESS_LIBS=''
980
LIBICONV=''
981
LIBINTL=''
982
LIBOBJS=''
983
LIBS='-lpthread   '
984
LIB_CFLAGS='-fPIC -DPIC'
985
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
986
LIB_PREFIX='lib'
987
LIB_SUFFIX='.so'
988
LN_S='ln -s'
989
LTLIBICONV=''
990
LTLIBINTL=''
991
LTLIBOBJS=''
992
MKDIR_P='/usr/bin/mkdir -p'
993
MSGFMT='/usr/bin/msgfmt'
994
MSGFMT_015='/usr/bin/msgfmt'
995
MSGMERGE=':'
996
MV='/usr/bin/mv'
997
OBJCXX_DEPENDS=''
998
OBJC_DEPENDS=''
999
OBJEXT='o'
1000
PACKAGE_BUGREPORT=''
1001
PACKAGE_NAME='audacious'
1002
PACKAGE_STRING='audacious 3.5.2'
1003
PACKAGE_TARNAME='audacious'
1004
PACKAGE_URL=''
1005
PACKAGE_VERSION='3.5.2'
1006
PATH_SEPARATOR=':'
1007
PKG_CONFIG='/usr/bin/pkg-config'
1008
PKG_CONFIG_LIBDIR=''
1009
PKG_CONFIG_PATH=''
1010
PLUGIN_CFLAGS='-fPIC -DPIC'
1011
PLUGIN_LDFLAGS='-shared'
1012
PLUGIN_SUFFIX='.so'
1013
POSUB='po'
1014
RANLIB='/usr/bin/ranlib'
1015
RM='/usr/bin/rm'
1016
SED='/usr/bin/sed'
1017
SET_MAKE=''
1018
SHELL='/bin/sh'
1019
TERM_BOLD=''
1020
TERM_EL=''
1021
TERM_SETAF1=''
1022
TERM_SETAF2=''
1023
TERM_SETAF3=''
1024
TERM_SETAF4=''
1025
TERM_SETAF6=''
1026
TERM_SGR0='(B'
1027
TPUT='/usr/bin/tput'
1028
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
1029
USE_CHARDET='no'
1030
USE_DBUS='yes'
1031
USE_NLS='yes'
1032
VALGRIND_FRIENDLY='0'
1033
WINDRES=''
1034
XGETTEXT=':'
1035
XGETTEXT_015=':'
1036
XGETTEXT_EXTRA_OPTIONS=''
1037
ac_ct_CC='gcc'
1038
ac_ct_CXX=''
1039
bindir='${exec_prefix}/bin'
1040
build='x86_64-unknown-linux-gnu'
1041
build_alias=''
1042
build_cpu='x86_64'
1043
build_os='linux-gnu'
1044
build_vendor='unknown'
1045
datadir='${datarootdir}'
1046
datarootdir='${prefix}/share'
1047
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1048
dvidir='${docdir}'
1049
exec_prefix='${prefix}'
1050
have_dbus='yes'
1051
host='x86_64-unknown-linux-gnu'
1052
host_alias=''
1053
host_cpu='x86_64'
1054
host_os='linux-gnu'
1055
host_vendor='unknown'
1056
htmldir='${docdir}'
1057
includedir='${prefix}/include'
1058
infodir='${datarootdir}/info'
1059
libdir='${exec_prefix}/lib64'
1060
libexecdir='${exec_prefix}/lib'
1061
localedir='${prefix}/share/locale'
1062
localstatedir='${prefix}/var'
1063
mandir='${datarootdir}/man'
1064
oldincludedir='/usr/include'
1065
pdfdir='${docdir}'
1066
pkgconfigdir='${libdir}/pkgconfig'
1067
plugindir='${exec_prefix}/lib64/audacious'
1068
prefix='/usr/local'
1069
program_transform_name='s,x,x,'
1070
psdir='${docdir}'
1071
sbindir='${exec_prefix}/sbin'
1072
sharedstatedir='${prefix}/com'
1073
sysconfdir='${prefix}/etc'
1074
target='x86_64-unknown-linux-gnu'
1075
target_alias=''
1076
target_cpu='x86_64'
1077
target_os='linux-gnu'
1078
target_vendor='unknown'
1079

    
1080
## ----------- ##
1081
## confdefs.h. ##
1082
## ----------- ##
1083

    
1084
/* confdefs.h */
1085
#define PACKAGE_NAME "audacious"
1086
#define PACKAGE_TARNAME "audacious"
1087
#define PACKAGE_VERSION "3.5.2"
1088
#define PACKAGE_STRING "audacious 3.5.2"
1089
#define PACKAGE_BUGREPORT ""
1090
#define PACKAGE_URL ""
1091
#define PACKAGE "audacious"
1092
#define VERSION "3.5.2"
1093
#define STDC_HEADERS 1
1094
#define HAVE_SYS_TYPES_H 1
1095
#define HAVE_SYS_STAT_H 1
1096
#define HAVE_STDLIB_H 1
1097
#define HAVE_STRING_H 1
1098
#define HAVE_MEMORY_H 1
1099
#define HAVE_STRINGS_H 1
1100
#define HAVE_INTTYPES_H 1
1101
#define HAVE_STDINT_H 1
1102
#define HAVE_UNISTD_H 1
1103
#define PLUGIN_SUFFIX ".so"
1104
#define EXPORT __attribute__((visibility("default")))
1105
#define HAVE_SIGWAIT 1
1106
#define HAVE_PROC_SELF_EXE 1
1107
#define HAVE_ICONV 1
1108
#define ICONV_CONST 
1109
#define ENABLE_NLS 1
1110
#define HAVE_GETTEXT 1
1111
#define HAVE_DCGETTEXT 1
1112
#define BUILDSTAMP "unknown build"
1113
#define USE_DBUS 1
1114

    
1115
configure: exit 0