OSDN Git Service

- lexemeとリテラルオブジェクト間のオブジェクト変換を行うためのLiteralDataを追加。
[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 = #6 SMP Wed Jul 29 22:47:40 JST 2009
18
19 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU P8800 @ 2.66GHz
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: /home/derui/bin
31 PATH: /usr/local/stow/bin
32 PATH: /usr/local/bin
33 PATH: /usr/local/sbin
34 PATH: /usr/sbin
35 PATH: /sbin
36 PATH: /bin
37 PATH: /usr/local/bin
38 PATH: /usr/bin
39 PATH: /usr/local/X11R6/bin
40 PATH: /usr/X11R6/bin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:1883: checking for a BSD-compatible install
48 configure:1951: result: /usr/bin/install -c
49 configure:1962: checking whether build environment is sane
50 configure:2005: result: yes
51 configure:2030: checking for a thread-safe mkdir -p
52 configure:2069: result: /bin/mkdir -p
53 configure:2082: checking for gawk
54 configure:2098: found /bin/gawk
55 configure:2109: result: gawk
56 configure:2120: checking whether make sets $(MAKE)
57 configure:2142: result: yes
58 configure:2377: checking for g++
59 configure:2393: found /usr/bin/g++
60 configure:2404: result: g++
61 configure:2431: checking for C++ compiler version
62 configure:2439: g++ --version >&5
63 g++ (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
64 Copyright (C) 2008 Free Software Foundation, Inc.
65 This is free software; see the source for copying conditions.  There is NO
66 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67
68 configure:2443: $? = 0
69 configure:2450: g++ -v >&5
70 Using built-in specs.
71 Target: i686-pc-linux-gnu
72 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'
73 Thread model: posix
74 gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 
75 configure:2454: $? = 0
76 configure:2461: g++ -V >&5
77 g++: '-V' option must have argument
78 configure:2465: $? = 1
79 configure:2488: checking for C++ compiler default output file name
80 configure:2510: g++    conftest.cpp  >&5
81 configure:2514: $? = 0
82 configure:2552: result: a.out
83 configure:2571: checking whether the C++ compiler works
84 configure:2581: ./a.out
85 configure:2585: $? = 0
86 configure:2604: result: yes
87 configure:2611: checking whether we are cross compiling
88 configure:2613: result: no
89 configure:2616: checking for suffix of executables
90 configure:2623: g++ -o conftest    conftest.cpp  >&5
91 configure:2627: $? = 0
92 configure:2653: result: 
93 configure:2659: checking for suffix of object files
94 configure:2685: g++ -c   conftest.cpp >&5
95 configure:2689: $? = 0
96 configure:2714: result: o
97 configure:2718: checking whether we are using the GNU C++ compiler
98 configure:2747: g++ -c   conftest.cpp >&5
99 configure:2754: $? = 0
100 configure:2771: result: yes
101 configure:2780: checking whether g++ accepts -g
102 configure:2810: g++ -c -g  conftest.cpp >&5
103 configure:2817: $? = 0
104 configure:2918: result: yes
105 configure:2952: checking for style of include used by make
106 configure:2980: result: GNU
107 configure:3005: checking dependency style of g++
108 configure:3096: result: gcc3
109 configure:3159: checking for gcc
110 configure:3175: found /usr/bin/gcc
111 configure:3186: result: gcc
112 configure:3418: checking for C compiler version
113 configure:3426: gcc --version >&5
114 gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
115 Copyright (C) 2008 Free Software Foundation, Inc.
116 This is free software; see the source for copying conditions.  There is NO
117 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
118
119 configure:3430: $? = 0
120 configure:3437: gcc -v >&5
121 Using built-in specs.
122 Target: i686-pc-linux-gnu
123 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'
124 Thread model: posix
125 gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 
126 configure:3441: $? = 0
127 configure:3448: gcc -V >&5
128 gcc: '-V' option must have argument
129 configure:3452: $? = 1
130 configure:3455: checking whether we are using the GNU C compiler
131 configure:3484: gcc -c   conftest.c >&5
132 configure:3491: $? = 0
133 configure:3508: result: yes
134 configure:3517: checking whether gcc accepts -g
135 configure:3547: gcc -c -g  conftest.c >&5
136 configure:3554: $? = 0
137 configure:3655: result: yes
138 configure:3672: checking for gcc option to accept ISO C89
139 configure:3746: gcc  -c -g -O2  conftest.c >&5
140 configure:3753: $? = 0
141 configure:3776: result: none needed
142 configure:3796: checking dependency style of gcc
143 configure:3887: result: gcc3
144 configure:3915: checking how to run the C preprocessor
145 configure:3955: gcc -E  conftest.c
146 configure:3962: $? = 0
147 configure:3993: gcc -E  conftest.c
148 conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
149 configure:4000: $? = 1
150 configure: failed program was:
151 | /* confdefs.h.  */
152 | #define PACKAGE_NAME "utakata"
153 | #define PACKAGE_TARNAME "utakata"
154 | #define PACKAGE_VERSION "0.0.1"
155 | #define PACKAGE_STRING "utakata 0.0.1"
156 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
157 | /* end confdefs.h.  */
158 | #include <ac_nonexistent.h>
159 configure:4033: result: gcc -E
160 configure:4062: gcc -E  conftest.c
161 configure:4069: $? = 0
162 configure:4100: gcc -E  conftest.c
163 conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
164 configure:4107: $? = 1
165 configure: failed program was:
166 | /* confdefs.h.  */
167 | #define PACKAGE_NAME "utakata"
168 | #define PACKAGE_TARNAME "utakata"
169 | #define PACKAGE_VERSION "0.0.1"
170 | #define PACKAGE_STRING "utakata 0.0.1"
171 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
172 | /* end confdefs.h.  */
173 | #include <ac_nonexistent.h>
174 configure:4147: checking for grep that handles long lines and -e
175 configure:4207: result: /bin/grep
176 configure:4212: checking for egrep
177 configure:4276: result: /bin/grep -E
178 configure:4281: checking for ANSI C header files
179 configure:4311: gcc -c -g -O2  conftest.c >&5
180 configure:4318: $? = 0
181 configure:4417: gcc -o conftest -g -O2   conftest.c  >&5
182 configure:4421: $? = 0
183 configure:4427: ./conftest
184 configure:4431: $? = 0
185 configure:4449: result: yes
186 configure:4473: checking for sys/types.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 sys/stat.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 stdlib.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 string.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 memory.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 strings.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 inttypes.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 stdint.h
215 configure:4494: gcc -c -g -O2  conftest.c >&5
216 configure:4501: $? = 0
217 configure:4518: result: yes
218 configure:4473: checking for unistd.h
219 configure:4494: gcc -c -g -O2  conftest.c >&5
220 configure:4501: $? = 0
221 configure:4518: result: yes
222 configure:4532: checking for stdbool.h that conforms to C99
223 configure:4627: gcc -c -g -O2  conftest.c >&5
224 configure:4634: $? = 0
225 configure:4649: result: yes
226 configure:4651: checking for _Bool
227 configure:4679: gcc -c -g -O2  conftest.c >&5
228 configure:4686: $? = 0
229 configure:4713: gcc -c -g -O2  conftest.c >&5
230 conftest.c: In function 'main':
231 conftest.c:54: error: expected expression before ')' token
232 configure:4720: $? = 1
233 configure: failed program was:
234 | /* confdefs.h.  */
235 | #define PACKAGE_NAME "utakata"
236 | #define PACKAGE_TARNAME "utakata"
237 | #define PACKAGE_VERSION "0.0.1"
238 | #define PACKAGE_STRING "utakata 0.0.1"
239 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
240 | #define STDC_HEADERS 1
241 | #define HAVE_SYS_TYPES_H 1
242 | #define HAVE_SYS_STAT_H 1
243 | #define HAVE_STDLIB_H 1
244 | #define HAVE_STRING_H 1
245 | #define HAVE_MEMORY_H 1
246 | #define HAVE_STRINGS_H 1
247 | #define HAVE_INTTYPES_H 1
248 | #define HAVE_STDINT_H 1
249 | #define HAVE_UNISTD_H 1
250 | /* end confdefs.h.  */
251 | #include <stdio.h>
252 | #ifdef HAVE_SYS_TYPES_H
253 | # include <sys/types.h>
254 | #endif
255 | #ifdef HAVE_SYS_STAT_H
256 | # include <sys/stat.h>
257 | #endif
258 | #ifdef STDC_HEADERS
259 | # include <stdlib.h>
260 | # include <stddef.h>
261 | #else
262 | # ifdef HAVE_STDLIB_H
263 | #  include <stdlib.h>
264 | # endif
265 | #endif
266 | #ifdef HAVE_STRING_H
267 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
268 | #  include <memory.h>
269 | # endif
270 | # include <string.h>
271 | #endif
272 | #ifdef HAVE_STRINGS_H
273 | # include <strings.h>
274 | #endif
275 | #ifdef HAVE_INTTYPES_H
276 | # include <inttypes.h>
277 | #endif
278 | #ifdef HAVE_STDINT_H
279 | # include <stdint.h>
280 | #endif
281 | #ifdef HAVE_UNISTD_H
282 | # include <unistd.h>
283 | #endif
284 | int
285 | main ()
286 | {
287 | if (sizeof ((_Bool)))
288 |         return 0;
289 |   ;
290 |   return 0;
291 | }
292 configure:4743: result: yes
293 configure:4762: checking for inline
294 configure:4788: gcc -c -g -O2  conftest.c >&5
295 configure:4795: $? = 0
296 configure:4813: result: inline
297 configure:4832: checking for size_t
298 configure:4860: gcc -c -g -O2  conftest.c >&5
299 configure:4867: $? = 0
300 configure:4894: gcc -c -g -O2  conftest.c >&5
301 conftest.c: In function 'main':
302 conftest.c:56: error: expected expression before ')' token
303 configure:4901: $? = 1
304 configure: failed program was:
305 | /* confdefs.h.  */
306 | #define PACKAGE_NAME "utakata"
307 | #define PACKAGE_TARNAME "utakata"
308 | #define PACKAGE_VERSION "0.0.1"
309 | #define PACKAGE_STRING "utakata 0.0.1"
310 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
311 | #define STDC_HEADERS 1
312 | #define HAVE_SYS_TYPES_H 1
313 | #define HAVE_SYS_STAT_H 1
314 | #define HAVE_STDLIB_H 1
315 | #define HAVE_STRING_H 1
316 | #define HAVE_MEMORY_H 1
317 | #define HAVE_STRINGS_H 1
318 | #define HAVE_INTTYPES_H 1
319 | #define HAVE_STDINT_H 1
320 | #define HAVE_UNISTD_H 1
321 | #define HAVE__BOOL 1
322 | #define HAVE_STDBOOL_H 1
323 | /* end confdefs.h.  */
324 | #include <stdio.h>
325 | #ifdef HAVE_SYS_TYPES_H
326 | # include <sys/types.h>
327 | #endif
328 | #ifdef HAVE_SYS_STAT_H
329 | # include <sys/stat.h>
330 | #endif
331 | #ifdef STDC_HEADERS
332 | # include <stdlib.h>
333 | # include <stddef.h>
334 | #else
335 | # ifdef HAVE_STDLIB_H
336 | #  include <stdlib.h>
337 | # endif
338 | #endif
339 | #ifdef HAVE_STRING_H
340 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
341 | #  include <memory.h>
342 | # endif
343 | # include <string.h>
344 | #endif
345 | #ifdef HAVE_STRINGS_H
346 | # include <strings.h>
347 | #endif
348 | #ifdef HAVE_INTTYPES_H
349 | # include <inttypes.h>
350 | #endif
351 | #ifdef HAVE_STDINT_H
352 | # include <stdint.h>
353 | #endif
354 | #ifdef HAVE_UNISTD_H
355 | # include <unistd.h>
356 | #endif
357 | int
358 | main ()
359 | {
360 | if (sizeof ((size_t)))
361 |         return 0;
362 |   ;
363 |   return 0;
364 | }
365 configure:4924: result: yes
366 configure:5064: creating ./config.status
367
368 ## ---------------------- ##
369 ## Running config.status. ##
370 ## ---------------------- ##
371
372 This file was extended by utakata config.status 0.0.1, which was
373 generated by GNU Autoconf 2.63.  Invocation command line was
374
375   CONFIG_FILES    = 
376   CONFIG_HEADERS  = 
377   CONFIG_LINKS    = 
378   CONFIG_COMMANDS = 
379   $ ./config.status 
380
381 on localhost
382
383 config.status:776: creating Makefile
384 config.status:776: creating test/Makefile
385 config.status:776: creating config.h
386 config.status:998: config.h is unchanged
387 config.status:1050: executing depfiles commands
388
389 ## ---------------- ##
390 ## Cache variables. ##
391 ## ---------------- ##
392
393 ac_cv_c_compiler_gnu=yes
394 ac_cv_c_inline=inline
395 ac_cv_cxx_compiler_gnu=yes
396 ac_cv_env_CCC_set=
397 ac_cv_env_CCC_value=
398 ac_cv_env_CC_set=
399 ac_cv_env_CC_value=
400 ac_cv_env_CFLAGS_set=
401 ac_cv_env_CFLAGS_value=
402 ac_cv_env_CPPFLAGS_set=
403 ac_cv_env_CPPFLAGS_value=
404 ac_cv_env_CPP_set=
405 ac_cv_env_CPP_value=
406 ac_cv_env_CXXFLAGS_set=
407 ac_cv_env_CXXFLAGS_value=
408 ac_cv_env_CXX_set=
409 ac_cv_env_CXX_value=
410 ac_cv_env_LDFLAGS_set=
411 ac_cv_env_LDFLAGS_value=
412 ac_cv_env_LIBS_set=
413 ac_cv_env_LIBS_value=
414 ac_cv_env_build_alias_set=
415 ac_cv_env_build_alias_value=
416 ac_cv_env_host_alias_set=
417 ac_cv_env_host_alias_value=
418 ac_cv_env_target_alias_set=
419 ac_cv_env_target_alias_value=
420 ac_cv_header_inttypes_h=yes
421 ac_cv_header_memory_h=yes
422 ac_cv_header_stdbool_h=yes
423 ac_cv_header_stdc=yes
424 ac_cv_header_stdint_h=yes
425 ac_cv_header_stdlib_h=yes
426 ac_cv_header_string_h=yes
427 ac_cv_header_strings_h=yes
428 ac_cv_header_sys_stat_h=yes
429 ac_cv_header_sys_types_h=yes
430 ac_cv_header_unistd_h=yes
431 ac_cv_objext=o
432 ac_cv_path_EGREP='/bin/grep -E'
433 ac_cv_path_GREP=/bin/grep
434 ac_cv_path_install='/usr/bin/install -c'
435 ac_cv_path_mkdir=/bin/mkdir
436 ac_cv_prog_AWK=gawk
437 ac_cv_prog_CPP='gcc -E'
438 ac_cv_prog_ac_ct_CC=gcc
439 ac_cv_prog_ac_ct_CXX=g++
440 ac_cv_prog_cc_c89=
441 ac_cv_prog_cc_g=yes
442 ac_cv_prog_cxx_g=yes
443 ac_cv_prog_make_make_set=yes
444 ac_cv_type__Bool=yes
445 ac_cv_type_size_t=yes
446 am_cv_CC_dependencies_compiler_type=gcc3
447 am_cv_CXX_dependencies_compiler_type=gcc3
448
449 ## ----------------- ##
450 ## Output variables. ##
451 ## ----------------- ##
452
453 ACLOCAL='${SHELL} /home/derui/develop/utakata/missing --run aclocal-1.10'
454 AMDEPBACKSLASH='\'
455 AMDEP_FALSE='#'
456 AMDEP_TRUE=''
457 AMTAR='${SHELL} /home/derui/develop/utakata/missing --run tar'
458 AUTOCONF='${SHELL} /home/derui/develop/utakata/missing --run autoconf'
459 AUTOHEADER='${SHELL} /home/derui/develop/utakata/missing --run autoheader'
460 AUTOMAKE='${SHELL} /home/derui/develop/utakata/missing --run automake-1.10'
461 AWK='gawk'
462 CC='gcc'
463 CCDEPMODE='depmode=gcc3'
464 CFLAGS='-g -O2'
465 CPP='gcc -E'
466 CPPFLAGS=''
467 CXX='g++'
468 CXXDEPMODE='depmode=gcc3'
469 CXXFLAGS='-g -O2'
470 CYGPATH_W='echo'
471 DEFS='-DHAVE_CONFIG_H'
472 DEPDIR='.deps'
473 ECHO_C=''
474 ECHO_N='-n'
475 ECHO_T=''
476 EGREP='/bin/grep -E'
477 EXEEXT=''
478 GREP='/bin/grep'
479 INSTALL_DATA='${INSTALL} -m 644'
480 INSTALL_PROGRAM='${INSTALL}'
481 INSTALL_SCRIPT='${INSTALL}'
482 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
483 LDFLAGS=''
484 LIBOBJS=''
485 LIBS=''
486 LTLIBOBJS=''
487 MAKEINFO='${SHELL} /home/derui/develop/utakata/missing --run makeinfo'
488 MKDIR_P='/bin/mkdir -p'
489 OBJEXT='o'
490 PACKAGE='utakata'
491 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
492 PACKAGE_NAME='utakata'
493 PACKAGE_STRING='utakata 0.0.1'
494 PACKAGE_TARNAME='utakata'
495 PACKAGE_VERSION='0.0.1'
496 PATH_SEPARATOR=':'
497 SET_MAKE=''
498 SHELL='/bin/sh'
499 STRIP=''
500 VERSION='0.0.1'
501 ac_ct_CC='gcc'
502 ac_ct_CXX='g++'
503 am__fastdepCC_FALSE='#'
504 am__fastdepCC_TRUE=''
505 am__fastdepCXX_FALSE='#'
506 am__fastdepCXX_TRUE=''
507 am__include='include'
508 am__isrc=''
509 am__leading_dot='.'
510 am__quote=''
511 am__tar='${AMTAR} chof - "$$tardir"'
512 am__untar='${AMTAR} xf -'
513 bindir='${exec_prefix}/bin'
514 build_alias=''
515 datadir='${datarootdir}'
516 datarootdir='${prefix}/share'
517 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
518 dvidir='${docdir}'
519 exec_prefix='${prefix}'
520 host_alias=''
521 htmldir='${docdir}'
522 includedir='${prefix}/include'
523 infodir='${datarootdir}/info'
524 install_sh='$(SHELL) /home/derui/develop/utakata/install-sh'
525 libdir='${exec_prefix}/lib'
526 libexecdir='${exec_prefix}/libexec'
527 localedir='${datarootdir}/locale'
528 localstatedir='${prefix}/var'
529 mandir='${datarootdir}/man'
530 mkdir_p='/bin/mkdir -p'
531 oldincludedir='/usr/include'
532 pdfdir='${docdir}'
533 prefix='/usr/local'
534 program_transform_name='s,x,x,'
535 psdir='${docdir}'
536 sbindir='${exec_prefix}/sbin'
537 sharedstatedir='${prefix}/com'
538 sysconfdir='${prefix}/etc'
539 target_alias=''
540
541 ## ----------- ##
542 ## confdefs.h. ##
543 ## ----------- ##
544
545 #define PACKAGE_NAME "utakata"
546 #define PACKAGE_TARNAME "utakata"
547 #define PACKAGE_VERSION "0.0.1"
548 #define PACKAGE_STRING "utakata 0.0.1"
549 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
550 #define STDC_HEADERS 1
551 #define HAVE_SYS_TYPES_H 1
552 #define HAVE_SYS_STAT_H 1
553 #define HAVE_STDLIB_H 1
554 #define HAVE_STRING_H 1
555 #define HAVE_MEMORY_H 1
556 #define HAVE_STRINGS_H 1
557 #define HAVE_INTTYPES_H 1
558 #define HAVE_STDINT_H 1
559 #define HAVE_UNISTD_H 1
560 #define HAVE__BOOL 1
561 #define HAVE_STDBOOL_H 1
562
563 configure: exit 0
564
565 ## ---------------------- ##
566 ## Running config.status. ##
567 ## ---------------------- ##
568
569 This file was extended by utakata config.status 0.0.1, which was
570 generated by GNU Autoconf 2.63.  Invocation command line was
571
572   CONFIG_FILES    = 
573   CONFIG_HEADERS  = 
574   CONFIG_LINKS    = 
575   CONFIG_COMMANDS = 
576   $ ./config.status Makefile depfiles
577
578 on localhost
579
580 config.status:776: creating Makefile
581 config.status:1050: executing depfiles commands
582
583 ## ---------------------- ##
584 ## Running config.status. ##
585 ## ---------------------- ##
586
587 This file was extended by utakata config.status 0.0.1, which was
588 generated by GNU Autoconf 2.63.  Invocation command line was
589
590   CONFIG_FILES    = 
591   CONFIG_HEADERS  = 
592   CONFIG_LINKS    = 
593   CONFIG_COMMANDS = 
594   $ ./config.status test/Makefile depfiles
595
596 on localhost
597
598 config.status:776: creating test/Makefile
599 config.status:1050: executing depfiles commands
600
601 ## ---------------------- ##
602 ## Running config.status. ##
603 ## ---------------------- ##
604
605 This file was extended by utakata config.status 0.0.1, which was
606 generated by GNU Autoconf 2.63.  Invocation command line was
607
608   CONFIG_FILES    = 
609   CONFIG_HEADERS  = 
610   CONFIG_LINKS    = 
611   CONFIG_COMMANDS = 
612   $ ./config.status test/Makefile depfiles
613
614 on localhost
615
616 config.status:776: creating test/Makefile
617 config.status:1050: executing depfiles commands