Subversion Repositories svnkaklik

Rev

Rev 558 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
558 kaklik 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 configure, which was
5
generated by GNU Autoconf 2.63.  Invocation command line was
6
 
7
  $ /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure 
8
 
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12
 
13
hostname = kaklik-kolej-ubuntu
14
uname -m = x86_64
15
uname -r = 2.6.28-15-generic
16
uname -s = Linux
17
uname -v = #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009
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
 
38
 
39
## ----------- ##
40
## Core tests. ##
41
## ----------- ##
42
 
43
configure:2055: checking for a BSD-compatible install
44
configure:2123: result: /usr/bin/install -c
45
configure:2134: checking whether build environment is sane
46
configure:2177: result: yes
47
configure:2202: checking for a thread-safe mkdir -p
48
configure:2241: result: /bin/mkdir -p
49
configure:2254: checking for gawk
50
configure:2270: found /usr/bin/gawk
51
configure:2281: result: gawk
52
configure:2292: checking whether make sets $(MAKE)
53
configure:2314: result: yes
54
configure:2553: checking for gcc
55
configure:2569: found /usr/bin/gcc
56
configure:2580: result: gcc
57
configure:2812: checking for C compiler version
58
configure:2820: gcc --version >&5
59
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
60
Copyright (C) 2008 Free Software Foundation, Inc.
61
This is free software; see the source for copying conditions.  There is NO
62
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
 
