OSDN Git Service

sublexer.cpp -- sublexer.hをインターフェースのみとし、実装をsublexer_impl.cpp/hに
[simplecms/utakata.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 utakata configure 0.0.1, which was
5 generated by GNU Autoconf 2.63.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = localhost
14 uname -m = i686
15 uname -r = 2.6.29-gentoo-r5
16 uname -s = Linux
17 uname -v = #5 SMP Sat Jun 6 17:06:52 JST 2009
18
19 /usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
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/bin
31 PATH: /usr/bin
32 PATH: /bin
33 PATH: /opt/bin
34 PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2
35 PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.3.2
36 PATH: /usr/qt/3/bin
37
38
39 ## ----------- ##
40 ## Core tests. ##
41 ## ----------- ##
42
43 configure:1883: checking for a BSD-compatible install
44 configure:1951: result: /usr/bin/install -c
45 configure:1962: checking whether build environment is sane
46 configure:2005: result: yes
47 configure:2030: checking for a thread-safe mkdir -p
48 configure:2069: result: /bin/mkdir -p
49 configure:2082: checking for gawk
50 configure:2098: found /usr/bin/gawk
51 configure:2109: result: gawk
52 configure:2120: checking whether make sets $(MAKE)
53 configure:2142: result: yes
54 configure:2377: checking for g++
55 configure:2393: found /usr/bin/g++
56 configure:2404: result: g++
57 configure:2431: checking for C++ compiler version
58 configure:2439: g++ --version >&5
59 g++ (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
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:2443: $? = 0
65 configure:2450: g++ -v >&5
66 Using built-in specs.
67 Target: i686-pc-linux-gnu
68 Configured with: /var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r3 p1.6, pie-10.1.5'
69 Thread model: posix
70 gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 
71 configure:2454: $? = 0
72 configure:2461: g++ -V >&5
73 g++: '-V' option must have argument
74 configure:2465: $? = 1
75 configure:2488: checking for C++ compiler default output file name
76 configure:2510: g++    conftest.cpp  >&5
77 configure:2514: $? = 0
78 configure:2552: result: a.out
79 configure:2571: checking whether the C++ compiler works
80 configure:2581: ./a.out
81 configure:2585: $? = 0
82 configure:2604: result: yes
83 configure:2611: checking whether we are cross compiling
84 configure:2613: result: no
85 configure:2616: checking for suffix of executables
86 configure:2623: g++ -o conftest    conftest.cpp  >&5
87 configure:2627: $? = 0
88 configure:2653: result: 
89 configure:2659: checking for suffix of object files
90 configure:2685: g++ -c   conftest.cpp >&5
91 configure:2689: $? = 0
92 configure:2714: result: o
93 configure:2718: checking whether we are using the GNU C++ compiler
94 configure:2747: g++ -c   conftest.cpp >&5
95 configure:2754: $? = 0
96 configure:2771: result: yes
97 configure:2780: checking whether g++ accepts -g
98 configure:2810: g++ -c -g  conftest.cpp >&5
99 configure:2817: $? = 0
100 configure:2918: result: yes
101 configure:2952: checking for style of include used by make
102 configure:2980: result: GNU
103 configure:3005: checking dependency style of g++
104 configure:3096: result: gcc3
105 configure:3159: checking for gcc
106 configure:3175: found /usr/bin/gcc
107 configure:3186: result: gcc
108 configure:3418: checking for C compiler version
109 configure:3426: gcc --version >&5
110 gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
111 Copyright (C) 2008 Free Software Foundation, Inc.
112 This is free software; see the source for copying conditions.  There is NO
113 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
114
115 configure:3430: $? = 0
116 configure:3437: gcc -v >&5
117 Using built-in specs.
118 Target: i686-pc-linux-gnu
119 Configured with: /var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r3 p1.6, pie-10.1.5'
120 Thread model: posix
121 gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 
122 configure:3441: $? = 0
123 configure:3448: gcc -V >&5
124 gcc: '-V' option must have argument
125 configure:3452: $? = 1
126 configure:3455: checking whether we are using the GNU C compiler
127 configure:3484: gcc -c   conftest.c >&5
128 configure:3491: $? = 0
129 configure:3508: result: yes
130 configure:3517: checking whether gcc accepts -g
131 configure:3547: gcc -c -g  conftest.c >&5
132 configure:3554: $? = 0
133 configure:3655: result: yes
134 configure:3672: checking for gcc option to accept ISO C89
135 configure:3746: gcc  -c -g -O2  conftest.c >&5
136 configure:3753: $? = 0
137 configure:3776: result: none needed
138 configure:3796: checking dependency style of gcc
139 configure:3887: result: gcc3
140 configure:3915: checking how to run the C preprocessor
141 configure:3955: gcc -E  conftest.c
142 configure:3962: $? = 0
143 configure:3993: gcc -E  conftest.c
144 conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
145 configure:4000: $? = 1
146 configure: failed program was:
147 | /* confdefs.h.  */
148 | #define PACKAGE_NAME "utakata"
149 | #define PACKAGE_TARNAME "utakata"
150 | #define PACKAGE_VERSION "0.0.1"
151 | #define PACKAGE_STRING "utakata 0.0.1"
152 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
153 | /* end confdefs.h.  */
154 | #include <ac_nonexistent.h>
155 configure:4033: result: gcc -E
156 configure:4062: gcc -E  conftest.c
157 configure:4069: $? = 0
158 configure:4100: gcc -E  conftest.c
159 conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
160 configure:4107: $? = 1
161 configure: failed program was:
162 | /* confdefs.h.  */
163 | #define PACKAGE_NAME "utakata"
164 | #define PACKAGE_TARNAME "utakata"
165 | #define PACKAGE_VERSION "0.0.1"
166 | #define PACKAGE_STRING "utakata 0.0.1"
167 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
168 | /* end confdefs.h.  */
169 | #include <ac_nonexistent.h>
170 configure:4147: checking for grep that handles long lines and -e
171 configure:4207: result: /bin/grep
172 configure:4212: checking for egrep
173 configure:4276: result: /bin/grep -E
174 configure:4281: checking for ANSI C header files
175 configure:4311: gcc -c -g -O2  conftest.c >&5
176 configure:4318: $? = 0
177 configure:4417: gcc -o conftest -g -O2   conftest.c  >&5
178 configure:4421: $? = 0
179 configure:4427: ./conftest
180 configure:4431: $? = 0
181 configure:4449: result: yes
182 configure:4473: checking for sys/types.h
183 configure:4494: gcc -c -g -O2  conftest.c >&5
184 configure:4501: $? = 0
185 configure:4518: result: yes
186 configure:4473: checking for sys/stat.h
187 configure:4494: gcc -c -g -O2  conftest.c >&5
188 configure:4501: $? = 0
189 configure:4518: result: yes
190 configure:4473: checking for stdlib.h
191 configure:4494: gcc -c -g -O2  conftest.c >&5
192 configure:4501: $? = 0
193 configure:4518: result: yes
194 configure:4473: checking for string.h
195 configure:4494: gcc -c -g -O2  conftest.c >&5
196 configure:4501: $? = 0
197 configure:4518: result: yes
198 configure:4473: checking for memory.h
199 configure:4494: gcc -c -g -O2  conftest.c >&5
200 configure:4501: $? = 0
201 configure:4518: result: yes
202 configure:4473: checking for strings.h
203 configure:4494: gcc -c -g -O2  conftest.c >&5
204 configure:4501: $? = 0
205 configure:4518: result: yes
206 configure:4473: checking for inttypes.h
207 configure:4494: gcc -c -g -O2  conftest.c >&5
208 configure:4501: $? = 0
209 configure:4518: result: yes
210 configure:4473: checking for stdint.h
211 configure:4494: gcc -c -g -O2  conftest.c >&5
212 configure:4501: $? = 0
213 configure:4518: result: yes
214 configure:4473: checking for unistd.h
215 configure:4494: gcc -c -g -O2  conftest.c >&5
216 configure:4501: $? = 0
217 configure:4518: result: yes
218 configure:4532: checking for stdbool.h that conforms to C99
219 configure:4627: gcc -c -g -O2  conftest.c >&5
220 configure:4634: $? = 0
221 configure:4649: result: yes
222 configure:4651: checking for _Bool
223 configure:4679: gcc -c -g -O2  conftest.c >&5
224 configure:4686: $? = 0
225 configure:4713: gcc -c -g -O2  conftest.c >&5
226 conftest.c: In function 'main':
227 conftest.c:54: error: expected expression before ')' token
228 configure:4720: $? = 1
229 configure: failed program was:
230 | /* confdefs.h.  */
231 | #define PACKAGE_NAME "utakata"
232 | #define PACKAGE_TARNAME "utakata"
233 | #define PACKAGE_VERSION "0.0.1"
234 | #define PACKAGE_STRING "utakata 0.0.1"
235 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
236 | #define STDC_HEADERS 1
237 | #define HAVE_SYS_TYPES_H 1
238 | #define HAVE_SYS_STAT_H 1
239 | #define HAVE_STDLIB_H 1
240 | #define HAVE_STRING_H 1
241 | #define HAVE_MEMORY_H 1
242 | #define HAVE_STRINGS_H 1
243 | #define HAVE_INTTYPES_H 1
244 | #define HAVE_STDINT_H 1
245 | #define HAVE_UNISTD_H 1
246 | /* end confdefs.h.  */
247 | #include <stdio.h>
248 | #ifdef HAVE_SYS_TYPES_H
249 | # include <sys/types.h>
250 | #endif
251 | #ifdef HAVE_SYS_STAT_H
252 | # include <sys/stat.h>
253 | #endif
254 | #ifdef STDC_HEADERS
255 | # include <stdlib.h>
256 | # include <stddef.h>
257 | #else
258 | # ifdef HAVE_STDLIB_H
259 | #  include <stdlib.h>
260 | # endif
261 | #endif
262 | #ifdef HAVE_STRING_H
263 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
264 | #  include <memory.h>
265 | # endif
266 | # include <string.h>
267 | #endif
268 | #ifdef HAVE_STRINGS_H
269 | # include <strings.h>
270 | #endif
271 | #ifdef HAVE_INTTYPES_H
272 | # include <inttypes.h>
273 | #endif
274 | #ifdef HAVE_STDINT_H
275 | # include <stdint.h>
276 | #endif
277 | #ifdef HAVE_UNISTD_H
278 | # include <unistd.h>
279 | #endif
280 | int
281 | main ()
282 | {
283 | if (sizeof ((_Bool)))
284 |         return 0;
285 |   ;
286 |   return 0;
287 | }
288 configure:4743: result: yes
289 configure:4762: checking for inline
290 configure:4788: gcc -c -g -O2  conftest.c >&5
291 configure:4795: $? = 0
292 configure:4813: result: inline
293 configure:4832: checking for size_t
294 configure:4860: gcc -c -g -O2  conftest.c >&5
295 configure:4867: $? = 0
296 configure:4894: gcc -c -g -O2  conftest.c >&5
297 conftest.c: In function 'main':
298 conftest.c:56: error: expected expression before ')' token
299 configure:4901: $? = 1
300 configure: failed program was:
301 | /* confdefs.h.  */
302 | #define PACKAGE_NAME "utakata"
303 | #define PACKAGE_TARNAME "utakata"
304 | #define PACKAGE_VERSION "0.0.1"
305 | #define PACKAGE_STRING "utakata 0.0.1"
306 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
307 | #define STDC_HEADERS 1
308 | #define HAVE_SYS_TYPES_H 1
309 | #define HAVE_SYS_STAT_H 1
310 | #define HAVE_STDLIB_H 1
311 | #define HAVE_STRING_H 1
312 | #define HAVE_MEMORY_H 1
313 | #define HAVE_STRINGS_H 1
314 | #define HAVE_INTTYPES_H 1
315 | #define HAVE_STDINT_H 1
316 | #define HAVE_UNISTD_H 1
317 | #define HAVE__BOOL 1
318 | #define HAVE_STDBOOL_H 1
319 | /* end confdefs.h.  */
320 | #include <stdio.h>
321 | #ifdef HAVE_SYS_TYPES_H
322 | # include <sys/types.h>
323 | #endif
324 | #ifdef HAVE_SYS_STAT_H
325 | # include <sys/stat.h>
326 | #endif
327 | #ifdef STDC_HEADERS
328 | # include <stdlib.h>
329 | # include <stddef.h>
330 | #else
331 | # ifdef HAVE_STDLIB_H
332 | #  include <stdlib.h>
333 | # endif
334 | #endif
335 | #ifdef HAVE_STRING_H
336 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
337 | #  include <memory.h>
338 | # endif
339 | # include <string.h>
340 | #endif
341 | #ifdef HAVE_STRINGS_H
342 | # include <strings.h>
343 | #endif
344 | #ifdef HAVE_INTTYPES_H
345 | # include <inttypes.h>
346 | #endif
347 | #ifdef HAVE_STDINT_H
348 | # include <stdint.h>
349 | #endif
350 | #ifdef HAVE_UNISTD_H
351 | # include <unistd.h>
352 | #endif
353 | int
354 | main ()
355 | {
356 | if (sizeof ((size_t)))
357 |         return 0;
358 |   ;
359 |   return 0;
360 | }
361 configure:4924: result: yes
362 configure:5064: creating ./config.status
363
364 ## ---------------------- ##
365 ## Running config.status. ##
366 ## ---------------------- ##
367
368 This file was extended by utakata config.status 0.0.1, which was
369 generated by GNU Autoconf 2.63.  Invocation command line was
370
371   CONFIG_FILES    = 
372   CONFIG_HEADERS  = 
373   CONFIG_LINKS    = 
374   CONFIG_COMMANDS = 
375   $ ./config.status 
376
377 on localhost
378
379 config.status:776: creating Makefile
380 config.status:776: creating test/Makefile
381 config.status:776: creating config.h
382 config.status:998: config.h is unchanged
383 config.status:1050: executing depfiles commands
384
385 ## ---------------- ##
386 ## Cache variables. ##
387 ## ---------------- ##
388
389 ac_cv_c_compiler_gnu=yes
390 ac_cv_c_inline=inline
391 ac_cv_cxx_compiler_gnu=yes
392 ac_cv_env_CCC_set=
393 ac_cv_env_CCC_value=
394 ac_cv_env_CC_set=
395 ac_cv_env_CC_value=
396 ac_cv_env_CFLAGS_set=
397 ac_cv_env_CFLAGS_value=
398 ac_cv_env_CPPFLAGS_set=
399 ac_cv_env_CPPFLAGS_value=
400 ac_cv_env_CPP_set=
401 ac_cv_env_CPP_value=
402 ac_cv_env_CXXFLAGS_set=
403 ac_cv_env_CXXFLAGS_value=
404 ac_cv_env_CXX_set=
405 ac_cv_env_CXX_value=
406 ac_cv_env_LDFLAGS_set=
407 ac_cv_env_LDFLAGS_value=
408 ac_cv_env_LIBS_set=
409 ac_cv_env_LIBS_value=
410 ac_cv_env_build_alias_set=
411 ac_cv_env_build_alias_value=
412 ac_cv_env_host_alias_set=
413 ac_cv_env_host_alias_value=
414 ac_cv_env_target_alias_set=
415 ac_cv_env_target_alias_value=
416 ac_cv_header_inttypes_h=yes
417 ac_cv_header_memory_h=yes
418 ac_cv_header_stdbool_h=yes
419 ac_cv_header_stdc=yes
420 ac_cv_header_stdint_h=yes
421 ac_cv_header_stdlib_h=yes
422 ac_cv_header_string_h=yes
423 ac_cv_header_strings_h=yes
424 ac_cv_header_sys_stat_h=yes
425 ac_cv_header_sys_types_h=yes
426 ac_cv_header_unistd_h=yes
427 ac_cv_objext=o
428 ac_cv_path_EGREP='/bin/grep -E'
429 ac_cv_path_GREP=/bin/grep
430 ac_cv_path_install='/usr/bin/install -c'
431 ac_cv_path_mkdir=/bin/mkdir
432 ac_cv_prog_AWK=gawk
433 ac_cv_prog_CPP='gcc -E'
434 ac_cv_prog_ac_ct_CC=gcc
435 ac_cv_prog_ac_ct_CXX=g++
436 ac_cv_prog_cc_c89=
437 ac_cv_prog_cc_g=yes
438 ac_cv_prog_cxx_g=yes
439 ac_cv_prog_make_make_set=yes
440 ac_cv_type__Bool=yes
441 ac_cv_type_size_t=yes
442 am_cv_CC_dependencies_compiler_type=gcc3
443 am_cv_CXX_dependencies_compiler_type=gcc3
444
445 ## ----------------- ##
446 ## Output variables. ##
447 ## ----------------- ##
448
449 ACLOCAL='${SHELL} /home/derui/develop/sdl/missing --run aclocal-1.10'
450 AMDEPBACKSLASH='\'
451 AMDEP_FALSE='#'
452 AMDEP_TRUE=''
453 AMTAR='${SHELL} /home/derui/develop/sdl/missing --run tar'
454 AUTOCONF='${SHELL} /home/derui/develop/sdl/missing --run autoconf'
455 AUTOHEADER='${SHELL} /home/derui/develop/sdl/missing --run autoheader'
456 AUTOMAKE='${SHELL} /home/derui/develop/sdl/missing --run automake-1.10'
457 AWK='gawk'
458 CC='gcc'
459 CCDEPMODE='depmode=gcc3'
460 CFLAGS='-g -O2'
461 CPP='gcc -E'
462 CPPFLAGS=''
463 CXX='g++'
464 CXXDEPMODE='depmode=gcc3'
465 CXXFLAGS='-g -O2'
466 CYGPATH_W='echo'
467 DEFS='-DHAVE_CONFIG_H'
468 DEPDIR='.deps'
469 ECHO_C=''
470 ECHO_N='-n'
471 ECHO_T=''
472 EGREP='/bin/grep -E'
473 EXEEXT=''
474 GREP='/bin/grep'
475 INSTALL_DATA='${INSTALL} -m 644'
476 INSTALL_PROGRAM='${INSTALL}'
477 INSTALL_SCRIPT='${INSTALL}'
478 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
479 LDFLAGS=''
480 LIBOBJS=''
481 LIBS=''
482 LTLIBOBJS=''
483 MAKEINFO='${SHELL} /home/derui/develop/sdl/missing --run makeinfo'
484 MKDIR_P='/bin/mkdir -p'
485 OBJEXT='o'
486 PACKAGE='utakata'
487 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
488 PACKAGE_NAME='utakata'
489 PACKAGE_STRING='utakata 0.0.1'
490 PACKAGE_TARNAME='utakata'
491 PACKAGE_VERSION='0.0.1'
492 PATH_SEPARATOR=':'
493 SET_MAKE=''
494 SHELL='/bin/sh'
495 STRIP=''
496 VERSION='0.0.1'
497 ac_ct_CC='gcc'
498 ac_ct_CXX='g++'
499 am__fastdepCC_FALSE='#'
500 am__fastdepCC_TRUE=''
501 am__fastdepCXX_FALSE='#'
502 am__fastdepCXX_TRUE=''
503 am__include='include'
504 am__isrc=''
505 am__leading_dot='.'
506 am__quote=''
507 am__tar='${AMTAR} chof - "$$tardir"'
508 am__untar='${AMTAR} xf -'
509 bindir='${exec_prefix}/bin'
510 build_alias=''
511 datadir='${datarootdir}'
512 datarootdir='${prefix}/share'
513 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
514 dvidir='${docdir}'
515 exec_prefix='${prefix}'
516 host_alias=''
517 htmldir='${docdir}'
518 includedir='${prefix}/include'
519 infodir='${datarootdir}/info'
520 install_sh='$(SHELL) /home/derui/develop/sdl/install-sh'
521 libdir='${exec_prefix}/lib'
522 libexecdir='${exec_prefix}/libexec'
523 localedir='${datarootdir}/locale'
524 localstatedir='${prefix}/var'
525 mandir='${datarootdir}/man'
526 mkdir_p='/bin/mkdir -p'
527 oldincludedir='/usr/include'
528 pdfdir='${docdir}'
529 prefix='/usr/local'
530 program_transform_name='s,x,x,'
531 psdir='${docdir}'
532 sbindir='${exec_prefix}/sbin'
533 sharedstatedir='${prefix}/com'
534 sysconfdir='${prefix}/etc'
535 target_alias=''
536
537 ## ----------- ##
538 ## confdefs.h. ##
539 ## ----------- ##
540
541 #define PACKAGE_NAME "utakata"
542 #define PACKAGE_TARNAME "utakata"
543 #define PACKAGE_VERSION "0.0.1"
544 #define PACKAGE_STRING "utakata 0.0.1"
545 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
546 #define STDC_HEADERS 1
547 #define HAVE_SYS_TYPES_H 1
548 #define HAVE_SYS_STAT_H 1
549 #define HAVE_STDLIB_H 1
550 #define HAVE_STRING_H 1
551 #define HAVE_MEMORY_H 1
552 #define HAVE_STRINGS_H 1
553 #define HAVE_INTTYPES_H 1
554 #define HAVE_STDINT_H 1
555 #define HAVE_UNISTD_H 1
556 #define HAVE__BOOL 1
557 #define HAVE_STDBOOL_H 1
558
559 configure: exit 0
560
561 ## ---------------------- ##
562 ## Running config.status. ##
563 ## ---------------------- ##
564
565 This file was extended by utakata config.status 0.0.1, which was
566 generated by GNU Autoconf 2.63.  Invocation command line was
567
568   CONFIG_FILES    = 
569   CONFIG_HEADERS  = 
570   CONFIG_LINKS    = 
571   CONFIG_COMMANDS = 
572   $ ./config.status test/Makefile depfiles
573
574 on localhost
575
576 config.status:776: creating test/Makefile
577 config.status:1050: executing depfiles commands
578
579 ## ---------------------- ##
580 ## Running config.status. ##
581 ## ---------------------- ##
582
583 This file was extended by utakata config.status 0.0.1, which was
584 generated by GNU Autoconf 2.63.  Invocation command line was
585
586   CONFIG_FILES    = 
587   CONFIG_HEADERS  = 
588   CONFIG_LINKS    = 
589   CONFIG_COMMANDS = 
590   $ ./config.status test/Makefile depfiles
591
592 on localhost
593
594 config.status:776: creating test/Makefile
595 config.status:1050: executing depfiles commands
596
597 ## ---------------------- ##
598 ## Running config.status. ##
599 ## ---------------------- ##
600
601 This file was extended by utakata config.status 0.0.1, which was
602 generated by GNU Autoconf 2.63.  Invocation command line was
603
604   CONFIG_FILES    = 
605   CONFIG_HEADERS  = 
606   CONFIG_LINKS    = 
607   CONFIG_COMMANDS = 
608   $ ./config.status test/Makefile depfiles
609
610 on localhost
611
612 config.status:776: creating test/Makefile
613 config.status:1050: executing depfiles commands
614
615 ## ---------------------- ##
616 ## Running config.status. ##
617 ## ---------------------- ##
618
619 This file was extended by utakata config.status 0.0.1, which was
620 generated by GNU Autoconf 2.63.  Invocation command line was
621
622   CONFIG_FILES    = 
623   CONFIG_HEADERS  = 
624   CONFIG_LINKS    = 
625   CONFIG_COMMANDS = 
626   $ ./config.status test/Makefile depfiles
627
628 on localhost
629
630 config.status:776: creating test/Makefile
631 config.status:1050: executing depfiles commands
632
633 ## ---------------------- ##
634 ## Running config.status. ##
635 ## ---------------------- ##
636
637 This file was extended by utakata config.status 0.0.1, which was
638 generated by GNU Autoconf 2.63.  Invocation command line was
639
640   CONFIG_FILES    = 
641   CONFIG_HEADERS  = 
642   CONFIG_LINKS    = 
643   CONFIG_COMMANDS = 
644   $ ./config.status test/Makefile depfiles
645
646 on localhost
647
648 config.status:776: creating test/Makefile
649 config.status:1050: executing depfiles commands
650
651 ## ---------------------- ##
652 ## Running config.status. ##
653 ## ---------------------- ##
654
655 This file was extended by utakata config.status 0.0.1, which was
656 generated by GNU Autoconf 2.63.  Invocation command line was
657
658   CONFIG_FILES    = 
659   CONFIG_HEADERS  = 
660   CONFIG_LINKS    = 
661   CONFIG_COMMANDS = 
662   $ ./config.status test/Makefile depfiles
663
664 on localhost
665
666 config.status:776: creating test/Makefile
667 config.status:1050: executing depfiles commands
668
669 ## ---------------------- ##
670 ## Running config.status. ##
671 ## ---------------------- ##
672
673 This file was extended by utakata config.status 0.0.1, which was
674 generated by GNU Autoconf 2.63.  Invocation command line was
675
676   CONFIG_FILES    = 
677   CONFIG_HEADERS  = 
678   CONFIG_LINKS    = 
679   CONFIG_COMMANDS = 
680   $ ./config.status test/Makefile depfiles
681
682 on localhost
683
684 config.status:776: creating test/Makefile
685 config.status:1050: executing depfiles commands
686
687 ## ---------------------- ##
688 ## Running config.status. ##
689 ## ---------------------- ##
690
691 This file was extended by utakata config.status 0.0.1, which was
692 generated by GNU Autoconf 2.63.  Invocation command line was
693
694   CONFIG_FILES    = 
695   CONFIG_HEADERS  = 
696   CONFIG_LINKS    = 
697   CONFIG_COMMANDS = 
698   $ ./config.status test/Makefile depfiles
699
700 on localhost
701
702 config.status:776: creating test/Makefile
703 config.status:1050: executing depfiles commands
704
705 ## ---------------------- ##
706 ## Running config.status. ##
707 ## ---------------------- ##
708
709 This file was extended by utakata config.status 0.0.1, which was
710 generated by GNU Autoconf 2.63.  Invocation command line was
711
712   CONFIG_FILES    = 
713   CONFIG_HEADERS  = 
714   CONFIG_LINKS    = 
715   CONFIG_COMMANDS = 
716   $ ./config.status test/Makefile depfiles
717
718 on localhost
719
720 config.status:776: creating test/Makefile
721 config.status:1050: executing depfiles commands
722
723 ## ---------------------- ##
724 ## Running config.status. ##
725 ## ---------------------- ##
726
727 This file was extended by utakata config.status 0.0.1, which was
728 generated by GNU Autoconf 2.63.  Invocation command line was
729
730   CONFIG_FILES    = 
731   CONFIG_HEADERS  = 
732   CONFIG_LINKS    = 
733   CONFIG_COMMANDS = 
734   $ ./config.status test/Makefile depfiles
735
736 on localhost
737
738 config.status:776: creating test/Makefile
739 config.status:1050: executing depfiles commands
740
741 ## ---------------------- ##
742 ## Running config.status. ##
743 ## ---------------------- ##
744
745 This file was extended by utakata config.status 0.0.1, which was
746 generated by GNU Autoconf 2.63.  Invocation command line was
747
748   CONFIG_FILES    = 
749   CONFIG_HEADERS  = 
750   CONFIG_LINKS    = 
751   CONFIG_COMMANDS = 
752   $ ./config.status test/Makefile depfiles
753
754 on localhost
755
756 config.status:776: creating test/Makefile
757 config.status:1050: executing depfiles commands
758
759 ## ---------------------- ##
760 ## Running config.status. ##
761 ## ---------------------- ##
762
763 This file was extended by utakata config.status 0.0.1, which was
764 generated by GNU Autoconf 2.63.  Invocation command line was
765
766   CONFIG_FILES    = 
767   CONFIG_HEADERS  = 
768   CONFIG_LINKS    = 
769   CONFIG_COMMANDS = 
770   $ ./config.status test/Makefile depfiles
771
772 on localhost
773
774 config.status:776: creating test/Makefile
775 config.status:1050: executing depfiles commands