v0.2.2 release
[yandexfotkisp] / config.log
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 yandex-fotki-sharing-plugin configure 0.1, which was
5 generated by GNU Autoconf 2.61.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = hitobook
14 uname -m = arm
15 uname -r = 2.6.31-19-generic
16 uname -s = Linux
17 uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = arm
23 /usr/bin/arch -k       = arm
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: /host_usr/bin
31 PATH: /scratchbox/devkits/git/bin
32 PATH: /scratchbox/devkits/svn/bin
33 PATH: /scratchbox/devkits/doctools/bin
34 PATH: /scratchbox/devkits/qemu/bin
35 PATH: /scratchbox/devkits/debian-etch/bin
36 PATH: /scratchbox/devkits/perl/bin
37 PATH: /scratchbox/tools/bin
38 PATH: /targets/links/arch_tools/bin
39 PATH: /scratchbox/compilers/bin
40 PATH: /bin
41 PATH: /usr/bin
42 PATH: /usr/local/bin
43 PATH: /usr/X11R6/bin
44 PATH: /sbin
45 PATH: /usr/sbin
46
47
48 ## ----------- ##
49 ## Core tests. ##
50 ## ----------- ##
51
52 configure:2015: checking for a BSD-compatible install
53 configure:2071: result: /scratchbox/tools/bin/install -c
54 configure:2082: checking whether build environment is sane
55 configure:2125: result: yes
56 configure:2182: checking for gawk
57 configure:2198: found /scratchbox/tools/bin/gawk
58 configure:2209: result: gawk
59 configure:2220: checking whether make sets $(MAKE)
60 configure:2241: result: yes
61 configure:2422: checking whether to enable maintainer-specific portions of Makefiles
62 configure:2431: result: no
63 configure:2511: checking for style of include used by make
64 configure:2539: result: GNU
65 configure:2612: checking for gcc
66 configure:2628: found /scratchbox/compilers/bin/gcc
67 configure:2639: result: gcc
68 configure:2877: checking for C compiler version
69 configure:2884: gcc --version >&5
70 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
71 Copyright (C) 2007 Free Software Foundation, Inc.
72 This is free software; see the source for copying conditions.  There is NO
73 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 configure:2887: $? = 0
76 configure:2894: gcc -v >&5
77 Using built-in specs.
78 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
79 rename spec cpp to old_cpp
80 rename spec cc1 to old_cc1
81 rename spec link to old_link
82 rename spec mflib to old_mflib
83 Target: arm-none-linux-gnueabi
84 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
85 Thread model: posix
86 gcc version 4.2.1
87 configure:2897: $? = 0
88 configure:2904: gcc -V >&5
89 sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
90 configure:2907: $? = 1
91 configure:2930: checking for C compiler default output file name
92 configure:2957: gcc -O2 -g   conftest.c  >&5
93 configure:2960: $? = 0
94 configure:2998: result: a.out
95 configure:3015: checking whether the C compiler works
96 configure:3025: ./a.out
97 configure:3028: $? = 0
98 configure:3045: result: yes
99 configure:3052: checking whether we are cross compiling
100 configure:3054: result: no
101 configure:3057: checking for suffix of executables
102 configure:3064: gcc -o conftest -O2 -g   conftest.c  >&5
103 configure:3067: $? = 0
104 configure:3091: result: 
105 configure:3097: checking for suffix of object files
106 configure:3123: gcc -c -O2 -g  conftest.c >&5
107 configure:3126: $? = 0
108 configure:3149: result: o
109 configure:3153: checking whether we are using the GNU C compiler
110 configure:3182: gcc -c -O2 -g  conftest.c >&5
111 configure:3188: $? = 0
112 configure:3205: result: yes
113 configure:3210: checking whether gcc accepts -g
114 configure:3240: gcc -c -g  conftest.c >&5
115 configure:3246: $? = 0
116 configure:3345: result: yes
117 configure:3362: checking for gcc option to accept ISO C89
118 configure:3436: gcc  -c -O2 -g  conftest.c >&5
119 configure:3442: $? = 0
120 configure:3465: result: none needed
121 configure:3485: checking dependency style of gcc
122 configure:3575: result: gcc3
123 configure:3593: checking for library containing strerror
124 configure:3634: gcc -o conftest -O2 -g   conftest.c  >&5
125 configure:3640: $? = 0
126 configure:3668: result: none required
127 configure:3734: checking for g++
128 configure:3750: found /scratchbox/compilers/bin/g++
129 configure:3761: result: g++
130 configure:3792: checking for C++ compiler version
131 configure:3799: g++ --version >&5
132 sbox-arm-none-linux-gnueabi-g++ (GCC) 4.2.1
133 Copyright (C) 2007 Free Software Foundation, Inc.
134 This is free software; see the source for copying conditions.  There is NO
135 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
136
137 configure:3802: $? = 0
138 configure:3809: g++ -v >&5
139 Using built-in specs.
140 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
141 rename spec cpp to old_cpp
142 rename spec cc1 to old_cc1
143 rename spec link to old_link
144 rename spec mflib to old_mflib
145 Target: arm-none-linux-gnueabi
146 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
147 Thread model: posix
148 gcc version 4.2.1
149 configure:3812: $? = 0
150 configure:3819: g++ -V >&5
151 sbox-arm-none-linux-gnueabi-g++: argument to '-V' missing
152
153 configure:3822: $? = 1
154 configure:3825: checking whether we are using the GNU C++ compiler
155 configure:3854: g++ -c -O2 -g  conftest.cpp >&5
156 configure:3860: $? = 0
157 configure:3877: result: yes
158 configure:3882: checking whether g++ accepts -g
159 configure:3912: g++ -c -g  conftest.cpp >&5
160 configure:3918: $? = 0
161 configure:4017: result: yes
162 configure:4042: checking dependency style of g++
163 configure:4132: result: gcc3
164 configure:4154: checking how to run the C preprocessor
165 configure:4194: gcc -E  conftest.c
166 configure:4200: $? = 0
167 configure:4231: gcc -E  conftest.c
168 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
169 configure:4237: $? = 1
170 configure: failed program was:
171 | /* confdefs.h.  */
172 | #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
173 | #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
174 | #define PACKAGE_VERSION "0.1"
175 | #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
176 | #define PACKAGE_BUGREPORT ""
177 | #define PACKAGE "yandex-fotki-sharing-plugin"
178 | #define VERSION "0.1"
179 | /* end confdefs.h.  */
180 | #include <ac_nonexistent.h>
181 configure:4270: result: gcc -E
182 configure:4299: gcc -E  conftest.c
183 configure:4305: $? = 0
184 configure:4336: gcc -E  conftest.c
185 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
186 configure:4342: $? = 1
187 configure: failed program was:
188 | /* confdefs.h.  */
189 | #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
190 | #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
191 | #define PACKAGE_VERSION "0.1"
192 | #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
193 | #define PACKAGE_BUGREPORT ""
194 | #define PACKAGE "yandex-fotki-sharing-plugin"
195 | #define VERSION "0.1"
196 | /* end confdefs.h.  */
197 | #include <ac_nonexistent.h>
198 configure:4427: checking for gcc
199 configure:4454: result: gcc
200 configure:4692: checking for C compiler version
201 configure:4699: gcc --version >&5
202 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
203 Copyright (C) 2007 Free Software Foundation, Inc.
204 This is free software; see the source for copying conditions.  There is NO
205 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
206
207 configure:4702: $? = 0
208 configure:4709: gcc -v >&5
209 Using built-in specs.
210 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
211 rename spec cpp to old_cpp
212 rename spec cc1 to old_cc1
213 rename spec link to old_link
214 rename spec mflib to old_mflib
215 Target: arm-none-linux-gnueabi
216 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
217 Thread model: posix
218 gcc version 4.2.1
219 configure:4712: $? = 0
220 configure:4719: gcc -V >&5
221 sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
222 configure:4722: $? = 1
223 configure:4725: checking whether we are using the GNU C compiler
224 configure:4777: result: yes
225 configure:4782: checking whether gcc accepts -g
226 configure:4917: result: yes
227 configure:4934: checking for gcc option to accept ISO C89
228 configure:5037: result: none needed
229 configure:5057: checking dependency style of gcc
230 configure:5147: result: gcc3
231 configure:5212: checking for gcc
232 configure:5239: result: gcc
233 configure:5477: checking for C compiler version
234 configure:5484: gcc --version >&5
235 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
236 Copyright (C) 2007 Free Software Foundation, Inc.
237 This is free software; see the source for copying conditions.  There is NO
238 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
239
240 configure:5487: $? = 0
241 configure:5494: gcc -v >&5
242 Using built-in specs.
243 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
244 rename spec cpp to old_cpp
245 rename spec cc1 to old_cc1
246 rename spec link to old_link
247 rename spec mflib to old_mflib
248 Target: arm-none-linux-gnueabi
249 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
250 Thread model: posix
251 gcc version 4.2.1
252 configure:5497: $? = 0
253 configure:5504: gcc -V >&5
254 sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
255 configure:5507: $? = 1
256 configure:5510: checking whether we are using the GNU C compiler
257 configure:5562: result: yes
258 configure:5567: checking whether gcc accepts -g
259 configure:5702: result: yes
260 configure:5719: checking for gcc option to accept ISO C89
261 configure:5822: result: none needed
262 configure:5842: checking dependency style of gcc
263 configure:5932: result: gcc3
264 configure:5953: checking for grep that handles long lines and -e
265 configure:6027: result: /scratchbox/tools/bin/grep
266 configure:6032: checking for egrep
267 configure:6110: result: /scratchbox/tools/bin/grep -E
268 configure:6115: checking for ANSI C header files
269 configure:6145: gcc -c -O2 -g  conftest.c >&5
270 configure:6151: $? = 0
271 configure:6247: gcc -o conftest -O2 -g   conftest.c  >&5
272 configure:6250: $? = 0
273 configure:6256: ./conftest
274 configure:6259: $? = 0
275 configure:6276: result: yes
276 configure:6299: checking for a BSD-compatible install
277 configure:6355: result: /scratchbox/tools/bin/install -c
278 configure:6366: checking whether ln -s works
279 configure:6370: result: yes
280 configure:6377: checking whether make sets $(MAKE)
281 configure:6398: result: yes
282 configure:6437: checking build system type
283 configure:6455: result: arm-unknown-linux-gnu
284 configure:6477: checking host system type
285 configure:6492: result: arm-unknown-linux-gnu
286 configure:6514: checking for a sed that does not truncate output
287 configure:6570: result: /scratchbox/tools/bin/sed
288 configure:6584: checking for ld used by gcc
289 configure:6651: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
290 configure:6660: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
291 configure:6675: result: yes
292 configure:6680: checking for /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld option to reload object files
293 configure:6687: result: -r
294 configure:6705: checking for BSD-compatible nm
295 configure:6754: result: /scratchbox/compilers/bin/nm -B
296 configure:6758: checking how to recognize dependent libraries
297 configure:6944: result: pass_all
298 configure:7197: checking for sys/types.h
299 configure:7218: gcc -c -O2 -g  conftest.c >&5
300 configure:7224: $? = 0
301 configure:7240: result: yes
302 configure:7197: checking for sys/stat.h
303 configure:7218: gcc -c -O2 -g  conftest.c >&5
304 configure:7224: $? = 0
305 configure:7240: result: yes
306 configure:7197: checking for stdlib.h
307 configure:7218: gcc -c -O2 -g  conftest.c >&5
308 configure:7224: $? = 0
309 configure:7240: result: yes
310 configure:7197: checking for string.h
311 configure:7218: gcc -c -O2 -g  conftest.c >&5
312 configure:7224: $? = 0
313 configure:7240: result: yes
314 configure:7197: checking for memory.h
315 configure:7218: gcc -c -O2 -g  conftest.c >&5
316 configure:7224: $? = 0
317 configure:7240: result: yes
318 configure:7197: checking for strings.h
319 configure:7218: gcc -c -O2 -g  conftest.c >&5
320 configure:7224: $? = 0
321 configure:7240: result: yes
322 configure:7197: checking for inttypes.h
323 configure:7218: gcc -c -O2 -g  conftest.c >&5
324 configure:7224: $? = 0
325 configure:7240: result: yes
326 configure:7197: checking for stdint.h
327 configure:7218: gcc -c -O2 -g  conftest.c >&5
328 configure:7224: $? = 0
329 configure:7240: result: yes
330 configure:7197: checking for unistd.h
331 configure:7218: gcc -c -O2 -g  conftest.c >&5
332 configure:7224: $? = 0
333 configure:7240: result: yes
334 configure:7267: checking dlfcn.h usability
335 configure:7284: gcc -c -O2 -g  conftest.c >&5
336 configure:7290: $? = 0
337 configure:7304: result: yes
338 configure:7308: checking dlfcn.h presence
339 configure:7323: gcc -E  conftest.c
340 configure:7329: $? = 0
341 configure:7343: result: yes
342 configure:7371: checking for dlfcn.h
343 configure:7379: result: yes
344 configure:7402: checking how to run the C++ preprocessor
345 configure:7438: g++ -E  conftest.cpp
346 configure:7444: $? = 0
347 configure:7475: g++ -E  conftest.cpp
348 conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
349 configure:7481: $? = 1
350 configure: failed program was:
351 | /* confdefs.h.  */
352 | #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
353 | #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
354 | #define PACKAGE_VERSION "0.1"
355 | #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
356 | #define PACKAGE_BUGREPORT ""
357 | #define PACKAGE "yandex-fotki-sharing-plugin"
358 | #define VERSION "0.1"
359 | #define STDC_HEADERS 1
360 | #define HAVE_SYS_TYPES_H 1
361 | #define HAVE_SYS_STAT_H 1
362 | #define HAVE_STDLIB_H 1
363 | #define HAVE_STRING_H 1
364 | #define HAVE_MEMORY_H 1
365 | #define HAVE_STRINGS_H 1
366 | #define HAVE_INTTYPES_H 1
367 | #define HAVE_STDINT_H 1
368 | #define HAVE_UNISTD_H 1
369 | #define HAVE_DLFCN_H 1
370 | /* end confdefs.h.  */
371 | #include <ac_nonexistent.h>
372 configure:7514: result: g++ -E
373 configure:7543: g++ -E  conftest.cpp
374 configure:7549: $? = 0
375 configure:7580: g++ -E  conftest.cpp
376 conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
377 configure:7586: $? = 1
378 configure: failed program was:
379 | /* confdefs.h.  */
380 | #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
381 | #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
382 | #define PACKAGE_VERSION "0.1"
383 | #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
384 | #define PACKAGE_BUGREPORT ""
385 | #define PACKAGE "yandex-fotki-sharing-plugin"
386 | #define VERSION "0.1"
387 | #define STDC_HEADERS 1
388 | #define HAVE_SYS_TYPES_H 1
389 | #define HAVE_SYS_STAT_H 1
390 | #define HAVE_STDLIB_H 1
391 | #define HAVE_STRING_H 1
392 | #define HAVE_MEMORY_H 1
393 | #define HAVE_STRINGS_H 1
394 | #define HAVE_INTTYPES_H 1
395 | #define HAVE_STDINT_H 1
396 | #define HAVE_UNISTD_H 1
397 | #define HAVE_DLFCN_H 1
398 | /* end confdefs.h.  */
399 | #include <ac_nonexistent.h>
400 configure:7679: checking for g77
401 configure:7709: result: no
402 configure:7679: checking for xlf
403 configure:7709: result: no
404 configure:7679: checking for f77
405 configure:7709: result: no
406 configure:7679: checking for frt
407 configure:7709: result: no
408 configure:7679: checking for pgf77
409 configure:7709: result: no
410 configure:7679: checking for cf77
411 configure:7709: result: no
412 configure:7679: checking for fort77
413 configure:7709: result: no
414 configure:7679: checking for fl32
415 configure:7709: result: no
416 configure:7679: checking for af77
417 configure:7709: result: no
418 configure:7679: checking for xlf90
419 configure:7709: result: no
420 configure:7679: checking for f90
421 configure:7709: result: no
422 configure:7679: checking for pgf90
423 configure:7709: result: no
424 configure:7679: checking for pghpf
425 configure:7709: result: no
426 configure:7679: checking for epcf90
427 configure:7709: result: no
428 configure:7679: checking for gfortran
429 configure:7709: result: no
430 configure:7679: checking for g95
431 configure:7709: result: no
432 configure:7679: checking for xlf95
433 configure:7709: result: no
434 configure:7679: checking for f95
435 configure:7709: result: no
436 configure:7679: checking for fort
437 configure:7709: result: no
438 configure:7679: checking for ifort
439 configure:7709: result: no
440 configure:7679: checking for ifc
441 configure:7709: result: no
442 configure:7679: checking for efc
443 configure:7709: result: no
444 configure:7679: checking for pgf95
445 configure:7709: result: no
446 configure:7679: checking for lf95
447 configure:7709: result: no
448 configure:7679: checking for ftn
449 configure:7709: result: no
450 configure:7736: checking for Fortran 77 compiler version
451 configure:7743:  --version >&5
452 ./configure: line 1: --version: command not found
453 configure:7746: $? = 127
454 configure:7753:  -v >&5
455 ./configure: line 1: -v: command not found
456 configure:7756: $? = 127
457 configure:7763:  -V >&5
458 ./configure: line 1: -V: command not found
459 configure:7766: $? = 127
460 configure:7774: checking whether we are using the GNU Fortran 77 compiler
461 configure:7793:  -c  conftest.F >&5
462 ./configure: line 1: -c: command not found
463 configure:7799: $? = 127
464 configure: failed program was:
465 |       program main
466 | #ifndef __GNUC__
467 |        choke me
468 | #endif
469
470 |       end
471 configure:7816: result: no
472 configure:7822: checking whether  accepts -g
473 configure:7839:  -c -g conftest.f >&5
474 ./configure: line 1: -c: command not found
475 configure:7845: $? = 127
476 configure: failed program was:
477 |       program main
478
479 |       end
480 configure:7861: result: no
481 configure:7890: checking the maximum length of command line arguments
482 configure:8002: result: 98304
483 configure:8014: checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object
484 configure:8119: gcc -c -O2 -g  conftest.c >&5
485 configure:8122: $? = 0
486 configure:8126: /scratchbox/compilers/bin/nm -B conftest.o \| sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
487 configure:8129: $? = 0
488 configure:8181: gcc -o conftest -O2 -g   conftest.c conftstm.o >&5
489 configure:8184: $? = 0
490 configure:8222: result: ok
491 configure:8226: checking for objdir
492 configure:8241: result: .libs
493 configure:8333: checking for ar
494 configure:8349: found /scratchbox/compilers/bin/ar
495 configure:8360: result: ar
496 configure:8429: checking for ranlib
497 configure:8445: found /scratchbox/compilers/bin/ranlib
498 configure:8456: result: ranlib
499 configure:8525: checking for strip
500 configure:8541: found /scratchbox/compilers/bin/strip
501 configure:8552: result: strip
502 configure:9150: checking if gcc supports -fno-rtti -fno-exceptions
503 configure:9171: gcc -c -O2 -g  -fno-rtti -fno-exceptions conftest.c >&5
504 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
505 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
506 configure:9175: $? = 0
507 configure:9185: result: no
508 configure:9200: checking for gcc option to produce PIC
509 configure:9432: result: -fPIC
510 configure:9440: checking if gcc PIC flag -fPIC works
511 configure:9461: gcc -c -O2 -g  -fPIC -DPIC conftest.c >&5
512 configure:9465: $? = 0
513 configure:9475: result: yes
514 configure:9503: checking if gcc static flag -static works
515 configure:9531: result: yes
516 configure:9541: checking if gcc supports -c -o file.o
517 configure:9565: gcc -c -O2 -g  -o out/conftest2.o conftest.c >&5
518 configure:9569: $? = 0
519 configure:9588: result: yes
520 configure:9614: checking whether the gcc linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
521 configure:10594: result: yes
522 configure:10615: checking whether -lc should be explicitly linked in
523 configure:10620: gcc -c -O2 -g  conftest.c >&5
524 configure:10623: $? = 0
525 configure:10638: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
526 configure:10641: $? = 0
527 configure:10653: result: no
528 configure:10661: checking dynamic linker characteristics
529 configure:11263: result: GNU/Linux ld.so
530 configure:11287: checking how to hardcode library paths into programs
531 configure:11312: result: immediate
532 configure:11326: checking whether stripping libraries is possible
533 configure:11331: result: yes
534 configure:12133: checking if libtool supports shared libraries
535 configure:12135: result: yes
536 configure:12138: checking whether to build shared libraries
537 configure:12159: result: yes
538 configure:12162: checking whether to build static libraries
539 configure:12166: result: no
540 configure:12260: creating libtool
541 configure:12853: checking for ld used by g++
542 configure:12920: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
543 configure:12929: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
544 configure:12944: result: yes
545 configure:12995: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
546 configure:13941: result: yes
547 configure:13958: g++ -c -O2 -g  conftest.cpp >&5
548 configure:13961: $? = 0
549 configure:14117: checking for g++ option to produce PIC
550 configure:14401: result: -fPIC
551 configure:14409: checking if g++ PIC flag -fPIC works
552 configure:14430: g++ -c -O2 -g  -fPIC -DPIC conftest.cpp >&5
553 configure:14434: $? = 0
554 configure:14444: result: yes
555 configure:14472: checking if g++ static flag -static works
556 configure:14500: result: yes
557 configure:14510: checking if g++ supports -c -o file.o
558 configure:14534: g++ -c -O2 -g  -o out/conftest2.o conftest.cpp >&5
559 configure:14538: $? = 0
560 configure:14557: result: yes
561 configure:14583: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
562 configure:14609: result: yes
563 configure:14676: checking dynamic linker characteristics
564 configure:15226: result: GNU/Linux ld.so
565 configure:15250: checking how to hardcode library paths into programs
566 configure:15275: result: immediate
567 configure:21563: checking for pkg-config
568 configure:21581: found /scratchbox/tools/bin/pkg-config
569 configure:21593: result: /scratchbox/tools/bin/pkg-config
570 configure:21622: checking pkg-config is at least version 0.9.0
571 configure:21625: result: yes
572 configure:21636: checking for PACKAGE
573 configure:21644: $PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 libsharing conic libxml-2.0 libcurl"
574 configure:21647: $? = 0
575 configure:21662: $PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 libsharing conic libxml-2.0 libcurl"
576 configure:21665: $? = 0
577 configure:21741: result: yes
578 configure:21750: checking for SHARING
579 configure:21758: $PKG_CONFIG --exists --print-errors "libsharing"
580 configure:21761: $? = 0
581 configure:21776: $PKG_CONFIG --exists --print-errors "libsharing"
582 configure:21779: $? = 0
583 configure:21855: result: yes
584 configure:21862: checking for XML
585 configure:21870: $PKG_CONFIG --exists --print-errors "libxml-2.0"
586 configure:21873: $? = 0
587 configure:21888: $PKG_CONFIG --exists --print-errors "libxml-2.0"
588 configure:21891: $? = 0
589 configure:21967: result: yes
590 configure:21974: checking for CURL
591 configure:21982: $PKG_CONFIG --exists --print-errors "libcurl"
592 configure:21985: $? = 0
593 configure:22000: $PKG_CONFIG --exists --print-errors "libcurl"
594 configure:22003: $? = 0
595 configure:22079: result: yes
596 configure:22138: checking for pkg-config
597 configure:22168: result: /scratchbox/tools/bin/pkg-config
598 configure:22197: checking pkg-config is at least version 0.9.0
599 configure:22200: result: yes
600 configure:22391: creating ./config.status
601
602 ## ---------------------- ##
603 ## Running config.status. ##
604 ## ---------------------- ##
605
606 This file was extended by yandex-fotki-sharing-plugin config.status 0.1, which was
607 generated by GNU Autoconf 2.61.  Invocation command line was
608
609   CONFIG_FILES    = 
610   CONFIG_HEADERS  = 
611   CONFIG_LINKS    = 
612   CONFIG_COMMANDS = 
613   $ ./config.status 
614
615 on hitobook
616
617 config.status:680: creating Makefile
618 config.status:680: creating data/Makefile
619 config.status:680: creating data/yandexfotki.service.xml
620 config.status:680: creating src/Makefile
621 config.status:680: creating config.h
622 config.status:902: config.h is unchanged
623 config.status:948: executing depfiles commands
624
625 ## ---------------- ##
626 ## Cache variables. ##
627 ## ---------------- ##
628
629 ac_cv_build=arm-unknown-linux-gnu
630 ac_cv_c_compiler_gnu=yes
631 ac_cv_cxx_compiler_gnu=yes
632 ac_cv_env_CCC_set=
633 ac_cv_env_CCC_value=
634 ac_cv_env_CC_set=
635 ac_cv_env_CC_value=
636 ac_cv_env_CFLAGS_set=set
637 ac_cv_env_CFLAGS_value='-O2 -g'
638 ac_cv_env_CPPFLAGS_set=
639 ac_cv_env_CPPFLAGS_value=
640 ac_cv_env_CPP_set=
641 ac_cv_env_CPP_value=
642 ac_cv_env_CURL_CFLAGS_set=
643 ac_cv_env_CURL_CFLAGS_value=
644 ac_cv_env_CURL_LIBS_set=
645 ac_cv_env_CURL_LIBS_value=
646 ac_cv_env_CXXCPP_set=
647 ac_cv_env_CXXCPP_value=
648 ac_cv_env_CXXFLAGS_set=set
649 ac_cv_env_CXXFLAGS_value='-O2 -g'
650 ac_cv_env_CXX_set=
651 ac_cv_env_CXX_value=
652 ac_cv_env_F77_set=
653 ac_cv_env_F77_value=
654 ac_cv_env_FFLAGS_set=
655 ac_cv_env_FFLAGS_value=
656 ac_cv_env_LDFLAGS_set=
657 ac_cv_env_LDFLAGS_value=
658 ac_cv_env_LIBS_set=
659 ac_cv_env_LIBS_value=
660 ac_cv_env_PACKAGE_CFLAGS_set=
661 ac_cv_env_PACKAGE_CFLAGS_value=
662 ac_cv_env_PACKAGE_LIBS_set=
663 ac_cv_env_PACKAGE_LIBS_value=
664 ac_cv_env_PKG_CONFIG_set=
665 ac_cv_env_PKG_CONFIG_value=
666 ac_cv_env_SHARING_CFLAGS_set=
667 ac_cv_env_SHARING_CFLAGS_value=
668 ac_cv_env_SHARING_LIBS_set=
669 ac_cv_env_SHARING_LIBS_value=
670 ac_cv_env_XML_CFLAGS_set=
671 ac_cv_env_XML_CFLAGS_value=
672 ac_cv_env_XML_LIBS_set=
673 ac_cv_env_XML_LIBS_value=
674 ac_cv_env_build_alias_set=
675 ac_cv_env_build_alias_value=
676 ac_cv_env_host_alias_set=
677 ac_cv_env_host_alias_value=
678 ac_cv_env_target_alias_set=
679 ac_cv_env_target_alias_value=
680 ac_cv_f77_compiler_gnu=no
681 ac_cv_header_dlfcn_h=yes
682 ac_cv_header_inttypes_h=yes
683 ac_cv_header_memory_h=yes
684 ac_cv_header_stdc=yes
685 ac_cv_header_stdint_h=yes
686 ac_cv_header_stdlib_h=yes
687 ac_cv_header_string_h=yes
688 ac_cv_header_strings_h=yes
689 ac_cv_header_sys_stat_h=yes
690 ac_cv_header_sys_types_h=yes
691 ac_cv_header_unistd_h=yes
692 ac_cv_host=arm-unknown-linux-gnu
693 ac_cv_objext=o
694 ac_cv_path_EGREP='/scratchbox/tools/bin/grep -E'
695 ac_cv_path_GREP=/scratchbox/tools/bin/grep
696 ac_cv_path_ac_pt_PKG_CONFIG=/scratchbox/tools/bin/pkg-config
697 ac_cv_path_install='/scratchbox/tools/bin/install -c'
698 ac_cv_prog_AWK=gawk
699 ac_cv_prog_CPP='gcc -E'
700 ac_cv_prog_CXXCPP='g++ -E'
701 ac_cv_prog_ac_ct_AR=ar
702 ac_cv_prog_ac_ct_CC=gcc
703 ac_cv_prog_ac_ct_CXX=g++
704 ac_cv_prog_ac_ct_RANLIB=ranlib
705 ac_cv_prog_ac_ct_STRIP=strip
706 ac_cv_prog_cc_c89=
707 ac_cv_prog_cc_g=yes
708 ac_cv_prog_cxx_g=yes
709 ac_cv_prog_f77_g=no
710 ac_cv_prog_make_make_set=yes
711 ac_cv_search_strerror='none required'
712 am_cv_CC_dependencies_compiler_type=gcc3
713 am_cv_CXX_dependencies_compiler_type=gcc3
714 am_cv_prog_cc_stdc=
715 lt_cv_deplibs_check_method=pass_all
716 lt_cv_file_magic_cmd='$MAGIC_CMD'
717 lt_cv_file_magic_test_file=
718 lt_cv_ld_reload_flag=-r
719 lt_cv_objdir=.libs
720 lt_cv_path_LD=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
721 lt_cv_path_LDCXX=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
722 lt_cv_path_NM='/scratchbox/compilers/bin/nm -B'
723 lt_cv_path_SED=/scratchbox/tools/bin/sed
724 lt_cv_prog_compiler_c_o=yes
725 lt_cv_prog_compiler_c_o_CXX=yes
726 lt_cv_prog_compiler_pic_works=yes
727 lt_cv_prog_compiler_pic_works_CXX=yes
728 lt_cv_prog_compiler_rtti_exceptions=no
729 lt_cv_prog_compiler_static_works=yes
730 lt_cv_prog_compiler_static_works_CXX=yes
731 lt_cv_prog_gnu_ld=yes
732 lt_cv_prog_gnu_ldcxx=yes
733 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
734 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'\'''
735 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
736 lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /usr/lib /lib /usr/lib/microb-engine /usr/lib/microb-engine/components '
737 lt_cv_sys_lib_search_path_spec='/scratchbox/compilers/cs2007q3-glibc2.5-arm7/lib/gcc/arm-none-linux-gnueabi/4.2.1 /scratchbox/compilers/cs2007q3-glibc2.5-arm7/lib/gcc /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/lib /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/libc/lib /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/libc/usr/lib'
738 lt_cv_sys_max_cmd_len=98304
739 lt_lt_cv_prog_compiler_c_o='"yes"'
740 lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
741 lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
742 lt_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'\''"'
743 lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
744 pkg_cv_CURL_CFLAGS=' '
745 pkg_cv_CURL_LIBS='-lcurl  '
746 pkg_cv_PACKAGE_CFLAGS='-DMAEMO_CHANGES -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsharing -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
747 pkg_cv_PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl  '
748 pkg_cv_SHARING_CFLAGS='-I/usr/include/libsharing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  '
749 pkg_cv_SHARING_LIBS='-lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0  '
750 pkg_cv_XML_CFLAGS='-I/usr/include/libxml2  '
751 pkg_cv_XML_LIBS='-lxml2  '
752
753 ## ----------------- ##
754 ## Output variables. ##
755 ## ----------------- ##
756
757 ACLOCAL='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run aclocal-1.8'
758 AMDEPBACKSLASH='\'
759 AMDEP_FALSE='#'
760 AMDEP_TRUE=''
761 AMTAR='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run tar'
762 AR='ar'
763 AUTOCONF='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run autoconf'
764 AUTOHEADER='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run autoheader'
765 AUTOMAKE='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run automake-1.8'
766 AWK='gawk'
767 CC='gcc'
768 CCDEPMODE='depmode=gcc3'
769 CFLAGS='-O2 -g -pedantic-errors -Wall -Wmissing-prototypes -Wcast-align -std=c99 -fgnu89-inline'
770 CPP='gcc -E'
771 CPPFLAGS=''
772 CURL_CFLAGS=' '
773 CURL_LIBS='-lcurl  '
774 CXX='g++'
775 CXXCPP='g++ -E'
776 CXXDEPMODE='depmode=gcc3'
777 CXXFLAGS='-O2 -g'
778 CYGPATH_W='echo'
779 DEBUG_CFLAGS=''
780 DEFS='-DHAVE_CONFIG_H'
781 DEPDIR='.deps'
782 DSYMUTIL=''
783 ECHO='echo'
784 ECHO_C=''
785 ECHO_N='-n'
786 ECHO_T=''
787 EGREP='/scratchbox/tools/bin/grep -E'
788 EXEEXT=''
789 F77=''
790 FFLAGS=''
791 GREP='/scratchbox/tools/bin/grep'
792 INSTALL_DATA='${INSTALL} -m 644'
793 INSTALL_PROGRAM='${INSTALL}'
794 INSTALL_SCRIPT='${INSTALL}'
795 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
796 LDFLAGS=''
797 LIBOBJS=''
798 LIBS=''
799 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
800 LN_S='ln -s'
801 LTLIBOBJS=''
802 MAINT='#'
803 MAINTAINER_MODE_FALSE=''
804 MAINTAINER_MODE_TRUE='#'
805 MAKEINFO='${SHELL} /home/hitosu/workspace/Maemo.Yandex.Fotki/missing --run makeinfo'
806 NMEDIT=''
807 OBJEXT='o'
808 PACKAGE='yandex-fotki-sharing-plugin'
809 PACKAGE_BUGREPORT=''
810 PACKAGE_CFLAGS='-DMAEMO_CHANGES -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsharing -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
811 PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lxml2 -lcurl  '
812 PACKAGE_LOCALE_DIR=''
813 PACKAGE_NAME='yandex-fotki-sharing-plugin'
814 PACKAGE_STRING='yandex-fotki-sharing-plugin 0.1'
815 PACKAGE_TARNAME='yandex-fotki-sharing-plugin'
816 PACKAGE_VERSION='0.1'
817 PATH_SEPARATOR=':'
818 PKG_CONFIG='/scratchbox/tools/bin/pkg-config'
819 RANLIB='ranlib'
820 SED='/scratchbox/tools/bin/sed'
821 SET_MAKE=''
822 SHARING_CFLAGS='-I/usr/include/libsharing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/conic -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  '
823 SHARING_LIBS='-lsharing -lconic -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0  '
824 SHELL='/bin/sh'
825 STRIP='strip'
826 VERSION='0.1'
827 XML_CFLAGS='-I/usr/include/libxml2  '
828 XML_LIBS='-lxml2  '
829 ac_ct_CC='gcc'
830 ac_ct_CXX='g++'
831 ac_ct_F77=''
832 am__fastdepCC_FALSE='#'
833 am__fastdepCC_TRUE=''
834 am__fastdepCXX_FALSE='#'
835 am__fastdepCXX_TRUE=''
836 am__include='include'
837 am__leading_dot='.'
838 am__quote=''
839 bindir='${exec_prefix}/bin'
840 build='arm-unknown-linux-gnu'
841 build_alias=''
842 build_cpu='arm'
843 build_os='linux-gnu'
844 build_vendor='unknown'
845 currentdir='/home/hitosu/workspace/Maemo.Yandex.Fotki'
846 datadir='${datarootdir}'
847 datarootdir='${prefix}/share'
848 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
849 dvidir='${docdir}'
850 exec_prefix='${prefix}'
851 host='arm-unknown-linux-gnu'
852 host_alias=''
853 host_cpu='arm'
854 host_os='linux-gnu'
855 host_vendor='unknown'
856 htmldir='${docdir}'
857 includedir='${prefix}/include'
858 infodir='${datarootdir}/info'
859 install_sh='/home/hitosu/workspace/Maemo.Yandex.Fotki/install-sh'
860 libdir='${exec_prefix}/lib'
861 libexecdir='${exec_prefix}/libexec'
862 localedir='${datarootdir}/locale'
863 localstatedir='${prefix}/var'
864 mandir='${datarootdir}/man'
865 mkdir_p='mkdir -p -- .'
866 oldincludedir='/usr/include'
867 pdfdir='${docdir}'
868 pluginsdir='/usr/lib/sharing/plugins'
869 prefix='/usr/local'
870 program_transform_name='s,x,x,'
871 psdir='${docdir}'
872 sbindir='${exec_prefix}/sbin'
873 servicesdir='/usr/share/sharing/services'
874 sharedstatedir='${prefix}/com'
875 sysconfdir='${prefix}/etc'
876 target_alias=''
877
878 ## ----------- ##
879 ## confdefs.h. ##
880 ## ----------- ##
881
882 #define PACKAGE_NAME "yandex-fotki-sharing-plugin"
883 #define PACKAGE_TARNAME "yandex-fotki-sharing-plugin"
884 #define PACKAGE_VERSION "0.1"
885 #define PACKAGE_STRING "yandex-fotki-sharing-plugin 0.1"
886 #define PACKAGE_BUGREPORT ""
887 #define PACKAGE "yandex-fotki-sharing-plugin"
888 #define VERSION "0.1"
889 #define STDC_HEADERS 1
890 #define HAVE_SYS_TYPES_H 1
891 #define HAVE_SYS_STAT_H 1
892 #define HAVE_STDLIB_H 1
893 #define HAVE_STRING_H 1
894 #define HAVE_MEMORY_H 1
895 #define HAVE_STRINGS_H 1
896 #define HAVE_INTTYPES_H 1
897 #define HAVE_STDINT_H 1
898 #define HAVE_UNISTD_H 1
899 #define HAVE_DLFCN_H 1
900 #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
901
902 configure: exit 0