64
configure:2824: $? = 0
65
configure:2831: gcc -v >&5
66
Using built-in specs.
67
Target: x86_64-linux-gnu
68
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
69
Thread model: posix
70
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) 
71
configure:2835: $? = 0
72
configure:2842: gcc -V >&5
73
gcc: '-V' option must have argument
74
configure:2846: $? = 1
75
configure:2869: checking for C compiler default output file name
563 kaklik 76
configure:2891: gcc   -lasound -lfftw3 conftest.c  >&5
558 kaklik 77
configure:2895: $? = 0
78
configure:2933: result: a.out
79
configure:2952: checking whether the C compiler works
80
configure:2962: ./a.out
81
configure:2966: $? = 0
82
configure:2985: result: yes
83
configure:2992: checking whether we are cross compiling
84
configure:2994: result: no
85
configure:2997: checking for suffix of executables
563 kaklik 86
configure:3004: gcc -o conftest   -lasound -lfftw3 conftest.c  >&5
558 kaklik 87
configure:3008: $? = 0
88
configure:3034: result: 
89
configure:3040: checking for suffix of object files
90
configure:3066: gcc -c   conftest.c >&5
91
configure:3070: $? = 0
92
configure:3095: result: o
93
configure:3099: checking whether we are using the GNU C compiler
94
configure:3128: gcc -c   conftest.c >&5
95
configure:3135: $? = 0
96
configure:3152: result: yes
97
configure:3161: checking whether gcc accepts -g
98
configure:3191: gcc -c -g  conftest.c >&5
99
configure:3198: $? = 0
100
configure:3299: result: yes
101
configure:3316: checking for gcc option to accept ISO C89
102
configure:3390: gcc  -c -g -O2  conftest.c >&5
103
configure:3397: $? = 0
104
configure:3420: result: none needed
105
configure:3449: checking for style of include used by make
106
configure:3477: result: GNU
107
configure:3502: checking dependency style of gcc
108
configure:3593: result: gcc3
109
configure:3639: checking build system type
110
configure:3657: result: x86_64-unknown-linux-gnu
111
configure:3679: checking host system type
112
configure:3694: result: x86_64-unknown-linux-gnu
113
configure:3716: checking for a sed that does not truncate output
114
configure:3782: result: /bin/sed
115
configure:3800: checking for grep that handles long lines and -e
116
configure:3860: result: /bin/grep
117
configure:3865: checking for egrep
118
configure:3929: result: /bin/grep -E
119
configure:3934: checking for fgrep
120
configure:3998: result: /bin/grep -F
121
configure:4033: checking for ld used by gcc
122
configure:4100: result: /usr/bin/ld
123
configure:4109: checking if the linker (/usr/bin/ld) is GNU ld
124
configure:4124: result: yes
125
configure:4136: checking for BSD- or MS-compatible name lister (nm)
126
configure:4185: result: /usr/bin/nm -B
127
configure:4303: checking the name lister (/usr/bin/nm -B) interface
128
configure:4310: gcc -c -g -O2  conftest.c >&5
129
configure:4313: /usr/bin/nm -B "conftest.o"
130
configure:4316: output
131
0000000000000000 B some_variable
132
configure:4323: result: BSD nm
133
configure:4326: checking whether ln -s works
134
configure:4330: result: yes
135
configure:4338: checking the maximum length of command line arguments
136
configure:4458: result: 1572864
137
configure:4475: checking whether the shell understands some XSI constructs
138
configure:4485: result: yes
139
configure:4489: checking whether the shell understands "+="
140
configure:4495: result: yes
141
configure:4530: checking for /usr/bin/ld option to reload object files
142
configure:4537: result: -r
143
configure:4606: checking for objdump
144
configure:4622: found /usr/bin/objdump
145
configure:4633: result: objdump
146
configure:4665: checking how to recognize dependent libraries
147
configure:4861: result: pass_all
148
configure:4921: checking for ar
149
configure:4937: found /usr/bin/ar
150
configure:4948: result: ar
151
configure:5026: checking for strip
152
configure:5042: found /usr/bin/strip
153
configure:5053: result: strip
154
configure:5125: checking for ranlib
155
configure:5141: found /usr/bin/ranlib
156
configure:5152: result: ranlib
157
configure:5242: checking command to parse /usr/bin/nm -B output from gcc object
158
configure:5360: gcc -c -g -O2  conftest.c >&5
159
configure:5363: $? = 0
160
configure:5367: /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
161
configure:5370: $? = 0
563 kaklik 162
configure:5424: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c conftstm.o >&5
558 kaklik 163
configure:5427: $? = 0
164
configure:5465: result: ok
165
configure:5561: gcc -c -g -O2  conftest.c >&5
166
configure:5564: $? = 0
167
configure:6332: checking how to run the C preprocessor
168
configure:6372: gcc -E  conftest.c
169
configure:6379: $? = 0
170
configure:6410: gcc -E  conftest.c
171
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
172
configure:6417: $? = 1
173
configure: failed program was:
174
| /* confdefs.h.  */
175
| #define PACKAGE_NAME ""
176
| #define PACKAGE_TARNAME ""
177
| #define PACKAGE_VERSION ""
178
| #define PACKAGE_STRING ""
179
| #define PACKAGE_BUGREPORT ""
180
| #define PACKAGE "sonar"
181
| #define VERSION "0.1"
182
| /* end confdefs.h.  */
183
| #include <ac_nonexistent.h>
184
configure:6450: result: gcc -E
185
configure:6479: gcc -E  conftest.c
186
configure:6486: $? = 0
187
configure:6517: gcc -E  conftest.c
188
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
189
configure:6524: $? = 1
190
configure: failed program was:
191
| /* confdefs.h.  */
192
| #define PACKAGE_NAME ""
193
| #define PACKAGE_TARNAME ""
194
| #define PACKAGE_VERSION ""
195
| #define PACKAGE_STRING ""
196
| #define PACKAGE_BUGREPORT ""
197
| #define PACKAGE "sonar"
198
| #define VERSION "0.1"
199
| /* end confdefs.h.  */
200
| #include <ac_nonexistent.h>
201
configure:6564: checking for ANSI C header files
202
configure:6594: gcc -c -g -O2  conftest.c >&5
203
configure:6601: $? = 0
563 kaklik 204
configure:6700: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c  >&5
558 kaklik 205
configure:6704: $? = 0
206
configure:6710: ./conftest
207
configure:6714: $? = 0
208
configure:6732: result: yes
209
configure:6756: checking for sys/types.h
210
configure:6777: gcc -c -g -O2  conftest.c >&5
211
configure:6784: $? = 0
212
configure:6801: result: yes
213
configure:6756: checking for sys/stat.h
214
configure:6777: gcc -c -g -O2  conftest.c >&5
215
configure:6784: $? = 0
216
configure:6801: result: yes
217
configure:6756: checking for stdlib.h
218
configure:6777: gcc -c -g -O2  conftest.c >&5
219
configure:6784: $? = 0
220
configure:6801: result: yes
221
configure:6756: checking for string.h
222
configure:6777: gcc -c -g -O2  conftest.c >&5
223
configure:6784: $? = 0
224
configure:6801: result: yes
225
configure:6756: checking for memory.h
226
configure:6777: gcc -c -g -O2  conftest.c >&5
227
configure:6784: $? = 0
228
configure:6801: result: yes
229
configure:6756: checking for strings.h
230
configure:6777: gcc -c -g -O2  conftest.c >&5
231
configure:6784: $? = 0
232
configure:6801: result: yes
233
configure:6756: checking for inttypes.h
234
configure:6777: gcc -c -g -O2  conftest.c >&5
235
configure:6784: $? = 0
236
configure:6801: result: yes
237
configure:6756: checking for stdint.h
238
configure:6777: gcc -c -g -O2  conftest.c >&5
239
configure:6784: $? = 0
240
configure:6801: result: yes
241
configure:6756: checking for unistd.h
242
configure:6777: gcc -c -g -O2  conftest.c >&5
243
configure:6784: $? = 0
244
configure:6801: result: yes
245
configure:6819: checking for dlfcn.h
246
configure:6840: gcc -c -g -O2  conftest.c >&5
247
configure:6847: $? = 0
248
configure:6864: result: yes
249
configure:7050: checking for objdir
250
configure:7065: result: .libs
251
configure:7357: checking if gcc supports -fno-rtti -fno-exceptions
252
configure:7375: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
253
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
254
configure:7379: $? = 0
255
configure:7392: result: no
256
configure:7412: checking for gcc option to produce PIC
257
configure:7684: result: -fPIC -DPIC
258
configure:7696: checking if gcc PIC flag -fPIC -DPIC works
259
configure:7714: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
260
configure:7718: $? = 0
261
configure:7731: result: yes
262
configure:7755: checking if gcc static flag -static works
263
configure:7783: result: yes
264
configure:7798: checking if gcc supports -c -o file.o
265
configure:7819: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
266
configure:7823: $? = 0
267
configure:7845: result: yes
268
configure:7853: checking if gcc supports -c -o file.o
269
configure:7900: result: yes
270
configure:7933: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
271
configure:9008: result: yes
272
configure:9045: checking whether -lc should be explicitly linked in
273
configure:9050: gcc -c -g -O2  conftest.c >&5
274
configure:9053: $? = 0
275
configure:9068: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
276
configure:9071: $? = 0
277
configure:9083: result: no
278
configure:9247: checking dynamic linker characteristics
563 kaklik 279
configure:9690: gcc -o conftest -g -O2  -lasound -lfftw3 -Wl,-rpath -Wl,/foo conftest.c  >&5
558 kaklik 280
configure:9697: $? = 0
281
configure:9942: result: GNU/Linux ld.so
282
configure:10044: checking how to hardcode library paths into programs
283
configure:10069: result: immediate
284
configure:10902: checking whether stripping libraries is possible
285
configure:10907: result: yes
286
configure:10942: checking if libtool supports shared libraries
287
configure:10944: result: yes
288
configure:10947: checking whether to build shared libraries
289
configure:10968: result: yes
290
configure:10971: checking whether to build static libraries
291
configure:10975: result: yes
292
configure:11129: creating ./config.status
293
 
