summaryrefslogtreecommitdiff
path: root/config.log (plain)
blob: 7102b762cb22e224b603ea96c819c1d35faffeee
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by zvbi configure 0.2.33, which was
5generated by GNU Autoconf 2.61. Invocation command line was
6
7 $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = linux-gk
14uname -m = x86_64
15uname -r = 3.3.6-1-ARCH
16uname -s = Linux
17uname -v = #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012
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
30PATH: /usr/lib/jvm/java-6-sun/bin
31PATH: .
32PATH: .
33PATH: .
34PATH: .
35PATH: .
36PATH: .
37PATH: .
38PATH: .
39PATH: /usr/local/bin
40PATH: /usr/bin
41PATH: /bin
42PATH: /usr/local/sbin
43PATH: /usr/sbin
44PATH: /sbin
45PATH: /opt/arm-2010q1/bin
46PATH: /opt/jdk1.6.0_31/bin
47PATH: /opt/jdk1.6.0_31/jre/bin
48PATH: /usr/bin/core_perl
49PATH: /home/gk/work/ics/out/host/linux-x86/bin
50PATH: /home/gk/work/ics/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin
51PATH: /home/gk/work/ics/development/emulator/qtools
52PATH: /home/gk/work/ics/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin
53PATH: /home/gk/work/ics/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin
54
55
56## ----------- ##
57## Core tests. ##
58## ----------- ##
59
60configure:2047: checking for a BSD-compatible install
61configure:2103: result: /usr/bin/install -c
62configure:2114: checking whether build environment is sane
63configure:2157: result: yes
64configure:2222: checking for gawk
65configure:2238: found /usr/bin/gawk
66configure:2249: result: gawk
67configure:2260: checking whether make sets $(MAKE)
68configure:2281: result: yes
69configure:2483: checking whether to enable maintainer-specific portions of Makefiles
70configure:2492: result: no
71configure:2566: checking for gcc
72configure:2582: found /usr/bin/gcc
73configure:2593: result: gcc
74configure:2831: checking for C compiler version
75configure:2838: gcc --version >&5
76gcc (GCC) 4.7.0 20120505 (prerelease)
77Copyright (C) 2012 Free Software Foundation, Inc.
78This is free software; see the source for copying conditions. There is NO
79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
80
81configure:2841: $? = 0
82configure:2848: gcc -v >&5
83Using built-in specs.
84COLLECT_GCC=gcc
85COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
86Target: x86_64-unknown-linux-gnu
87Configured with: /build/src/gcc-4.7-20120505/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --enable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release --with-fpmath=sse
88Thread model: posix
89gcc version 4.7.0 20120505 (prerelease) (GCC)
90configure:2851: $? = 0
91configure:2858: gcc -V >&5
92gcc: error: unrecognized command line option '-V'
93gcc: fatal error: no input files
94compilation terminated.
95configure:2861: $? = 1
96configure:2884: checking for C compiler default output file name
97configure:2911: gcc conftest.c >&5
98configure:2914: $? = 0
99configure:2952: result: a.out
100configure:2969: checking whether the C compiler works
101configure:2979: ./a.out
102configure:2982: $? = 0
103configure:2999: result: yes
104configure:3006: checking whether we are cross compiling
105configure:3008: result: no
106configure:3011: checking for suffix of executables
107configure:3018: gcc -o conftest conftest.c >&5
108configure:3021: $? = 0
109configure:3045: result:
110configure:3051: checking for suffix of object files
111configure:3077: gcc -c conftest.c >&5
112configure:3080: $? = 0
113configure:3103: result: o
114configure:3107: checking whether we are using the GNU C compiler
115configure:3136: gcc -c conftest.c >&5
116configure:3142: $? = 0
117configure:3159: result: yes
118configure:3164: checking whether gcc accepts -g
119configure:3194: gcc -c -g conftest.c >&5
120configure:3200: $? = 0
121configure:3299: result: yes
122configure:3316: checking for gcc option to accept ISO C89
123configure:3390: gcc -c -g -O2 conftest.c >&5
124configure:3396: $? = 0
125configure:3419: result: none needed
126configure:3448: checking for style of include used by make
127configure:3476: result: GNU
128configure:3504: checking dependency style of gcc
129configure:3594: result: gcc3
130configure:3670: checking for g++
131configure:3686: found /usr/bin/g++
132configure:3697: result: g++
133configure:3728: checking for C++ compiler version
134configure:3735: g++ --version >&5
135g++ (GCC) 4.7.0 20120505 (prerelease)
136Copyright (C) 2012 Free Software Foundation, Inc.
137This is free software; see the source for copying conditions. There is NO
138warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
139
140configure:3738: $? = 0
141configure:3745: g++ -v >&5
142Using built-in specs.
143COLLECT_GCC=g++
144COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
145Target: x86_64-unknown-linux-gnu
146Configured with: /build/src/gcc-4.7-20120505/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --enable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release --with-fpmath=sse
147Thread model: posix
148gcc version 4.7.0 20120505 (prerelease) (GCC)
149configure:3748: $? = 0
150configure:3755: g++ -V >&5
151g++: error: unrecognized command line option '-V'
152g++: fatal error: no input files
153compilation terminated.
154configure:3758: $? = 1
155configure:3761: checking whether we are using the GNU C++ compiler
156configure:3790: g++ -c conftest.cpp >&5
157configure:3796: $? = 0
158configure:3813: result: yes
159configure:3818: checking whether g++ accepts -g
160configure:3848: g++ -c -g conftest.cpp >&5
161configure:3854: $? = 0
162configure:3953: result: yes
163configure:3978: checking dependency style of g++
164configure:4068: result: gcc3
165configure:4101: checking for strndup
166configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
167conftest.c:34:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
168configure:4163: $? = 0
169configure:4181: result: yes
170configure:4101: checking for strlcpy
171configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
172/tmp/ccEMIq9P.o: In function `main':
173/home/gk/work/ics/external/zvbi-0.2.33/conftest.c:46: undefined reference to `strlcpy'
174collect2: error: ld returned 1 exit status
175configure:4163: $? = 1
176configure: failed program was:
177| /* confdefs.h. */
178| #define PACKAGE_NAME "zvbi"
179| #define PACKAGE_TARNAME "zvbi"
180| #define PACKAGE_VERSION "0.2.33"
181| #define PACKAGE_STRING "zvbi 0.2.33"
182| #define PACKAGE_BUGREPORT ""
183| #define PACKAGE "zvbi"
184| #define VERSION "0.2.33"
185| #define _GNU_SOURCE 1
186| #define HAVE_STRNDUP 1
187| /* end confdefs.h. */
188| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
189| For example, HP-UX 11i <limits.h> declares gettimeofday. */
190| #define strlcpy innocuous_strlcpy
191|
192| /* System header to define __stub macros and hopefully few prototypes,
193| which can conflict with char strlcpy (); below.
194| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
195| <limits.h> exists even on freestanding compilers. */
196|
197| #ifdef __STDC__
198| # include <limits.h>
199| #else
200| # include <assert.h>
201| #endif
202|
203| #undef strlcpy
204|
205| /* Override any GCC internal prototype to avoid an error.
206| Use char because int might match the return type of a GCC
207| builtin and then its argument prototype would still apply. */
208| #ifdef __cplusplus
209| extern "C"
210| #endif
211| char strlcpy ();
212| /* The GNU C library defines this for functions which it implements
213| to always fail with ENOSYS. Some functions are actually named
214| something starting with __ and the normal name is an alias. */
215| #if defined __stub_strlcpy || defined __stub___strlcpy
216| choke me
217| #endif
218|
219| int
220| main ()
221| {
222| return strlcpy ();
223| ;
224| return 0;
225| }
226configure:4181: result: no
227configure:4101: checking for asprintf
228configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
229configure:4163: $? = 0
230configure:4181: result: yes
231configure:4101: checking for vasprintf
232configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
233configure:4163: $? = 0
234configure:4181: result: yes
235configure:4101: checking for getopt_long
236configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
237configure:4163: $? = 0
238configure:4181: result: yes
239configure:4101: checking for getaddrinfo
240configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
241configure:4163: $? = 0
242configure:4181: result: yes
243configure:4101: checking for clock_settime
244configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
245/tmp/ccy7hQ15.o: In function `main':
246/home/gk/work/ics/external/zvbi-0.2.33/conftest.c:50: undefined reference to `clock_settime'
247collect2: error: ld returned 1 exit status
248configure:4163: $? = 1
249configure: failed program was:
250| /* confdefs.h. */
251| #define PACKAGE_NAME "zvbi"
252| #define PACKAGE_TARNAME "zvbi"
253| #define PACKAGE_VERSION "0.2.33"
254| #define PACKAGE_STRING "zvbi 0.2.33"
255| #define PACKAGE_BUGREPORT ""
256| #define PACKAGE "zvbi"
257| #define VERSION "0.2.33"
258| #define _GNU_SOURCE 1
259| #define HAVE_STRNDUP 1
260| #define HAVE_ASPRINTF 1
261| #define HAVE_VASPRINTF 1
262| #define HAVE_GETOPT_LONG 1
263| #define HAVE_GETADDRINFO 1
264| /* end confdefs.h. */
265| /* Define clock_settime to an innocuous variant, in case <limits.h> declares clock_settime.
266| For example, HP-UX 11i <limits.h> declares gettimeofday. */
267| #define clock_settime innocuous_clock_settime
268|
269| /* System header to define __stub macros and hopefully few prototypes,
270| which can conflict with char clock_settime (); below.
271| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
272| <limits.h> exists even on freestanding compilers. */
273|
274| #ifdef __STDC__
275| # include <limits.h>
276| #else
277| # include <assert.h>
278| #endif
279|
280| #undef clock_settime
281|
282| /* Override any GCC internal prototype to avoid an error.
283| Use char because int might match the return type of a GCC
284| builtin and then its argument prototype would still apply. */
285| #ifdef __cplusplus
286| extern "C"
287| #endif
288| char clock_settime ();
289| /* The GNU C library defines this for functions which it implements
290| to always fail with ENOSYS. Some functions are actually named
291| something starting with __ and the normal name is an alias. */
292| #if defined __stub_clock_settime || defined __stub___clock_settime
293| choke me
294| #endif
295|
296| int
297| main ()
298| {
299| return clock_settime ();
300| ;
301| return 0;
302| }
303configure:4181: result: no
304configure:4101: checking for program_invocation_name
305configure:4157: gcc -o conftest -g -O2 conftest.c -lm >&5
306configure:4163: $? = 0
307configure:4181: result: yes
308configure:4192: checking for sincos
309configure:4213: gcc -o conftest -g -O2 conftest.c -lm >&5
310conftest.c: In function 'main':
311conftest.c:7:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default]
312configure:4219: $? = 0
313configure:4226: result: yes
314configure:4247: checking for log2
315configure:4267: gcc -o conftest -g -O2 conftest.c -lm >&5
316configure:4273: $? = 0
317configure:4280: result: yes
318configure:4301: checking for strerror_r
319configure:4318: gcc -c -g -O2 conftest.c >&5
320conftest.c: In function 'main':
321conftest.c:5:8: error: invalid type argument of unary '*' (have 'int')
322configure:4324: $? = 1
323configure: failed program was:
324|
325| #include <stdlib.h>
326| #include <string.h>
327| int main (void) {
328| return *strerror_r (22, malloc (128), 128);
329| }
330|
331configure:4360: gcc -c -g -O2 conftest.c >&5
332configure:4366: $? = 0
333configure:4372: result: yes, SUSV3 version
334configure:4411: checking how to run the C preprocessor
335configure:4451: gcc -E conftest.c
336configure:4457: $? = 0
337configure:4488: gcc -E conftest.c
338conftest.c:22:28: fatal error: ac_nonexistent.h: No such file or directory
339compilation terminated.
340configure:4494: $? = 1
341configure: failed program was:
342| /* confdefs.h. */
343| #define PACKAGE_NAME "zvbi"
344| #define PACKAGE_TARNAME "zvbi"
345| #define PACKAGE_VERSION "0.2.33"
346| #define PACKAGE_STRING "zvbi 0.2.33"
347| #define PACKAGE_BUGREPORT ""
348| #define PACKAGE "zvbi"
349| #define VERSION "0.2.33"
350| #define _GNU_SOURCE 1
351| #define HAVE_STRNDUP 1
352| #define HAVE_ASPRINTF 1
353| #define HAVE_VASPRINTF 1
354| #define HAVE_GETOPT_LONG 1
355| #define HAVE_GETADDRINFO 1
356| #define HAVE_PROGRAM_INVOCATION_NAME 1
357| #define HAVE_SINCOS 1
358| #define HAVE_LOG2 1
359| #define HAVE_SUSV3_STRERROR_R 1
360| #define Z_LITTLE_ENDIAN 1234
361| #define Z_BIG_ENDIAN 4321
362| /* end confdefs.h. */
363| #include <ac_nonexistent.h>
364configure:4527: result: gcc -E
365configure:4556: gcc -E conftest.c
366configure:4562: $? = 0
367configure:4593: gcc -E conftest.c
368conftest.c:22:28: fatal error: ac_nonexistent.h: No such file or directory
369compilation terminated.
370configure:4599: $? = 1
371configure: failed program was:
372| /* confdefs.h. */
373| #define PACKAGE_NAME "zvbi"
374| #define PACKAGE_TARNAME "zvbi"
375| #define PACKAGE_VERSION "0.2.33"
376| #define PACKAGE_STRING "zvbi 0.2.33"
377| #define PACKAGE_BUGREPORT ""
378| #define PACKAGE "zvbi"
379| #define VERSION "0.2.33"
380| #define _GNU_SOURCE 1
381| #define HAVE_STRNDUP 1
382| #define HAVE_ASPRINTF 1
383| #define HAVE_VASPRINTF 1
384| #define HAVE_GETOPT_LONG 1
385| #define HAVE_GETADDRINFO 1
386| #define HAVE_PROGRAM_INVOCATION_NAME 1
387| #define HAVE_SINCOS 1
388| #define HAVE_LOG2 1
389| #define HAVE_SUSV3_STRERROR_R 1
390| #define Z_LITTLE_ENDIAN 1234
391| #define Z_BIG_ENDIAN 4321
392| /* end confdefs.h. */
393| #include <ac_nonexistent.h>
394configure:4637: checking for grep that handles long lines and -e
395configure:4711: result: /usr/bin/grep
396configure:4716: checking for egrep
397configure:4794: result: /usr/bin/grep -E
398configure:4799: checking for ANSI C header files
399configure:4829: gcc -c -g -O2 conftest.c >&5
400configure:4835: $? = 0
401configure:4934: gcc -o conftest -g -O2 conftest.c -lm >&5
402configure:4937: $? = 0
403configure:4943: ./conftest
404configure:4946: $? = 0
405configure:4963: result: yes
406configure:4987: checking for sys/types.h
407configure:5008: gcc -c -g -O2 conftest.c >&5
408configure:5014: $? = 0
409configure:5030: result: yes
410configure:4987: checking for sys/stat.h
411configure:5008: gcc -c -g -O2 conftest.c >&5
412configure:5014: $? = 0
413configure:5030: result: yes
414configure:4987: checking for stdlib.h
415configure:5008: gcc -c -g -O2 conftest.c >&5
416configure:5014: $? = 0
417configure:5030: result: yes
418configure:4987: checking for string.h
419configure:5008: gcc -c -g -O2 conftest.c >&5
420configure:5014: $? = 0
421configure:5030: result: yes
422configure:4987: checking for memory.h
423configure:5008: gcc -c -g -O2 conftest.c >&5
424configure:5014: $? = 0
425configure:5030: result: yes
426configure:4987: checking for strings.h
427configure:5008: gcc -c -g -O2 conftest.c >&5
428configure:5014: $? = 0
429configure:5030: result: yes
430configure:4987: checking for inttypes.h
431configure:5008: gcc -c -g -O2 conftest.c >&5
432configure:5014: $? = 0
433configure:5030: result: yes
434configure:4987: checking for stdint.h
435configure:5008: gcc -c -g -O2 conftest.c >&5
436configure:5014: $? = 0
437configure:5030: result: yes
438configure:4987: checking for unistd.h
439configure:5008: gcc -c -g -O2 conftest.c >&5
440configure:5014: $? = 0
441configure:5030: result: yes
442configure:5042: checking whether byte ordering is bigendian
443configure:5075: gcc -c -g -O2 conftest.c >&5
444configure:5081: $? = 0
445configure:5113: gcc -c -g -O2 conftest.c >&5
446conftest.c: In function 'main':
447conftest.c:39:2: error: unknown type name 'not'
448conftest.c:39:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
449configure:5119: $? = 1
450configure: failed program was:
451| /* confdefs.h. */
452| #define PACKAGE_NAME "zvbi"
453| #define PACKAGE_TARNAME "zvbi"
454| #define PACKAGE_VERSION "0.2.33"
455| #define PACKAGE_STRING "zvbi 0.2.33"
456| #define PACKAGE_BUGREPORT ""
457| #define PACKAGE "zvbi"
458| #define VERSION "0.2.33"
459| #define _GNU_SOURCE 1
460| #define HAVE_STRNDUP 1
461| #define HAVE_ASPRINTF 1
462| #define HAVE_VASPRINTF 1
463| #define HAVE_GETOPT_LONG 1
464| #define HAVE_GETADDRINFO 1
465| #define HAVE_PROGRAM_INVOCATION_NAME 1
466| #define HAVE_SINCOS 1
467| #define HAVE_LOG2 1
468| #define HAVE_SUSV3_STRERROR_R 1
469| #define Z_LITTLE_ENDIAN 1234
470| #define Z_BIG_ENDIAN 4321
471| #define STDC_HEADERS 1
472| #define HAVE_SYS_TYPES_H 1
473| #define HAVE_SYS_STAT_H 1
474| #define HAVE_STDLIB_H 1
475| #define HAVE_STRING_H 1
476| #define HAVE_MEMORY_H 1
477| #define HAVE_STRINGS_H 1
478| #define HAVE_INTTYPES_H 1
479| #define HAVE_STDINT_H 1
480| #define HAVE_UNISTD_H 1
481| /* end confdefs.h. */
482| #include <sys/types.h>
483| #include <sys/param.h>
484|
485| int
486| main ()
487| {
488| #if BYTE_ORDER != BIG_ENDIAN
489| not big endian
490| #endif
491|
492| ;
493| return 0;
494| }
495configure:5259: result: no
496configure:5361: checking build system type
497configure:5379: result: x86_64-unknown-linux-gnu
498configure:5401: checking host system type
499configure:5416: result: x86_64-unknown-linux-gnu
500configure:5438: checking for a sed that does not truncate output
501configure:5492: result: /bin/sed
502configure:5506: checking for ld used by gcc
503configure:5573: result: /usr/bin/ld
504configure:5582: checking if the linker (/usr/bin/ld) is GNU ld
505configure:5597: result: yes
506configure:5602: checking for /usr/bin/ld option to reload object files
507configure:5609: result: -r
508configure:5627: checking for BSD-compatible nm
509configure:5669: result: /usr/bin/nm -B
510configure:5673: checking whether ln -s works
511configure:5677: result: yes
512configure:5684: checking how to recognise dependent libraries
513configure:5856: result: pass_all
514configure:5940: gcc -c -g -O2 conftest.c >&5
515configure:5943: $? = 0
516configure:6076: checking dlfcn.h usability
517configure:6093: gcc -c -g -O2 conftest.c >&5
518configure:6099: $? = 0
519configure:6113: result: yes
520configure:6117: checking dlfcn.h presence
521configure:6132: gcc -E conftest.c
522configure:6138: $? = 0
523configure:6152: result: yes
524configure:6180: checking for dlfcn.h
525configure:6188: result: yes
526configure:6211: checking how to run the C++ preprocessor
527configure:6247: g++ -E conftest.cpp
528configure:6253: $? = 0
529configure:6284: g++ -E conftest.cpp
530conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
531compilation terminated.
532configure:6290: $? = 1
533configure: failed program was:
534| /* confdefs.h. */
535| #define PACKAGE_NAME "zvbi"
536| #define PACKAGE_TARNAME "zvbi"
537| #define PACKAGE_VERSION "0.2.33"
538| #define PACKAGE_STRING "zvbi 0.2.33"
539| #define PACKAGE_BUGREPORT ""
540| #define PACKAGE "zvbi"
541| #define VERSION "0.2.33"
542| #define _GNU_SOURCE 1
543| #define HAVE_STRNDUP 1
544| #define HAVE_ASPRINTF 1
545| #define HAVE_VASPRINTF 1
546| #define HAVE_GETOPT_LONG 1
547| #define HAVE_GETADDRINFO 1
548| #define HAVE_PROGRAM_INVOCATION_NAME 1
549| #define HAVE_SINCOS 1
550| #define HAVE_LOG2 1
551| #define HAVE_SUSV3_STRERROR_R 1
552| #define Z_LITTLE_ENDIAN 1234
553| #define Z_BIG_ENDIAN 4321
554| #define STDC_HEADERS 1
555| #define HAVE_SYS_TYPES_H 1
556| #define HAVE_SYS_STAT_H 1
557| #define HAVE_STDLIB_H 1
558| #define HAVE_STRING_H 1
559| #define HAVE_MEMORY_H 1
560| #define HAVE_STRINGS_H 1
561| #define HAVE_INTTYPES_H 1
562| #define HAVE_STDINT_H 1
563| #define HAVE_UNISTD_H 1
564| #define Z_BYTE_ORDER 1234
565| #define HAVE_DLFCN_H 1
566| /* end confdefs.h. */
567| #include <ac_nonexistent.h>
568configure:6323: result: g++ -E
569configure:6352: g++ -E conftest.cpp
570configure:6358: $? = 0
571configure:6389: g++ -E conftest.cpp
572conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
573compilation terminated.
574configure:6395: $? = 1
575configure: failed program was:
576| /* confdefs.h. */
577| #define PACKAGE_NAME "zvbi"
578| #define PACKAGE_TARNAME "zvbi"
579| #define PACKAGE_VERSION "0.2.33"
580| #define PACKAGE_STRING "zvbi 0.2.33"
581| #define PACKAGE_BUGREPORT ""
582| #define PACKAGE "zvbi"
583| #define VERSION "0.2.33"
584| #define _GNU_SOURCE 1
585| #define HAVE_STRNDUP 1
586| #define HAVE_ASPRINTF 1
587| #define HAVE_VASPRINTF 1
588| #define HAVE_GETOPT_LONG 1
589| #define HAVE_GETADDRINFO 1
590| #define HAVE_PROGRAM_INVOCATION_NAME 1
591| #define HAVE_SINCOS 1
592| #define HAVE_LOG2 1
593| #define HAVE_SUSV3_STRERROR_R 1
594| #define Z_LITTLE_ENDIAN 1234
595| #define Z_BIG_ENDIAN 4321
596| #define STDC_HEADERS 1
597| #define HAVE_SYS_TYPES_H 1
598| #define HAVE_SYS_STAT_H 1
599| #define HAVE_STDLIB_H 1
600| #define HAVE_STRING_H 1
601| #define HAVE_MEMORY_H 1
602| #define HAVE_STRINGS_H 1
603| #define HAVE_INTTYPES_H 1
604| #define HAVE_STDINT_H 1
605| #define HAVE_UNISTD_H 1
606| #define Z_BYTE_ORDER 1234
607| #define HAVE_DLFCN_H 1
608| /* end confdefs.h. */
609| #include <ac_nonexistent.h>
610configure:6488: checking for g77
611configure:6518: result: no
612configure:6488: checking for xlf
613configure:6518: result: no
614configure:6488: checking for f77
615configure:6518: result: no
616configure:6488: checking for frt
617configure:6518: result: no
618configure:6488: checking for pgf77
619configure:6518: result: no
620configure:6488: checking for cf77
621configure:6518: result: no
622configure:6488: checking for fort77
623configure:6518: result: no
624configure:6488: checking for fl32
625configure:6518: result: no
626configure:6488: checking for af77
627configure:6518: result: no
628configure:6488: checking for xlf90
629configure:6518: result: no
630configure:6488: checking for f90
631configure:6518: result: no
632configure:6488: checking for pgf90
633configure:6518: result: no
634configure:6488: checking for pghpf
635configure:6518: result: no
636configure:6488: checking for epcf90
637configure:6518: result: no
638configure:6488: checking for gfortran
639configure:6518: result: no
640configure:6488: checking for g95
641configure:6518: result: no
642configure:6488: checking for xlf95
643configure:6518: result: no
644configure:6488: checking for f95
645configure:6518: result: no
646configure:6488: checking for fort
647configure:6518: result: no
648configure:6488: checking for ifort
649configure:6518: result: no
650configure:6488: checking for ifc
651configure:6518: result: no
652configure:6488: checking for efc
653configure:6518: result: no
654configure:6488: checking for pgf95
655configure:6518: result: no
656configure:6488: checking for lf95
657configure:6518: result: no
658configure:6488: checking for ftn
659configure:6518: result: no
660configure:6545: checking for Fortran 77 compiler version
661configure:6552: --version >&5
662./configure: line 6553: --version: command not found
663configure:6555: $? = 127
664configure:6562: -v >&5
665./configure: line 6563: -v: command not found
666configure:6565: $? = 127
667configure:6572: -V >&5
668./configure: line 6573: -V: command not found
669configure:6575: $? = 127
670configure:6583: checking whether we are using the GNU Fortran 77 compiler
671configure:6602: -c conftest.F >&5
672./configure: line 6603: -c: command not found
673configure:6608: $? = 127
674configure: failed program was:
675| program main
676| #ifndef __GNUC__
677| choke me
678| #endif
679|
680| end
681configure:6625: result: no
682configure:6631: checking whether accepts -g
683configure:6648: -c -g conftest.f >&5
684./configure: line 6649: -c: command not found
685configure:6654: $? = 127
686configure: failed program was:
687| program main
688|
689| end
690configure:6670: result: no
691configure:6700: checking the maximum length of command line arguments
692configure:6792: result: 32768
693configure:6803: checking command to parse /usr/bin/nm -B output from gcc object
694configure:6899: gcc -c -g -O2 conftest.c >&5
695configure:6902: $? = 0
696configure:6906: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
697configure:6909: $? = 0
698configure:6961: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
699configure:6964: $? = 0
700configure:7002: result: ok
701configure:7006: checking for objdir
702configure:7021: result: .libs
703configure:7113: checking for ar
704configure:7129: found /usr/bin/ar
705configure:7140: result: ar
706configure:7209: checking for ranlib
707configure:7225: found /usr/bin/ranlib
708configure:7236: result: ranlib
709configure:7305: checking for strip
710configure:7321: found /usr/bin/strip
711configure:7332: result: strip
712configure:7633: checking if gcc static flag works
713configure:7661: result: yes
714configure:7679: checking if gcc supports -fno-rtti -fno-exceptions
715configure:7697: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
716cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
717configure:7701: $? = 0
718configure:7714: result: no
719configure:7729: checking for gcc option to produce PIC
720configure:7933: result: -fPIC
721configure:7941: checking if gcc PIC flag -fPIC works
722configure:7959: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
723configure:7963: $? = 0
724configure:7976: result: yes
725configure:8000: checking if gcc supports -c -o file.o
726configure:8021: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
727configure:8025: $? = 0
728configure:8047: result: yes
729configure:8073: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
730configure:8965: result: yes
731configure:8991: checking whether -lc should be explicitly linked in
732configure:8996: gcc -c -g -O2 conftest.c >&5
733configure:8999: $? = 0
734configure:9013: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
735configure:9016: $? = 0
736configure:9028: result: no
737configure:9036: checking dynamic linker characteristics
738configure:9590: result: GNU/Linux ld.so
739configure:9594: checking how to hardcode library paths into programs
740configure:9619: result: immediate
741configure:9633: checking whether stripping libraries is possible
742configure:9638: result: yes
743configure:10435: checking if libtool supports shared libraries
744configure:10437: result: yes
745configure:10440: checking whether to build shared libraries
746configure:10461: result: yes
747configure:10464: checking whether to build static libraries
748configure:10468: result: yes
749configure:10560: creating libtool
750configure:11138: checking for ld used by g++
751configure:11205: result: /usr/bin/ld -m elf_x86_64
752configure:11214: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
753configure:11229: result: yes
754configure:11280: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
755configure:12156: result: yes
756configure:12174: g++ -c -g -O2 conftest.cpp >&5
757configure:12177: $? = 0
758configure:12287: checking for g++ option to produce PIC
759configure:12555: result: -fPIC
760configure:12563: checking if g++ PIC flag -fPIC works
761configure:12581: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
762configure:12585: $? = 0
763configure:12598: result: yes
764configure:12622: checking if g++ supports -c -o file.o
765configure:12643: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
766configure:12647: $? = 0
767configure:12669: result: yes
768configure:12695: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
769configure:12720: result: yes
770configure:12791: checking dynamic linker characteristics
771configure:13345: result: GNU/Linux ld.so
772configure:13349: checking how to hardcode library paths into programs
773configure:13374: result: immediate
774configure:13388: checking whether stripping libraries is possible
775configure:13393: result: yes
776configure:20863: checking if gcc supports --param inline-unit-growth=3000
777configure:20888: gcc -c -g -O2 --param inline-unit-growth=3000 conftest.c >&5
778configure:20894: $? = 0
779configure:20909: result: yes
780configure:20923: checking if gcc supports -std=c89
781configure:20948: gcc -c -g -O2 -std=c89 conftest.c >&5
782configure:20954: $? = 0
783configure:20969: result: yes
784configure:20982: checking if gcc supports -std=iso9899:199409
785configure:21007: gcc -c -g -O2 -std=iso9899:199409 conftest.c >&5
786configure:21013: $? = 0
787configure:21028: result: yes
788configure:21041: checking if gcc supports -std=c99
789configure:21066: gcc -c -g -O2 -std=c99 conftest.c >&5
790configure:21072: $? = 0
791configure:21087: result: yes
792configure:21100: checking if g++ supports -std=c++98
793configure:21131: g++ -c -g -O2 -std=c++98 conftest.cpp >&5
794configure:21137: $? = 0
795configure:21158: result: yes
796configure:21172: checking for pthread_create in -lpthread
797configure:21207: gcc -o conftest -g -O2 conftest.c -lpthread -lm >&5
798configure:21213: $? = 0
799configure:21231: result: yes
800configure:21338: checking whether we are using the GNU C Library 2.1 or newer
801configure:21358: result: yes
802configure:21434: checking for ld used by GCC
803configure:21498: result: /usr/bin/ld -m elf_x86_64
804configure:21507: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
805configure:21520: result: yes
806configure:21527: checking for shared library run path origin
807configure:21540: result: done
808configure:22003: checking for iconv
809configure:22035: gcc -o conftest -g -O2 conftest.c -lpthread -lm >&5
810configure:22041: $? = 0
811configure:22111: result: yes
812configure:22141: checking for png_destroy_write_struct in -lpng
813configure:22176: gcc -o conftest -g -O2 conftest.c -lpng -lz -lm -lpthread -lm >&5
814configure:22182: $? = 0
815configure:22200: result: yes
816configure:22216: checking for X
817configure:22331: gcc -E conftest.c
818configure:22337: $? = 0
819configure:22386: gcc -o conftest -g -O2 conftest.c -lX11 -lpthread -lm -lpng -lz >&5
820configure:22392: $? = 0
821configure:22451: result: libraries , headers
822configure:22612: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz -lX11 >&5
823configure:22618: $? = 0
824configure:22775: checking for gethostbyname
825configure:22831: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz >&5
826configure:22837: $? = 0
827configure:22854: result: yes
828configure:22999: checking for connect
829configure:23055: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz >&5
830configure:23061: $? = 0
831configure:23078: result: yes
832configure:23150: checking for remove
833configure:23206: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz >&5
834configure:23212: $? = 0
835configure:23229: result: yes
836configure:23301: checking for shmat
837configure:23357: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz >&5
838configure:23363: $? = 0
839configure:23380: result: yes
840configure:23461: checking for IceConnectionNumber in -lICE
841configure:23496: gcc -o conftest -g -O2 conftest.c -lICE -lpthread -lm -lpng -lz >&5
842configure:23502: $? = 0
843configure:23520: result: yes
844configure:23560: checking whether to build the Video4Linux interface
845configure:23569: result: yes
846configure:23584: checking whether to build the Linux DVB interface
847configure:23593: result: yes
848configure:23613: checking whether to build the *BSD bktr driver interface
849configure:23622: result: no
850configure:23634: checking if asm/types.h defines __s64 and __u64
851configure:23648: gcc -c -g -O2 conftest.c >&5
852configure:23654: $? = 0
853configure:23664: result: yes
854configure:23677: checking whether to build the vbi proxy daemon and interface
855configure:23686: result: yes
856configure:23726: checking whether NLS is requested
857configure:23735: result: yes
858configure:23773: checking for msgfmt
859configure: trying /usr/bin/msgfmt...
8600 translated messages.
861configure:23805: result: /usr/bin/msgfmt
862configure:23814: checking for gmsgfmt
863configure:23845: result: /usr/bin/msgfmt
864configure:23896: checking for xgettext
865configure: trying /usr/bin/xgettext...
866/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
867configure:23928: result: /usr/bin/xgettext
868configure:23974: checking for msgmerge
869configure: trying /usr/bin/msgmerge...
870configure:24005: result: /usr/bin/msgmerge
871configure:24042: checking for CFPreferencesCopyAppValue
872configure:24070: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz -Wl,-framework -Wl,CoreFoundation >&5
873conftest.c:44:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
874compilation terminated.
875configure:24076: $? = 1
876configure: failed program was:
877| /* confdefs.h. */
878| #define PACKAGE_NAME "zvbi"
879| #define PACKAGE_TARNAME "zvbi"
880| #define PACKAGE_VERSION "0.2.33"
881| #define PACKAGE_STRING "zvbi 0.2.33"
882| #define PACKAGE_BUGREPORT ""
883| #define PACKAGE "zvbi"
884| #define VERSION "0.2.33"
885| #define _GNU_SOURCE 1
886| #define HAVE_STRNDUP 1
887| #define HAVE_ASPRINTF 1
888| #define HAVE_VASPRINTF 1
889| #define HAVE_GETOPT_LONG 1
890| #define HAVE_GETADDRINFO 1
891| #define HAVE_PROGRAM_INVOCATION_NAME 1
892| #define HAVE_SINCOS 1
893| #define HAVE_LOG2 1
894| #define HAVE_SUSV3_STRERROR_R 1
895| #define Z_LITTLE_ENDIAN 1234
896| #define Z_BIG_ENDIAN 4321
897| #define STDC_HEADERS 1
898| #define HAVE_SYS_TYPES_H 1
899| #define HAVE_SYS_STAT_H 1
900| #define HAVE_STDLIB_H 1
901| #define HAVE_STRING_H 1
902| #define HAVE_MEMORY_H 1
903| #define HAVE_STRINGS_H 1
904| #define HAVE_INTTYPES_H 1
905| #define HAVE_STDINT_H 1
906| #define HAVE_UNISTD_H 1
907| #define Z_BYTE_ORDER 1234
908| #define HAVE_DLFCN_H 1
909| #define HAVE_LIBPTHREAD 1
910| #define HAVE_GLIBC21 1
911| #define HAVE_ICONV 1
912| #define HAVE_LIBPNG 1
913| #define ENABLE_V4L 1
914| #define ENABLE_V4L2 1
915| #define ENABLE_DVB 1
916| #define HAVE_S64_U64 1
917| #define ENABLE_PROXY 1
918| #define HAVE_IOCTL_INT_ULONG_DOTS 1
919| /* end confdefs.h. */
920| #include <CoreFoundation/CFPreferences.h>
921| int
922| main ()
923| {
924| CFPreferencesCopyAppValue(NULL, NULL)
925| ;
926| return 0;
927| }
928configure:24094: result: no
929configure:24103: checking for CFLocaleCopyCurrent
930configure:24131: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz -Wl,-framework -Wl,CoreFoundation >&5
931conftest.c:44:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
932compilation terminated.
933configure:24137: $? = 1
934configure: failed program was:
935| /* confdefs.h. */
936| #define PACKAGE_NAME "zvbi"
937| #define PACKAGE_TARNAME "zvbi"
938| #define PACKAGE_VERSION "0.2.33"
939| #define PACKAGE_STRING "zvbi 0.2.33"
940| #define PACKAGE_BUGREPORT ""
941| #define PACKAGE "zvbi"
942| #define VERSION "0.2.33"
943| #define _GNU_SOURCE 1
944| #define HAVE_STRNDUP 1
945| #define HAVE_ASPRINTF 1
946| #define HAVE_VASPRINTF 1
947| #define HAVE_GETOPT_LONG 1
948| #define HAVE_GETADDRINFO 1
949| #define HAVE_PROGRAM_INVOCATION_NAME 1
950| #define HAVE_SINCOS 1
951| #define HAVE_LOG2 1
952| #define HAVE_SUSV3_STRERROR_R 1
953| #define Z_LITTLE_ENDIAN 1234
954| #define Z_BIG_ENDIAN 4321
955| #define STDC_HEADERS 1
956| #define HAVE_SYS_TYPES_H 1
957| #define HAVE_SYS_STAT_H 1
958| #define HAVE_STDLIB_H 1
959| #define HAVE_STRING_H 1
960| #define HAVE_MEMORY_H 1
961| #define HAVE_STRINGS_H 1
962| #define HAVE_INTTYPES_H 1
963| #define HAVE_STDINT_H 1
964| #define HAVE_UNISTD_H 1
965| #define Z_BYTE_ORDER 1234
966| #define HAVE_DLFCN_H 1
967| #define HAVE_LIBPTHREAD 1
968| #define HAVE_GLIBC21 1
969| #define HAVE_ICONV 1
970| #define HAVE_LIBPNG 1
971| #define ENABLE_V4L 1
972| #define ENABLE_V4L2 1
973| #define ENABLE_DVB 1
974| #define HAVE_S64_U64 1
975| #define ENABLE_PROXY 1
976| #define HAVE_IOCTL_INT_ULONG_DOTS 1
977| /* end confdefs.h. */
978| #include <CoreFoundation/CFLocale.h>
979| int
980| main ()
981| {
982| CFLocaleCopyCurrent();
983| ;
984| return 0;
985| }
986configure:24155: result: no
987configure:24206: checking for GNU gettext in libc
988configure:24236: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lpng -lz >&5
989configure:24242: $? = 0
990configure:24260: result: yes
991configure:24976: checking whether to use NLS
992configure:24978: result: yes
993configure:24981: checking where the gettext function comes from
994configure:24992: result: libc
995configure:25079: checking for doxygen
996configure:25107: result: no
997configure:25347: creating ./config.status
998
999## ---------------------- ##
1000## Running config.status. ##
1001## ---------------------- ##
1002
1003This file was extended by zvbi config.status 0.2.33, which was
1004generated by GNU Autoconf 2.61. Invocation command line was
1005
1006 CONFIG_FILES =
1007 CONFIG_HEADERS =
1008 CONFIG_LINKS =
1009 CONFIG_COMMANDS =
1010 $ ./config.status
1011
1012on linux-gk
1013
1014config.status:729: creating Makefile
1015config.status:729: creating contrib/Makefile
1016config.status:729: creating examples/Makefile
1017config.status:729: creating daemon/Makefile
1018config.status:729: creating daemon/zvbid.init
1019config.status:729: creating doc/Doxyfile
1020config.status:729: creating doc/Makefile
1021config.status:729: creating m4/Makefile
1022config.status:729: creating src/Makefile
1023config.status:729: creating src/dvb/Makefile
1024config.status:729: creating test/Makefile
1025config.status:729: creating po/Makefile.in
1026config.status:729: creating zvbi.spec
1027config.status:729: creating zvbi-0.2.pc
1028config.status:729: creating config.h
1029config.status:1023: executing depfiles commands
1030config.status:1023: executing po-directories commands
1031
1032## ---------------- ##
1033## Cache variables. ##
1034## ---------------- ##
1035
1036ac_cv_build=x86_64-unknown-linux-gnu
1037ac_cv_c_bigendian=no
1038ac_cv_c_compiler_gnu=yes
1039ac_cv_cxx_compiler_gnu=yes
1040ac_cv_env_CCC_set=
1041ac_cv_env_CCC_value=
1042ac_cv_env_CC_set=
1043ac_cv_env_CC_value=
1044ac_cv_env_CFLAGS_set=
1045ac_cv_env_CFLAGS_value=
1046ac_cv_env_CPPFLAGS_set=
1047ac_cv_env_CPPFLAGS_value=
1048ac_cv_env_CPP_set=
1049ac_cv_env_CPP_value=
1050ac_cv_env_CXXCPP_set=
1051ac_cv_env_CXXCPP_value=
1052ac_cv_env_CXXFLAGS_set=
1053ac_cv_env_CXXFLAGS_value=
1054ac_cv_env_CXX_set=
1055ac_cv_env_CXX_value=
1056ac_cv_env_F77_set=
1057ac_cv_env_F77_value=
1058ac_cv_env_FFLAGS_set=
1059ac_cv_env_FFLAGS_value=
1060ac_cv_env_LDFLAGS_set=
1061ac_cv_env_LDFLAGS_value=
1062ac_cv_env_LIBS_set=
1063ac_cv_env_LIBS_value=
1064ac_cv_env_XMKMF_set=
1065ac_cv_env_XMKMF_value=
1066ac_cv_env_build_alias_set=
1067ac_cv_env_build_alias_value=
1068ac_cv_env_host_alias_set=
1069ac_cv_env_host_alias_value=
1070ac_cv_env_target_alias_set=
1071ac_cv_env_target_alias_value=
1072ac_cv_f77_compiler_gnu=no
1073ac_cv_func_asprintf=yes
1074ac_cv_func_clock_settime=no
1075ac_cv_func_connect=yes
1076ac_cv_func_getaddrinfo=yes
1077ac_cv_func_gethostbyname=yes
1078ac_cv_func_getopt_long=yes
1079ac_cv_func_program_invocation_name=yes
1080ac_cv_func_remove=yes
1081ac_cv_func_shmat=yes
1082ac_cv_func_strlcpy=no
1083ac_cv_func_strndup=yes
1084ac_cv_func_vasprintf=yes
1085ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
1086ac_cv_header_dlfcn_h=yes
1087ac_cv_header_inttypes_h=yes
1088ac_cv_header_memory_h=yes
1089ac_cv_header_stdc=yes
1090ac_cv_header_stdint_h=yes
1091ac_cv_header_stdlib_h=yes
1092ac_cv_header_string_h=yes
1093ac_cv_header_strings_h=yes
1094ac_cv_header_sys_stat_h=yes
1095ac_cv_header_sys_types_h=yes
1096ac_cv_header_unistd_h=yes
1097ac_cv_host=x86_64-unknown-linux-gnu
1098ac_cv_lib_ICE_IceConnectionNumber=yes
1099ac_cv_lib_png_png_destroy_write_struct=yes
1100ac_cv_lib_pthread_pthread_create=yes
1101ac_cv_objext=o
1102ac_cv_path_EGREP='/usr/bin/grep -E'
1103ac_cv_path_GMSGFMT=/usr/bin/msgfmt
1104ac_cv_path_GREP=/usr/bin/grep
1105ac_cv_path_MSGFMT=/usr/bin/msgfmt
1106ac_cv_path_MSGMERGE=/usr/bin/msgmerge
1107ac_cv_path_XGETTEXT=/usr/bin/xgettext
1108ac_cv_path_install='/usr/bin/install -c'
1109ac_cv_prog_AWK=gawk
1110ac_cv_prog_CPP='gcc -E'
1111ac_cv_prog_CXXCPP='g++ -E'
1112ac_cv_prog_HAVE_DOXYGEN=no
1113ac_cv_prog_ac_ct_AR=ar
1114ac_cv_prog_ac_ct_CC=gcc
1115ac_cv_prog_ac_ct_CXX=g++
1116ac_cv_prog_ac_ct_RANLIB=ranlib
1117ac_cv_prog_ac_ct_STRIP=strip
1118ac_cv_prog_cc_c89=
1119ac_cv_prog_cc_g=yes
1120ac_cv_prog_cxx_g=yes
1121ac_cv_prog_f77_g=no
1122ac_cv_prog_make_make_set=yes
1123acl_cv_hardcode_direct=no
1124acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
1125acl_cv_hardcode_libdir_separator=
1126acl_cv_hardcode_minus_L=no
1127acl_cv_libext=a
1128acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
1129acl_cv_prog_gnu_ld=yes
1130acl_cv_rpath=done
1131acl_cv_shlibext=so
1132acl_cv_wl=-Wl,
1133am_cv_CC_dependencies_compiler_type=gcc3
1134am_cv_CXX_dependencies_compiler_type=gcc3
1135am_cv_func_iconv=yes
1136am_cv_lib_iconv=no
1137gt_cv_func_CFLocaleCopyCurrent=no
1138gt_cv_func_CFPreferencesCopyAppValue=no
1139gt_cv_func_gnugettext2_libc=yes
1140lt_cv_deplibs_check_method=pass_all
1141lt_cv_file_magic_cmd='$MAGIC_CMD'
1142lt_cv_file_magic_test_file=
1143lt_cv_ld_reload_flag=-r
1144lt_cv_objdir=.libs
1145lt_cv_path_LD=/usr/bin/ld
1146lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
1147lt_cv_path_NM='/usr/bin/nm -B'
1148lt_cv_path_SED=/bin/sed
1149lt_cv_prog_compiler_c_o=yes
1150lt_cv_prog_compiler_c_o_CXX=yes
1151lt_cv_prog_compiler_rtti_exceptions=no
1152lt_cv_prog_gnu_ld=yes
1153lt_cv_prog_gnu_ldcxx=yes
1154lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
1155lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
1156lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
1157lt_cv_sys_max_cmd_len=32768
1158lt_lt_cv_prog_compiler_c_o='"yes"'
1159lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
1160lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
1161lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
1162lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
1163
1164## ----------------- ##
1165## Output variables. ##
1166## ----------------- ##
1167
1168ACLOCAL='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run aclocal-1.9 -I m4'
1169AMDEPBACKSLASH='\'
1170AMDEP_FALSE='#'
1171AMDEP_TRUE=''
1172AMTAR='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run tar'
1173AR='ar'
1174AUTOCONF='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoconf'
1175AUTOHEADER='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoheader'
1176AUTOMAKE='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run automake-1.9'
1177AWK='gawk'
1178BUILD_STATIC_LIB_FALSE='#'
1179BUILD_STATIC_LIB_TRUE=''
1180CC='gcc'
1181CCDEPMODE='depmode=gcc3'
1182CFLAGS='-g -O2'
1183CPP='gcc -E'
1184CPPFLAGS=''
1185CXX='g++'
1186CXXCPP='g++ -E'
1187CXXDEPMODE='depmode=gcc3'
1188CXXFLAGS='-g -O2'
1189CYGPATH_W='echo'
1190DEFS='-DHAVE_CONFIG_H'
1191DEPDIR='.deps'
1192ECHO='echo'
1193ECHO_C=''
1194ECHO_N='-n'
1195ECHO_T=''
1196EGREP='/usr/bin/grep -E'
1197ENABLE_DVB_FALSE='#'
1198ENABLE_DVB_TRUE=''
1199ENABLE_PROXY_FALSE='#'
1200ENABLE_PROXY_TRUE=''
1201EXEEXT=''
1202F77=''
1203FFLAGS=''
1204GMSGFMT='/usr/bin/msgfmt'
1205GMSGFMT_015='/usr/bin/msgfmt'
1206GREP='/usr/bin/grep'
1207HAVE_DOXYGEN='no'
1208HAVE_DOXYGEN_FALSE=''
1209HAVE_DOXYGEN_TRUE='#'
1210HAVE_GCC_C89_SUPPORT_FALSE='#'
1211HAVE_GCC_C89_SUPPORT_TRUE=''
1212HAVE_GCC_C94_SUPPORT_FALSE='#'
1213HAVE_GCC_C94_SUPPORT_TRUE=''
1214HAVE_GCC_C99_SUPPORT_FALSE='#'
1215HAVE_GCC_C99_SUPPORT_TRUE=''
1216HAVE_GCC_LIMITS_FALSE='#'
1217HAVE_GCC_LIMITS_TRUE=''
1218HAVE_GXX_CXX98_SUPPORT_FALSE='#'
1219HAVE_GXX_CXX98_SUPPORT_TRUE=''
1220HAVE_X_FALSE='#'
1221HAVE_X_TRUE=''
1222INSIDE_GNOME_COMMON_FALSE=''
1223INSIDE_GNOME_COMMON_TRUE='#'
1224INSTALL_DATA='${INSTALL} -m 644'
1225INSTALL_PROGRAM='${INSTALL}'
1226INSTALL_SCRIPT='${INSTALL}'
1227INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
1228INTLLIBS=''
1229INTL_MACOSX_LIBS=''
1230LDFLAGS=''
1231LIBICONV=''
1232LIBINTL=''
1233LIBOBJS=''
1234LIBS=' -lpthread -lm -lpng -lz'
1235LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1236LIBZVBI_SO_VERSION='13:1:13'
1237LN_S='ln -s'
1238LTLIBICONV=''
1239LTLIBINTL=''
1240LTLIBOBJS=''
1241MAINT='#'
1242MAINTAINER_MODE_FALSE=''
1243MAINTAINER_MODE_TRUE='#'
1244MAKEINFO='${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run makeinfo'
1245MSGFMT='/usr/bin/msgfmt'
1246MSGFMT_015='/usr/bin/msgfmt'
1247MSGMERGE='/usr/bin/msgmerge'
1248OBJEXT='o'
1249PACKAGE='zvbi'
1250PACKAGE_BUGREPORT=''
1251PACKAGE_NAME='zvbi'
1252PACKAGE_STRING='zvbi 0.2.33'
1253PACKAGE_TARNAME='zvbi'
1254PACKAGE_VERSION='0.2.33'
1255PATH_SEPARATOR=':'
1256POSUB='po'
1257RANLIB='ranlib'
1258SET_MAKE=''
1259SHELL='/bin/sh'
1260STRIP='strip'
1261UNICODE_CFLAGS=''
1262UNICODE_LIBS=''
1263USE_NLS='yes'
1264VERSION='0.2.33'
1265XGETTEXT='/usr/bin/xgettext'
1266XGETTEXT_015='/usr/bin/xgettext'
1267XMKMF=''
1268X_CFLAGS=''
1269X_EXTRA_LIBS=''
1270X_LIBS=' -lX11'
1271X_PRE_LIBS=' -lSM -lICE'
1272ac_ct_CC='gcc'
1273ac_ct_CXX='g++'
1274ac_ct_F77=''
1275am__fastdepCC_FALSE='#'
1276am__fastdepCC_TRUE=''
1277am__fastdepCXX_FALSE='#'
1278am__fastdepCXX_TRUE=''
1279am__include='include'
1280am__leading_dot='.'
1281am__quote=''
1282am__tar='${AMTAR} chof - "$$tardir"'
1283am__untar='${AMTAR} xf -'
1284bindir='${exec_prefix}/bin'
1285build='x86_64-unknown-linux-gnu'
1286build_alias=''
1287build_cpu='x86_64'
1288build_os='linux-gnu'
1289build_vendor='unknown'
1290datadir='${datarootdir}'
1291datarootdir='${prefix}/share'
1292docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1293dvidir='${docdir}'
1294exec_prefix='${prefix}'
1295host='x86_64-unknown-linux-gnu'
1296host_alias=''
1297host_cpu='x86_64'
1298host_os='linux-gnu'
1299host_vendor='unknown'
1300htmldir='${docdir}'
1301includedir='${prefix}/include'
1302infodir='${datarootdir}/info'
1303install_sh='/home/gk/work/ics/external/zvbi-0.2.33/install-sh'
1304libdir='${exec_prefix}/lib'
1305libexecdir='${exec_prefix}/libexec'
1306localedir='${datarootdir}/locale'
1307localstatedir='${prefix}/var'
1308mandir='${datarootdir}/man'
1309mkdir_p='mkdir -p --'
1310oldincludedir='/usr/include'
1311pdfdir='${docdir}'
1312prefix='/usr/local'
1313program_transform_name='s,x,x,'
1314psdir='${docdir}'
1315sbindir='${exec_prefix}/sbin'
1316sharedstatedir='${prefix}/com'
1317sysconfdir='${prefix}/etc'
1318target_alias=''
1319
1320## ----------- ##
1321## confdefs.h. ##
1322## ----------- ##
1323
1324#define PACKAGE_NAME "zvbi"
1325#define PACKAGE_TARNAME "zvbi"
1326#define PACKAGE_VERSION "0.2.33"
1327#define PACKAGE_STRING "zvbi 0.2.33"
1328#define PACKAGE_BUGREPORT ""
1329#define PACKAGE "zvbi"
1330#define VERSION "0.2.33"
1331#define _GNU_SOURCE 1
1332#define HAVE_STRNDUP 1
1333#define HAVE_ASPRINTF 1
1334#define HAVE_VASPRINTF 1
1335#define HAVE_GETOPT_LONG 1
1336#define HAVE_GETADDRINFO 1
1337#define HAVE_PROGRAM_INVOCATION_NAME 1
1338#define HAVE_SINCOS 1
1339#define HAVE_LOG2 1
1340#define HAVE_SUSV3_STRERROR_R 1
1341#define Z_LITTLE_ENDIAN 1234
1342#define Z_BIG_ENDIAN 4321
1343#define STDC_HEADERS 1
1344#define HAVE_SYS_TYPES_H 1
1345#define HAVE_SYS_STAT_H 1
1346#define HAVE_STDLIB_H 1
1347#define HAVE_STRING_H 1
1348#define HAVE_MEMORY_H 1
1349#define HAVE_STRINGS_H 1
1350#define HAVE_INTTYPES_H 1
1351#define HAVE_STDINT_H 1
1352#define HAVE_UNISTD_H 1
1353#define Z_BYTE_ORDER 1234
1354#define HAVE_DLFCN_H 1
1355#define HAVE_LIBPTHREAD 1
1356#define HAVE_GLIBC21 1
1357#define HAVE_ICONV 1
1358#define HAVE_LIBPNG 1
1359#define ENABLE_V4L 1
1360#define ENABLE_V4L2 1
1361#define ENABLE_DVB 1
1362#define HAVE_S64_U64 1
1363#define ENABLE_PROXY 1
1364#define HAVE_IOCTL_INT_ULONG_DOTS 1
1365#define ENABLE_NLS 1
1366#define HAVE_GETTEXT 1
1367#define HAVE_DCGETTEXT 1
1368#define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
1369
1370configure: exit 0
1371