OSDN Git Service

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