294
## ---------------------- ##
295
## Running config.status. ##
296
## ---------------------- ##
297
 
298
This file was extended by config.status, which was
299
generated by GNU Autoconf 2.63.  Invocation command line was
300
 
301
  CONFIG_FILES    = 
302
  CONFIG_HEADERS  = 
303
  CONFIG_LINKS    = 
304
  CONFIG_COMMANDS = 
305
  $ ./config.status 
306
 
307
on kaklik-kolej-ubuntu
308
 
309
config.status:982: creating Makefile
310
config.status:982: creating src/Makefile
311
config.status:982: creating config.h
563 kaklik 312
config.status:1204: config.h is unchanged
558 kaklik 313
config.status:1256: executing depfiles commands
314
config.status:1256: executing libtool commands
315
 
316
## ---------------- ##
317
## Cache variables. ##
318
## ---------------- ##
319
 
320
ac_cv_build=x86_64-unknown-linux-gnu
321
ac_cv_c_compiler_gnu=yes
322
ac_cv_env_CC_set=
323
ac_cv_env_CC_value=
324
ac_cv_env_CFLAGS_set=
325
ac_cv_env_CFLAGS_value=
326
ac_cv_env_CPPFLAGS_set=
327
ac_cv_env_CPPFLAGS_value=
328
ac_cv_env_CPP_set=
329
ac_cv_env_CPP_value=
330
ac_cv_env_LDFLAGS_set=set
563 kaklik 331
ac_cv_env_LDFLAGS_value='-lasound -lfftw3'
558 kaklik 332
ac_cv_env_LIBS_set=
333
ac_cv_env_LIBS_value=
334
ac_cv_env_build_alias_set=
335
ac_cv_env_build_alias_value=
336
ac_cv_env_host_alias_set=
337
ac_cv_env_host_alias_value=
338
ac_cv_env_target_alias_set=
339
ac_cv_env_target_alias_value=
340
ac_cv_header_dlfcn_h=yes
341
ac_cv_header_inttypes_h=yes
342
ac_cv_header_memory_h=yes
343
ac_cv_header_stdc=yes
344
ac_cv_header_stdint_h=yes
345
ac_cv_header_stdlib_h=yes
346
ac_cv_header_string_h=yes
347
ac_cv_header_strings_h=yes
348
ac_cv_header_sys_stat_h=yes
349
ac_cv_header_sys_types_h=yes
350
ac_cv_header_unistd_h=yes
351
ac_cv_host=x86_64-unknown-linux-gnu
352
ac_cv_objext=o
353
ac_cv_path_EGREP='/bin/grep -E'
354
ac_cv_path_FGREP='/bin/grep -F'
355
ac_cv_path_GREP=/bin/grep
356
ac_cv_path_SED=/bin/sed
357
ac_cv_path_install='/usr/bin/install -c'
358
ac_cv_path_mkdir=/bin/mkdir
359
ac_cv_prog_AWK=gawk
360
ac_cv_prog_CPP='gcc -E'
361
ac_cv_prog_ac_ct_AR=ar
362
ac_cv_prog_ac_ct_CC=gcc
363
ac_cv_prog_ac_ct_OBJDUMP=objdump
364
ac_cv_prog_ac_ct_RANLIB=ranlib
365
ac_cv_prog_ac_ct_STRIP=strip
366
ac_cv_prog_cc_c89=
367
ac_cv_prog_cc_g=yes
368
ac_cv_prog_make_make_set=yes
369
am_cv_CC_dependencies_compiler_type=gcc3
370
lt_cv_deplibs_check_method=pass_all
371
lt_cv_file_magic_cmd='$MAGIC_CMD'
372
lt_cv_file_magic_test_file=
373
lt_cv_ld_reload_flag=-r
374
lt_cv_nm_interface='BSD nm'
375
lt_cv_objdir=.libs
376
lt_cv_path_LD=/usr/bin/ld
377
lt_cv_path_NM='/usr/bin/nm -B'
378
lt_cv_prog_compiler_c_o=yes
379
lt_cv_prog_compiler_pic_works=yes
380
lt_cv_prog_compiler_rtti_exceptions=no
381
lt_cv_prog_compiler_static_works=yes
382
lt_cv_prog_gnu_ld=yes
383
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
384
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
385
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'\'''
386
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
387
lt_cv_sys_max_cmd_len=1572864
388
 
