- Merged with upstream version
[rtl-433.git] / 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 rtl433 configure UNKNOWN-dirty, which was
5 generated by GNU Autoconf 2.69.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = estia
14 uname -m = x86_64
15 uname -r = 3.13.0-44-generic
16 uname -s = Linux
17 uname -v = #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = unknown
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/local/sbin
31 PATH: /usr/local/bin
32 PATH: /usr/sbin
33 PATH: /usr/bin
34 PATH: /sbin
35 PATH: /bin
36 PATH: /usr/games
37 PATH: /usr/local/games
38
39
40 ## ----------- ##
41 ## Core tests. ##
42 ## ----------- ##
43
44 configure:2275: checking for a BSD-compatible install
45 configure:2343: result: /usr/bin/install -c
46 configure:2354: checking whether build environment is sane
47 configure:2409: result: yes
48 configure:2560: checking for a thread-safe mkdir -p
49 configure:2599: result: /bin/mkdir -p
50 configure:2606: checking for gawk
51 configure:2622: found /usr/bin/gawk
52 configure:2633: result: gawk
53 configure:2644: checking whether make sets $(MAKE)
54 configure:2666: result: yes
55 configure:2695: checking whether make supports nested variables
56 configure:2712: result: yes
57 configure:2849: checking whether make supports nested variables
58 configure:2866: result: yes
59 configure:2878: checking whether make sets $(MAKE)
60 configure:2900: result: yes
61 configure:2957: checking for gcc
62 configure:2973: found /usr/bin/gcc
63 configure:2984: result: gcc
64 configure:3213: checking for C compiler version
65 configure:3222: gcc --version >&5
66 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
67 Copyright (C) 2013 Free Software Foundation, Inc.
68 This is free software; see the source for copying conditions.  There is NO
69 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
70
71 configure:3233: $? = 0
72 configure:3222: gcc -v >&5
73 Using built-in specs.
74 COLLECT_GCC=gcc
75 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
76 Target: x86_64-linux-gnu
77 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
78 Thread model: posix
79 gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
80 configure:3233: $? = 0
81 configure:3222: gcc -V >&5
82 gcc: error: unrecognized command line option '-V'
83 gcc: fatal error: no input files
84 compilation terminated.
85 configure:3233: $? = 4
86 configure:3222: gcc -qversion >&5
87 gcc: error: unrecognized command line option '-qversion'
88 gcc: fatal error: no input files
89 compilation terminated.
90 configure:3233: $? = 4
91 configure:3253: checking whether the C compiler works
92 configure:3275: gcc    conftest.c  >&5
93 configure:3279: $? = 0
94 configure:3327: result: yes
95 configure:3330: checking for C compiler default output file name
96 configure:3332: result: a.out
97 configure:3338: checking for suffix of executables
98 configure:3345: gcc -o conftest    conftest.c  >&5
99 configure:3349: $? = 0
100 configure:3371: result: 
101 configure:3393: checking whether we are cross compiling
102 configure:3401: gcc -o conftest    conftest.c  >&5
103 configure:3405: $? = 0
104 configure:3412: ./conftest
105 configure:3416: $? = 0
106 configure:3431: result: no
107 configure:3436: checking for suffix of object files
108 configure:3458: gcc -c   conftest.c >&5
109 configure:3462: $? = 0
110 configure:3483: result: o
111 configure:3487: checking whether we are using the GNU C compiler
112 configure:3506: gcc -c   conftest.c >&5
113 configure:3506: $? = 0
114 configure:3515: result: yes
115 configure:3524: checking whether gcc accepts -g
116 configure:3544: gcc -c -g  conftest.c >&5
117 configure:3544: $? = 0
118 configure:3585: result: yes
119 configure:3602: checking for gcc option to accept ISO C89
120 configure:3665: gcc  -c -g -O2  conftest.c >&5
121 configure:3665: $? = 0
122 configure:3678: result: none needed
123 configure:3703: checking whether gcc understands -c and -o together
124 configure:3725: gcc -c conftest.c -o conftest2.o
125 configure:3728: $? = 0
126 configure:3725: gcc -c conftest.c -o conftest2.o
127 configure:3728: $? = 0
128 configure:3740: result: yes
129 configure:3768: checking for style of include used by make
130 configure:3796: result: GNU
131 configure:3822: checking dependency style of gcc
132 configure:3933: result: gcc3
133 configure:3978: checking build system type
134 configure:3992: result: x86_64-unknown-linux-gnu
135 configure:4012: checking host system type
136 configure:4025: result: x86_64-unknown-linux-gnu
137 configure:4066: checking how to print strings
138 configure:4093: result: printf
139 configure:4114: checking for a sed that does not truncate output
140 configure:4178: result: /bin/sed
141 configure:4196: checking for grep that handles long lines and -e
142 configure:4254: result: /bin/grep
143 configure:4259: checking for egrep
144 configure:4321: result: /bin/grep -E
145 configure:4326: checking for fgrep
146 configure:4388: result: /bin/grep -F
147 configure:4423: checking for ld used by gcc
148 configure:4490: result: /usr/bin/ld
149 configure:4497: checking if the linker (/usr/bin/ld) is GNU ld
150 configure:4512: result: yes
151 configure:4524: checking for BSD- or MS-compatible name lister (nm)
152 configure:4573: result: /usr/bin/nm -B
153 configure:4703: checking the name lister (/usr/bin/nm -B) interface
154 configure:4710: gcc -c -g -O2  conftest.c >&5
155 configure:4713: /usr/bin/nm -B "conftest.o"
156 configure:4716: output
157 0000000000000000 B some_variable
158 configure:4723: result: BSD nm
159 configure:4726: checking whether ln -s works
160 configure:4730: result: yes
161 configure:4738: checking the maximum length of command line arguments
162 configure:4869: result: 1572864
163 configure:4886: checking whether the shell understands some XSI constructs
164 configure:4896: result: yes
165 configure:4900: checking whether the shell understands "+="
166 configure:4906: result: yes
167 configure:4941: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
168 configure:4981: result: func_convert_file_noop
169 configure:4988: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
170 configure:5008: result: func_convert_file_noop
171 configure:5015: checking for /usr/bin/ld option to reload object files
172 configure:5022: result: -r
173 configure:5096: checking for objdump
174 configure:5112: found /usr/bin/objdump
175 configure:5123: result: objdump
176 configure:5155: checking how to recognize dependent libraries
177 configure:5353: result: pass_all
178 configure:5438: checking for dlltool
179 configure:5468: result: no
180 configure:5498: checking how to associate runtime and link libraries
181 configure:5525: result: printf %s\n
182 configure:5586: checking for ar
183 configure:5602: found /usr/bin/ar
184 configure:5613: result: ar
185 configure:5650: checking for archiver @FILE support
186 configure:5667: gcc -c -g -O2  conftest.c >&5
187 configure:5667: $? = 0
188 configure:5670: ar cru libconftest.a @conftest.lst >&5
189 configure:5673: $? = 0
190 configure:5678: ar cru libconftest.a @conftest.lst >&5
191 ar: conftest.o: No such file or directory
192 configure:5681: $? = 1
193 configure:5693: result: @
194 configure:5751: checking for strip
195 configure:5767: found /usr/bin/strip
196 configure:5778: result: strip
197 configure:5850: checking for ranlib
198 configure:5866: found /usr/bin/ranlib
199 configure:5877: result: ranlib
200 configure:5979: checking command to parse /usr/bin/nm -B output from gcc object
201 configure:6099: gcc -c -g -O2  conftest.c >&5
202 configure:6102: $? = 0
203 configure:6106: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
204 configure:6109: $? = 0
205 configure:6175: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
206 configure:6178: $? = 0
207 configure:6216: result: ok
208 configure:6253: checking for sysroot
209 configure:6283: result: no
210 configure:6360: gcc -c -g -O2  conftest.c >&5
211 configure:6363: $? = 0
212 configure:6552: checking for mt
213 configure:6568: found /bin/mt
214 configure:6579: result: mt
215 configure:6602: checking if mt is a manifest tool
216 configure:6608: mt '-?'
217 configure:6616: result: no
218 configure:7258: checking how to run the C preprocessor
219 configure:7289: gcc -E  conftest.c
220 configure:7289: $? = 0
221 configure:7303: gcc -E  conftest.c
222 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
223  #include <ac_nonexistent.h>
224                             ^
225 compilation terminated.
226 configure:7303: $? = 1
227 configure: failed program was:
228 | /* confdefs.h */
229 | #define PACKAGE_NAME "rtl433"
230 | #define PACKAGE_TARNAME "rtl433"
231 | #define PACKAGE_VERSION "UNKNOWN-dirty"
232 | #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
233 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
234 | #define PACKAGE_URL ""
235 | #define PACKAGE "rtl433"
236 | #define VERSION "UNKNOWN-dirty"
237 | /* end confdefs.h.  */
238 | #include <ac_nonexistent.h>
239 configure:7328: result: gcc -E
240 configure:7348: gcc -E  conftest.c
241 configure:7348: $? = 0
242 configure:7362: gcc -E  conftest.c
243 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
244  #include <ac_nonexistent.h>
245                             ^
246 compilation terminated.
247 configure:7362: $? = 1
248 configure: failed program was:
249 | /* confdefs.h */
250 | #define PACKAGE_NAME "rtl433"
251 | #define PACKAGE_TARNAME "rtl433"
252 | #define PACKAGE_VERSION "UNKNOWN-dirty"
253 | #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
254 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
255 | #define PACKAGE_URL ""
256 | #define PACKAGE "rtl433"
257 | #define VERSION "UNKNOWN-dirty"
258 | /* end confdefs.h.  */
259 | #include <ac_nonexistent.h>
260 configure:7391: checking for ANSI C header files
261 configure:7411: gcc -c -g -O2  conftest.c >&5
262 configure:7411: $? = 0
263 configure:7484: gcc -o conftest -g -O2   conftest.c  >&5
264 configure:7484: $? = 0
265 configure:7484: ./conftest
266 configure:7484: $? = 0
267 configure:7495: result: yes
268 configure:7508: checking for sys/types.h
269 configure:7508: gcc -c -g -O2  conftest.c >&5
270 configure:7508: $? = 0
271 configure:7508: result: yes
272 configure:7508: checking for sys/stat.h
273 configure:7508: gcc -c -g -O2  conftest.c >&5
274 configure:7508: $? = 0
275 configure:7508: result: yes
276 configure:7508: checking for stdlib.h
277 configure:7508: gcc -c -g -O2  conftest.c >&5
278 configure:7508: $? = 0
279 configure:7508: result: yes
280 configure:7508: checking for string.h
281 configure:7508: gcc -c -g -O2  conftest.c >&5
282 configure:7508: $? = 0
283 configure:7508: result: yes
284 configure:7508: checking for memory.h
285 configure:7508: gcc -c -g -O2  conftest.c >&5
286 configure:7508: $? = 0
287 configure:7508: result: yes
288 configure:7508: checking for strings.h
289 configure:7508: gcc -c -g -O2  conftest.c >&5
290 configure:7508: $? = 0
291 configure:7508: result: yes
292 configure:7508: checking for inttypes.h
293 configure:7508: gcc -c -g -O2  conftest.c >&5
294 configure:7508: $? = 0
295 configure:7508: result: yes
296 configure:7508: checking for stdint.h
297 configure:7508: gcc -c -g -O2  conftest.c >&5
298 configure:7508: $? = 0
299 configure:7508: result: yes
300 configure:7508: checking for unistd.h
301 configure:7508: gcc -c -g -O2  conftest.c >&5
302 configure:7508: $? = 0
303 configure:7508: result: yes
304 configure:7522: checking for dlfcn.h
305 configure:7522: gcc -c -g -O2  conftest.c >&5
306 configure:7522: $? = 0
307 configure:7522: result: yes
308 configure:7728: checking for objdir
309 configure:7743: result: .libs
310 configure:8014: checking if gcc supports -fno-rtti -fno-exceptions
311 configure:8032: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
312 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
313 configure:8036: $? = 0
314 configure:8049: result: no
315 configure:8376: checking for gcc option to produce PIC
316 configure:8383: result: -fPIC -DPIC
317 configure:8391: checking if gcc PIC flag -fPIC -DPIC works
318 configure:8409: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
319 configure:8413: $? = 0
320 configure:8426: result: yes
321 configure:8455: checking if gcc static flag -static works
322 configure:8483: result: yes
323 configure:8498: checking if gcc supports -c -o file.o
324 configure:8519: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
325 configure:8523: $? = 0
326 configure:8545: result: yes
327 configure:8553: checking if gcc supports -c -o file.o
328 configure:8600: result: yes
329 configure:8633: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
330 configure:9790: result: yes
331 configure:9827: checking whether -lc should be explicitly linked in
332 configure:9835: gcc -c -g -O2  conftest.c >&5
333 configure:9838: $? = 0
334 configure:9853: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
335 configure:9856: $? = 0
336 configure:9870: result: no
337 configure:10030: checking dynamic linker characteristics
338 configure:10530: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
339 configure:10530: $? = 0
340 configure:10764: result: GNU/Linux ld.so
341 configure:10871: checking how to hardcode library paths into programs
342 configure:10896: result: immediate
343 configure:11436: checking whether stripping libraries is possible
344 configure:11441: result: yes
345 configure:11476: checking if libtool supports shared libraries
346 configure:11478: result: yes
347 configure:11481: checking whether to build shared libraries
348 configure:11502: result: yes
349 configure:11505: checking whether to build static libraries
350 configure:11509: result: yes
351 configure:11602: checking for pkg-config
352 configure:11620: found /usr/bin/pkg-config
353 configure:11632: result: /usr/bin/pkg-config
354 configure:11657: checking pkg-config is at least version 0.9.0
355 configure:11660: result: yes
356 configure:11670: checking for LIBRTLSDR
357 configure:11677: $PKG_CONFIG --exists --print-errors "librtlsdr"
358 configure:11680: $? = 0
359 configure:11694: $PKG_CONFIG --exists --print-errors "librtlsdr"
360 configure:11697: $? = 0
361 configure:11755: result: yes
362 configure:11764: checking for doxygen
363 configure:11795: result: false
364 configure:11814: checking for ANSI C header files
365 configure:11918: result: yes
366 configure:11928: checking for sys/types.h
367 configure:11928: result: yes
368 configure:11949: checking if gcc supports -fvisibility=hidden
369 configure:11955: gcc -c -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0   -fvisibility=hidden   conftest.c >&5
370 configure:11955: $? = 0
371 configure:11956: result: yes
372 configure:11967: checking whether compiler understands -Wall
373 configure:11982: gcc -c -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0   -Wall -Wextra -Wno-unused -Wsign-compare  conftest.c >&5
374 configure:11982: $? = 0
375 configure:11983: result: yes
376 configure:12105: checking that generated files are newer than configure
377 configure:12111: result: done
378 configure:12138: creating ./config.status
379
380 ## ---------------------- ##
381 ## Running config.status. ##
382 ## ---------------------- ##
383
384 This file was extended by rtl433 config.status UNKNOWN-dirty, which was
385 generated by GNU Autoconf 2.69.  Invocation command line was
386
387   CONFIG_FILES    = 
388   CONFIG_HEADERS  = 
389   CONFIG_LINKS    = 
390   CONFIG_COMMANDS = 
391   $ ./config.status 
392
393 on estia
394
395 config.status:1097: creating rtl433.pc
396 config.status:1097: creating include/Makefile
397 config.status:1097: creating src/Makefile
398 config.status:1097: creating Makefile
399 config.status:1097: creating Doxyfile
400 config.status:1097: creating config.h
401 config.status:1326: executing depfiles commands
402 config.status:1326: executing libtool commands
403
404 ## ---------------- ##
405 ## Cache variables. ##
406 ## ---------------- ##
407
408 ac_cv_build=x86_64-unknown-linux-gnu
409 ac_cv_c_compiler_gnu=yes
410 ac_cv_env_CC_set=
411 ac_cv_env_CC_value=
412 ac_cv_env_CFLAGS_set=
413 ac_cv_env_CFLAGS_value=
414 ac_cv_env_CPPFLAGS_set=
415 ac_cv_env_CPPFLAGS_value=
416 ac_cv_env_CPP_set=
417 ac_cv_env_CPP_value=
418 ac_cv_env_LDFLAGS_set=
419 ac_cv_env_LDFLAGS_value=
420 ac_cv_env_LIBRTLSDR_CFLAGS_set=
421 ac_cv_env_LIBRTLSDR_CFLAGS_value=
422 ac_cv_env_LIBRTLSDR_LIBS_set=
423 ac_cv_env_LIBRTLSDR_LIBS_value=
424 ac_cv_env_LIBS_set=
425 ac_cv_env_LIBS_value=
426 ac_cv_env_PKG_CONFIG_LIBDIR_set=
427 ac_cv_env_PKG_CONFIG_LIBDIR_value=
428 ac_cv_env_PKG_CONFIG_PATH_set=
429 ac_cv_env_PKG_CONFIG_PATH_value=
430 ac_cv_env_PKG_CONFIG_set=
431 ac_cv_env_PKG_CONFIG_value=
432 ac_cv_env_build_alias_set=
433 ac_cv_env_build_alias_value=
434 ac_cv_env_host_alias_set=
435 ac_cv_env_host_alias_value=
436 ac_cv_env_target_alias_set=
437 ac_cv_env_target_alias_value=
438 ac_cv_header_dlfcn_h=yes
439 ac_cv_header_inttypes_h=yes
440 ac_cv_header_memory_h=yes
441 ac_cv_header_stdc=yes
442 ac_cv_header_stdint_h=yes
443 ac_cv_header_stdlib_h=yes
444 ac_cv_header_string_h=yes
445 ac_cv_header_strings_h=yes
446 ac_cv_header_sys_stat_h=yes
447 ac_cv_header_sys_types_h=yes
448 ac_cv_header_unistd_h=yes
449 ac_cv_host=x86_64-unknown-linux-gnu
450 ac_cv_objext=o
451 ac_cv_path_DOXYGEN=false
452 ac_cv_path_EGREP='/bin/grep -E'
453 ac_cv_path_FGREP='/bin/grep -F'
454 ac_cv_path_GREP=/bin/grep
455 ac_cv_path_SED=/bin/sed
456 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
457 ac_cv_path_install='/usr/bin/install -c'
458 ac_cv_path_mkdir=/bin/mkdir
459 ac_cv_prog_AWK=gawk
460 ac_cv_prog_CPP='gcc -E'
461 ac_cv_prog_ac_ct_AR=ar
462 ac_cv_prog_ac_ct_CC=gcc
463 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
464 ac_cv_prog_ac_ct_OBJDUMP=objdump
465 ac_cv_prog_ac_ct_RANLIB=ranlib
466 ac_cv_prog_ac_ct_STRIP=strip
467 ac_cv_prog_cc_c89=
468 ac_cv_prog_cc_g=yes
469 ac_cv_prog_make_make_set=yes
470 am_cv_CC_dependencies_compiler_type=gcc3
471 am_cv_make_support_nested_variables=yes
472 am_cv_prog_cc_c_o=yes
473 lt_cv_ar_at_file=@
474 lt_cv_archive_cmds_need_lc=no
475 lt_cv_deplibs_check_method=pass_all
476 lt_cv_file_magic_cmd='$MAGIC_CMD'
477 lt_cv_file_magic_test_file=
478 lt_cv_ld_reload_flag=-r
479 lt_cv_nm_interface='BSD nm'
480 lt_cv_objdir=.libs
481 lt_cv_path_LD=/usr/bin/ld
482 lt_cv_path_NM='/usr/bin/nm -B'
483 lt_cv_path_mainfest_tool=no
484 lt_cv_prog_compiler_c_o=yes
485 lt_cv_prog_compiler_pic='-fPIC -DPIC'
486 lt_cv_prog_compiler_pic_works=yes
487 lt_cv_prog_compiler_rtti_exceptions=no
488 lt_cv_prog_compiler_static_works=yes
489 lt_cv_prog_gnu_ld=yes
490 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
491 lt_cv_shlibpath_overrides_runpath=no
492 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
493 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
494 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
495 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
496 lt_cv_sys_max_cmd_len=1572864
497 lt_cv_to_host_file_cmd=func_convert_file_noop
498 lt_cv_to_tool_file_cmd=func_convert_file_noop
499 pkg_cv_LIBRTLSDR_CFLAGS='-I/usr/include/ -I/usr/include/libusb-1.0  '
500 pkg_cv_LIBRTLSDR_LIBS='-lrtlsdr -lusb-1.0  '
501
502 ## ----------------- ##
503 ## Output variables. ##
504 ## ----------------- ##
505
506 ACLOCAL='${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.14'
507 AMDEPBACKSLASH='\'
508 AMDEP_FALSE='#'
509 AMDEP_TRUE=''
510 AMTAR='$${TAR-tar}'
511 AM_BACKSLASH='\'
512 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
513 AM_DEFAULT_VERBOSITY='0'
514 AM_V='$(V)'
515 AR='ar'
516 AUTOCONF='${SHELL} /home/rvb/git/rtl_433/missing autoconf'
517 AUTOHEADER='${SHELL} /home/rvb/git/rtl_433/missing autoheader'
518 AUTOMAKE='${SHELL} /home/rvb/git/rtl_433/missing automake-1.14'
519 AWK='gawk'
520 CC='gcc'
521 CCDEPMODE='depmode=gcc3'
522 CFLAGS='-g -O2 -I/usr/include/ -I/usr/include/libusb-1.0   -Wall -Wextra -Wno-unused -Wsign-compare'
523 CPP='gcc -E'
524 CPPFLAGS=''
525 CYGPATH_W='echo'
526 DEFS='-DHAVE_CONFIG_H'
527 DEPDIR='.deps'
528 DLLTOOL='false'
529 DOXYGEN='false'
530 DSYMUTIL=''
531 DUMPBIN=''
532 ECHO_C=''
533 ECHO_N='-n'
534 ECHO_T=''
535 EGREP='/bin/grep -E'
536 EXEEXT=''
537 FGREP='/bin/grep -F'
538 GREP='/bin/grep'
539 HAVE_DOXYGEN_FALSE=''
540 HAVE_DOXYGEN_TRUE='#'
541 INSTALL_DATA='${INSTALL} -m 644'
542 INSTALL_PROGRAM='${INSTALL}'
543 INSTALL_SCRIPT='${INSTALL}'
544 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
545 LD='/usr/bin/ld -m elf_x86_64'
546 LDFLAGS=''
547 LIBOBJS=''
548 LIBRTLSDR_CFLAGS='-I/usr/include/ -I/usr/include/libusb-1.0  '
549 LIBRTLSDR_LIBS='-lrtlsdr -lusb-1.0  '
550 LIBS=' -lrtlsdr -lusb-1.0  '
551 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
552 LIPO=''
553 LN_S='ln -s'
554 LTLIBOBJS=''
555 MAKEINFO='${SHELL} /home/rvb/git/rtl_433/missing makeinfo'
556 MANIFEST_TOOL=':'
557 MKDIR_P='/bin/mkdir -p'
558 NM='/usr/bin/nm -B'
559 NMEDIT=''
560 OBJDUMP='objdump'
561 OBJEXT='o'
562 OTOOL64=''
563 OTOOL=''
564 PACKAGE='rtl433'
565 PACKAGE_BUGREPORT='rtl_433@googlegroups.com'
566 PACKAGE_NAME='rtl433'
567 PACKAGE_STRING='rtl433 UNKNOWN-dirty'
568 PACKAGE_TARNAME='rtl433'
569 PACKAGE_URL=''
570 PACKAGE_VERSION='UNKNOWN-dirty'
571 PATH_SEPARATOR=':'
572 PKG_CONFIG='/usr/bin/pkg-config'
573 PKG_CONFIG_LIBDIR=''
574 PKG_CONFIG_PATH=''
575 RANLIB='ranlib'
576 RTLSDR_PC_CFLAGS='-g -O2 -I/usr/include/ -I/usr/include/libusb-1.0  '
577 RTLSDR_PC_LIBS=' -lrtlsdr -lusb-1.0  '
578 SED='/bin/sed'
579 SET_MAKE=''
580 SHELL='/bin/bash'
581 STRIP='strip'
582 SYMBOL_VISIBILITY='-fvisibility=hidden'
583 VERSION='UNKNOWN-dirty'
584 ac_ct_AR='ar'
585 ac_ct_CC='gcc'
586 ac_ct_DUMPBIN=''
587 am__EXEEXT_FALSE=''
588 am__EXEEXT_TRUE='#'
589 am__fastdepCC_FALSE='#'
590 am__fastdepCC_TRUE=''
591 am__include='include'
592 am__isrc=''
593 am__leading_dot='.'
594 am__nodep='_no'
595 am__quote=''
596 am__tar='$${TAR-tar} chof - "$$tardir"'
597 am__untar='$${TAR-tar} xf -'
598 bindir='${exec_prefix}/bin'
599 build='x86_64-unknown-linux-gnu'
600 build_alias=''
601 build_cpu='x86_64'
602 build_os='linux-gnu'
603 build_vendor='unknown'
604 datadir='${datarootdir}'
605 datarootdir='${prefix}/share'
606 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
607 dvidir='${docdir}'
608 exec_prefix='${prefix}'
609 host='x86_64-unknown-linux-gnu'
610 host_alias=''
611 host_cpu='x86_64'
612 host_os='linux-gnu'
613 host_vendor='unknown'
614 htmldir='${docdir}'
615 includedir='${prefix}/include'
616 infodir='${datarootdir}/info'
617 install_sh='${SHELL} /home/rvb/git/rtl_433/install-sh'
618 libdir='${exec_prefix}/lib'
619 libexecdir='${exec_prefix}/libexec'
620 localedir='${datarootdir}/locale'
621 localstatedir='${prefix}/var'
622 mandir='${datarootdir}/man'
623 mkdir_p='$(MKDIR_P)'
624 oldincludedir='/usr/include'
625 pdfdir='${docdir}'
626 prefix='/usr/local'
627 program_transform_name='s,x,x,'
628 psdir='${docdir}'
629 sbindir='${exec_prefix}/sbin'
630 sharedstatedir='${prefix}/com'
631 sysconfdir='${prefix}/etc'
632 target_alias=''
633
634 ## ----------- ##
635 ## confdefs.h. ##
636 ## ----------- ##
637
638 /* confdefs.h */
639 #define PACKAGE_NAME "rtl433"
640 #define PACKAGE_TARNAME "rtl433"
641 #define PACKAGE_VERSION "UNKNOWN-dirty"
642 #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
643 #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
644 #define PACKAGE_URL ""
645 #define PACKAGE "rtl433"
646 #define VERSION "UNKNOWN-dirty"
647 #define STDC_HEADERS 1
648 #define HAVE_SYS_TYPES_H 1
649 #define HAVE_SYS_STAT_H 1
650 #define HAVE_STDLIB_H 1
651 #define HAVE_STRING_H 1
652 #define HAVE_MEMORY_H 1
653 #define HAVE_STRINGS_H 1
654 #define HAVE_INTTYPES_H 1
655 #define HAVE_STDINT_H 1
656 #define HAVE_UNISTD_H 1
657 #define HAVE_DLFCN_H 1
658 #define LT_OBJDIR ".libs/"
659 #define STDC_HEADERS 1
660 #define HAVE_SYS_TYPES_H 1
661
662 configure: exit 0