389
## ----------------- ##
390
## Output variables. ##
391
## ----------------- ##
392
 
393
ACLOCAL='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.10'
394
AMDEPBACKSLASH='\'
395
AMDEP_FALSE='#'
396
AMDEP_TRUE=''
397
AMTAR='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run tar'
398
AR='ar'
399
AUTOCONF='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoconf'
400
AUTOHEADER='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoheader'
401
AUTOMAKE='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run automake-1.10'
402
AWK='gawk'
403
CC='gcc'
404
CCDEPMODE='depmode=gcc3'
405
CFLAGS='-g -O2'
406
CPP='gcc -E'
407
CPPFLAGS=''
408
CYGPATH_W='echo'
409
DEFS='-DHAVE_CONFIG_H'
410
DEPDIR='.deps'
411
DSYMUTIL=''
412
DUMPBIN=''
413
ECHO_C=''
414
ECHO_N='-n'
415
ECHO_T=''
416
EGREP='/bin/grep -E'
417
EXEEXT=''
418
FGREP='/bin/grep -F'
419
GREP='/bin/grep'
420
INSTALL_DATA='${INSTALL} -m 644'
421
INSTALL_PROGRAM='${INSTALL}'
422
INSTALL_SCRIPT='${INSTALL}'
423
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
424
LD='/usr/bin/ld -m elf_x86_64'
563 kaklik 425
LDFLAGS='-lasound -lfftw3'
558 kaklik 426
LIBOBJS=''
427
LIBS=''
428
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
429
LIPO=''
430
LN_S='ln -s'
431
LTLIBOBJS=''
432
MAKEINFO='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run makeinfo'
433
MKDIR_P='/bin/mkdir -p'
434
NM='/usr/bin/nm -B'
435
NMEDIT=''
436
OBJDUMP='objdump'
437
OBJEXT='o'
438
OTOOL64=''
439
OTOOL=''
440
PACKAGE='sonar'
441
PACKAGE_BUGREPORT=''
442
PACKAGE_NAME=''
443
PACKAGE_STRING=''
444
PACKAGE_TARNAME=''
445
PACKAGE_VERSION=''
446
PATH_SEPARATOR=':'
447
RANLIB='ranlib'
448
SED='/bin/sed'
449
SET_MAKE=''
450
SHELL='/bin/bash'
451
STRIP='strip'
452
VERSION='0.1'
453
ac_ct_CC='gcc'
454
ac_ct_DUMPBIN=''
455
am__fastdepCC_FALSE='#'
456
am__fastdepCC_TRUE=''
457
am__include='include'
458
am__isrc=''
459
am__leading_dot='.'
460
am__quote=''
461
am__tar='${AMTAR} chof - "$$tardir"'
462
am__untar='${AMTAR} xf -'
463
bindir='${exec_prefix}/bin'
464
build='x86_64-unknown-linux-gnu'
465
build_alias=''
466
build_cpu='x86_64'
467
build_os='linux-gnu'
468
build_vendor='unknown'
469
datadir='${datarootdir}'
470
datarootdir='${prefix}/share'
471
docdir='${datarootdir}/doc/${PACKAGE}'
472
dvidir='${docdir}'
473
exec_prefix='${prefix}'
474
host='x86_64-unknown-linux-gnu'
475
host_alias=''
476
host_cpu='x86_64'
477
host_os='linux-gnu'
478
host_vendor='unknown'
479
htmldir='${docdir}'
480
includedir='${prefix}/include'
481
infodir='${datarootdir}/info'
482
install_sh='$(SHELL) /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/install-sh'
483
libdir='${exec_prefix}/lib'
484
libexecdir='${exec_prefix}/libexec'
485
localedir='${datarootdir}/locale'
486
localstatedir='${prefix}/var'
487
lt_ECHO='echo'
488
mandir='${datarootdir}/man'
489
mkdir_p='/bin/mkdir -p'
490
oldincludedir='/usr/include'
491
pdfdir='${docdir}'
492
prefix='/usr/local'
493
program_transform_name='s,x,x,'
494
psdir='${docdir}'
495
sbindir='${exec_prefix}/sbin'
496
sharedstatedir='${prefix}/com'
497
sysconfdir='${prefix}/etc'
498
target_alias=''
499
 
500
## ----------- ##
501
## confdefs.h. ##
502
## ----------- ##
503
 
504
#define PACKAGE_NAME ""
505
#define PACKAGE_TARNAME ""
506
#define PACKAGE_VERSION ""
507
#define PACKAGE_STRING ""
508
#define PACKAGE_BUGREPORT ""
509
#define PACKAGE "sonar"
510
#define VERSION "0.1"
511
#define STDC_HEADERS 1
512
#define HAVE_SYS_TYPES_H 1
513
#define HAVE_SYS_STAT_H 1
514
#define HAVE_STDLIB_H 1
515
#define HAVE_STRING_H 1
516
#define HAVE_MEMORY_H 1
517
#define HAVE_STRINGS_H 1
518
#define HAVE_INTTYPES_H 1
519
#define HAVE_STDINT_H 1
520
#define HAVE_UNISTD_H 1
521
#define HAVE_DLFCN_H 1
522
#define LT_OBJDIR ".libs/"
523
 
524
configure: exit 0