OSDN Git Service

object表現であったobject.cppを削除し、datum.cppとして再定義した。
[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 = c2007
14 uname -m = i686
15 uname -r = 1.7.1(0.218/5/3)
16 uname -s = CYGWIN_NT-5.0
17 uname -v = 2009-12-07 11:48
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
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: /cygdrive/d/Program Files/OMake/bin
31 PATH: /home/derui/bin
32 PATH: /usr/local/stow/bin
33 PATH: /usr/local/bin
34 PATH: /usr/local/sbin
35 PATH: /usr/sbin
36 PATH: /sbin
37 PATH: /bin
38 PATH: /usr/local/bin
39 PATH: /usr/bin
40 PATH: /usr/local/X11R6/bin
41 PATH: /usr/X11R6/bin
42
43
44 ## ----------- ##
45 ## Core tests. ##
46 ## ----------- ##
47
48 configure:1883: checking for a BSD-compatible install
49 configure:1951: result: /bin/install -c
50 configure:1962: checking whether build environment is sane
51 configure:2005: result: yes
52 configure:2030: checking for a thread-safe mkdir -p
53 configure:2069: result: /bin/mkdir -p
54 configure:2082: checking for gawk
55 configure:2098: found /bin/gawk
56 configure:2109: result: gawk
57 configure:2120: checking whether make sets $(MAKE)
58 configure:2142: result: yes
59 configure:2386: checking for g++
60 configure:2402: found /bin/g++
61 configure:2413: result: g++
62 configure:2440: checking for C++ compiler version
63 configure:2448: g++ --version >&5
64 g++ (GCC) 4.3.4 20090804 (release) 1
65 Copyright (C) 2008 Free Software Foundation, Inc.
66 This is free software; see the source for copying conditions.  There is NO
67 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
68
69 configure:2452: $? = 0
70 configure:2459: g++ -v >&5
71 Using built-in specs.
72 Target: i686-pc-cygwin
73 Configured with: /gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --with-slibdir=/usr/bin --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind AS=/opt/gcc-tools/bin/as.exe AS_FOR_TARGET=/opt/gcc-tools/bin/as.exe LD=/opt/gcc-tools/bin/ld.exe LD_FOR_TARGET=/opt/gcc-tools/bin/ld.exe --with-ecj-jar=/usr/share/java/ecj.jar
74 Thread model: posix
75 gcc version 4.3.4 20090804 (release) 1 (GCC) 
76 configure:2463: $? = 0
77 configure:2470: g++ -V >&5
78 g++: '-V' option must have argument
79 configure:2474: $? = 1
80 configure:2497: checking for C++ compiler default output file name
81 configure:2519: g++    conftest.cpp  >&5
82 configure:2523: $? = 0
83 configure:2561: result: a.exe
84 configure:2580: checking whether the C++ compiler works
85 configure:2590: ./a.exe
86 configure:2594: $? = 0
87 configure:2613: result: yes
88 configure:2620: checking whether we are cross compiling
89 configure:2622: result: no
90 configure:2625: checking for suffix of executables
91 configure:2632: g++ -o conftest.exe    conftest.cpp  >&5
92 configure:2636: $? = 0
93 configure:2662: result: .exe
94 configure:2668: checking for suffix of object files
95 configure:2694: g++ -c   conftest.cpp >&5
96 configure:2698: $? = 0
97 configure:2723: result: o
98 configure:2727: checking whether we are using the GNU C++ compiler
99 configure:2756: g++ -c   conftest.cpp >&5
100 configure:2763: $? = 0
101 configure:2780: result: yes
102 configure:2789: checking whether g++ accepts -g
103 configure:2819: g++ -c -g  conftest.cpp >&5
104 configure:2826: $? = 0
105 configure:2927: result: yes
106 configure:2961: checking for style of include used by make
107 configure:2989: result: GNU
108 configure:3014: checking dependency style of g++
109 configure:3105: result: gcc3
110 configure:3168: checking for gcc
111 configure:3184: found /bin/gcc
112 configure:3195: result: gcc
113 configure:3427: checking for C compiler version
114 configure:3435: gcc --version >&5
115 gcc (GCC) 4.3.4 20090804 (release) 1
116 Copyright (C) 2008 Free Software Foundation, Inc.
117 This is free software; see the source for copying conditions.  There is NO
118 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
119
120 configure:3439: $? = 0
121 configure:3446: gcc -v >&5
122 Using built-in specs.
123 Target: i686-pc-cygwin
124 Configured with: /gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --with-slibdir=/usr/bin --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind AS=/opt/gcc-tools/bin/as.exe AS_FOR_TARGET=/opt/gcc-tools/bin/as.exe LD=/opt/gcc-tools/bin/ld.exe LD_FOR_TARGET=/opt/gcc-tools/bin/ld.exe --with-ecj-jar=/usr/share/java/ecj.jar
125 Thread model: posix
126 gcc version 4.3.4 20090804 (release) 1 (GCC) 
127 configure:3450: $? = 0
128 configure:3457: gcc -V >&5
129 gcc: '-V' option must have argument
130 configure:3461: $? = 1
131 configure:3464: checking whether we are using the GNU C compiler
132 configure:3493: gcc -c   conftest.c >&5
133 configure:3500: $? = 0
134 configure:3517: result: yes
135 configure:3526: checking whether gcc accepts -g
136 configure:3556: gcc -c -g  conftest.c >&5
137 configure:3563: $? = 0
138 configure:3664: result: yes
139 configure:3681: checking for gcc option to accept ISO C89
140 configure:3755: gcc  -c -g -O2  conftest.c >&5
141 configure:3762: $? = 0
142 configure:3785: result: none needed
143 configure:3805: checking dependency style of gcc
144 configure:3896: result: gcc3
145 configure:3924: checking how to run the C preprocessor
146 configure:3964: gcc -E  conftest.c
147 configure:3971: $? = 0
148 configure:4002: gcc -E  conftest.c
149 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
150 configure:4009: $? = 1
151 configure: failed program was:
152 | /* confdefs.h.  */
153 | #define PACKAGE_NAME "utakata"
154 | #define PACKAGE_TARNAME "utakata"
155 | #define PACKAGE_VERSION "0.0.1"
156 | #define PACKAGE_STRING "utakata 0.0.1"
157 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
158 | #define PACKAGE "utakata"
159 | #define VERSION "0.0.1"
160 | /* end confdefs.h.  */
161 | #include <ac_nonexistent.h>
162 configure:4042: result: gcc -E
163 configure:4071: gcc -E  conftest.c
164 configure:4078: $? = 0
165 configure:4109: gcc -E  conftest.c
166 conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
167 configure:4116: $? = 1
168 configure: failed program was:
169 | /* confdefs.h.  */
170 | #define PACKAGE_NAME "utakata"
171 | #define PACKAGE_TARNAME "utakata"
172 | #define PACKAGE_VERSION "0.0.1"
173 | #define PACKAGE_STRING "utakata 0.0.1"
174 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
175 | #define PACKAGE "utakata"
176 | #define VERSION "0.0.1"
177 | /* end confdefs.h.  */
178 | #include <ac_nonexistent.h>
179 configure:4156: checking for grep that handles long lines and -e
180 configure:4216: result: /bin/grep
181 configure:4221: checking for egrep
182 configure:4285: result: /bin/grep -E
183 configure:4290: checking for ANSI C header files
184 configure:4320: gcc -c -g -O2  conftest.c >&5
185 configure:4327: $? = 0
186 configure:4426: gcc -o conftest.exe -g -O2   conftest.c  >&5
187 configure:4430: $? = 0
188 configure:4436: ./conftest.exe
189 configure:4440: $? = 0
190 configure:4458: result: yes
191 configure:4482: checking for sys/types.h
192 configure:4503: gcc -c -g -O2  conftest.c >&5
193 configure:4510: $? = 0
194 configure:4527: result: yes
195 configure:4482: checking for sys/stat.h
196 configure:4503: gcc -c -g -O2  conftest.c >&5
197 configure:4510: $? = 0
198 configure:4527: result: yes
199 configure:4482: checking for stdlib.h
200 configure:4503: gcc -c -g -O2  conftest.c >&5
201 configure:4510: $? = 0
202 configure:4527: result: yes
203 configure:4482: checking for string.h
204 configure:4503: gcc -c -g -O2  conftest.c >&5
205 configure:4510: $? = 0
206 configure:4527: result: yes
207 configure:4482: checking for memory.h
208 configure:4503: gcc -c -g -O2  conftest.c >&5
209 configure:4510: $? = 0
210 configure:4527: result: yes
211 configure:4482: checking for strings.h
212 configure:4503: gcc -c -g -O2  conftest.c >&5
213 configure:4510: $? = 0
214 configure:4527: result: yes
215 configure:4482: checking for inttypes.h
216 configure:4503: gcc -c -g -O2  conftest.c >&5
217 configure:4510: $? = 0
218 configure:4527: result: yes
219 configure:4482: checking for stdint.h
220 configure:4503: gcc -c -g -O2  conftest.c >&5
221 configure:4510: $? = 0
222 configure:4527: result: yes
223 configure:4482: checking for unistd.h
224 configure:4503: gcc -c -g -O2  conftest.c >&5
225 configure:4510: $? = 0
226 configure:4527: result: yes
227 configure:4541: checking for stdbool.h that conforms to C99
228 configure:4636: gcc -c -g -O2  conftest.c >&5
229 configure:4643: $? = 0
230 configure:4658: result: yes
231 configure:4660: checking for _Bool
232 configure:4688: gcc -c -g -O2  conftest.c >&5
233 configure:4695: $? = 0
234 configure:4722: gcc -c -g -O2  conftest.c >&5
235 conftest.c: In function ‘main’:
236 conftest.c:56: error: expected expression before ‘)’ token
237 configure:4729: $? = 1
238 configure: failed program was:
239 | /* confdefs.h.  */
240 | #define PACKAGE_NAME "utakata"
241 | #define PACKAGE_TARNAME "utakata"
242 | #define PACKAGE_VERSION "0.0.1"
243 | #define PACKAGE_STRING "utakata 0.0.1"
244 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
245 | #define PACKAGE "utakata"
246 | #define VERSION "0.0.1"
247 | #define STDC_HEADERS 1
248 | #define HAVE_SYS_TYPES_H 1
249 | #define HAVE_SYS_STAT_H 1
250 | #define HAVE_STDLIB_H 1
251 | #define HAVE_STRING_H 1
252 | #define HAVE_MEMORY_H 1
253 | #define HAVE_STRINGS_H 1
254 | #define HAVE_INTTYPES_H 1
255 | #define HAVE_STDINT_H 1
256 | #define HAVE_UNISTD_H 1
257 | /* end confdefs.h.  */
258 | #include <stdio.h>
259 | #ifdef HAVE_SYS_TYPES_H
260 | # include <sys/types.h>
261 | #endif
262 | #ifdef HAVE_SYS_STAT_H
263 | # include <sys/stat.h>
264 | #endif
265 | #ifdef STDC_HEADERS
266 | # include <stdlib.h>
267 | # include <stddef.h>
268 | #else
269 | # ifdef HAVE_STDLIB_H
270 | #  include <stdlib.h>
271 | # endif
272 | #endif
273 | #ifdef HAVE_STRING_H
274 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
275 | #  include <memory.h>
276 | # endif
277 | # include <string.h>
278 | #endif
279 | #ifdef HAVE_STRINGS_H
280 | # include <strings.h>
281 | #endif
282 | #ifdef HAVE_INTTYPES_H
283 | # include <inttypes.h>
284 | #endif
285 | #ifdef HAVE_STDINT_H
286 | # include <stdint.h>
287 | #endif
288 | #ifdef HAVE_UNISTD_H
289 | # include <unistd.h>
290 | #endif
291 | int
292 | main ()
293 | {
294 | if (sizeof ((_Bool)))
295 |         return 0;
296 |   ;
297 |   return 0;
298 | }
299 configure:4752: result: yes
300 configure:4771: checking for inline
301 configure:4797: gcc -c -g -O2  conftest.c >&5
302 configure:4804: $? = 0
303 configure:4822: result: inline
304 configure:4841: checking for size_t
305 configure:4869: gcc -c -g -O2  conftest.c >&5
306 configure:4876: $? = 0
307 configure:4903: gcc -c -g -O2  conftest.c >&5
308 conftest.c: In function ‘main’:
309 conftest.c:58: error: expected expression before ‘)’ token
310 configure:4910: $? = 1
311 configure: failed program was:
312 | /* confdefs.h.  */
313 | #define PACKAGE_NAME "utakata"
314 | #define PACKAGE_TARNAME "utakata"
315 | #define PACKAGE_VERSION "0.0.1"
316 | #define PACKAGE_STRING "utakata 0.0.1"
317 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
318 | #define PACKAGE "utakata"
319 | #define VERSION "0.0.1"
320 | #define STDC_HEADERS 1
321 | #define HAVE_SYS_TYPES_H 1
322 | #define HAVE_SYS_STAT_H 1
323 | #define HAVE_STDLIB_H 1
324 | #define HAVE_STRING_H 1
325 | #define HAVE_MEMORY_H 1
326 | #define HAVE_STRINGS_H 1
327 | #define HAVE_INTTYPES_H 1
328 | #define HAVE_STDINT_H 1
329 | #define HAVE_UNISTD_H 1
330 | #define HAVE__BOOL 1
331 | #define HAVE_STDBOOL_H 1
332 | /* end confdefs.h.  */
333 | #include <stdio.h>
334 | #ifdef HAVE_SYS_TYPES_H
335 | # include <sys/types.h>
336 | #endif
337 | #ifdef HAVE_SYS_STAT_H
338 | # include <sys/stat.h>
339 | #endif
340 | #ifdef STDC_HEADERS
341 | # include <stdlib.h>
342 | # include <stddef.h>
343 | #else
344 | # ifdef HAVE_STDLIB_H
345 | #  include <stdlib.h>
346 | # endif
347 | #endif
348 | #ifdef HAVE_STRING_H
349 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
350 | #  include <memory.h>
351 | # endif
352 | # include <string.h>
353 | #endif
354 | #ifdef HAVE_STRINGS_H
355 | # include <strings.h>
356 | #endif
357 | #ifdef HAVE_INTTYPES_H
358 | # include <inttypes.h>
359 | #endif
360 | #ifdef HAVE_STDINT_H
361 | # include <stdint.h>
362 | #endif
363 | #ifdef HAVE_UNISTD_H
364 | # include <unistd.h>
365 | #endif
366 | int
367 | main ()
368 | {
369 | if (sizeof ((size_t)))
370 |         return 0;
371 |   ;
372 |   return 0;
373 | }
374 configure:4933: result: yes
375 configure:5073: creating ./config.status
376
377 ## ---------------------- ##
378 ## Running config.status. ##
379 ## ---------------------- ##
380
381 This file was extended by utakata config.status 0.0.1, which was
382 generated by GNU Autoconf 2.63.  Invocation command line was
383
384   CONFIG_FILES    = 
385   CONFIG_HEADERS  = 
386   CONFIG_LINKS    = 
387   CONFIG_COMMANDS = 
388   $ ./config.status 
389
390 on c2007
391
392 config.status:778: creating Makefile
393 config.status:778: creating Rakefile
394 config.status:778: creating config.h
395 config.status:1000: config.h is unchanged
396 config.status:1052: executing depfiles commands
397
398 ## ---------------- ##
399 ## Cache variables. ##
400 ## ---------------- ##
401
402 ac_cv_c_compiler_gnu=yes
403 ac_cv_c_inline=inline
404 ac_cv_cxx_compiler_gnu=yes
405 ac_cv_env_CCC_set=
406 ac_cv_env_CCC_value=
407 ac_cv_env_CC_set=
408 ac_cv_env_CC_value=
409 ac_cv_env_CFLAGS_set=
410 ac_cv_env_CFLAGS_value=
411 ac_cv_env_CPPFLAGS_set=
412 ac_cv_env_CPPFLAGS_value=
413 ac_cv_env_CPP_set=
414 ac_cv_env_CPP_value=
415 ac_cv_env_CXXFLAGS_set=
416 ac_cv_env_CXXFLAGS_value=
417 ac_cv_env_CXX_set=
418 ac_cv_env_CXX_value=
419 ac_cv_env_LDFLAGS_set=
420 ac_cv_env_LDFLAGS_value=
421 ac_cv_env_LIBS_set=
422 ac_cv_env_LIBS_value=
423 ac_cv_env_build_alias_set=
424 ac_cv_env_build_alias_value=
425 ac_cv_env_host_alias_set=
426 ac_cv_env_host_alias_value=
427 ac_cv_env_target_alias_set=
428 ac_cv_env_target_alias_value=
429 ac_cv_exeext=.exe
430 ac_cv_header_inttypes_h=yes
431 ac_cv_header_memory_h=yes
432 ac_cv_header_stdbool_h=yes
433 ac_cv_header_stdc=yes
434 ac_cv_header_stdint_h=yes
435 ac_cv_header_stdlib_h=yes
436 ac_cv_header_string_h=yes
437 ac_cv_header_strings_h=yes
438 ac_cv_header_sys_stat_h=yes
439 ac_cv_header_sys_types_h=yes
440 ac_cv_header_unistd_h=yes
441 ac_cv_objext=o
442 ac_cv_path_EGREP='/bin/grep -E'
443 ac_cv_path_GREP=/bin/grep
444 ac_cv_path_install='/bin/install -c'
445 ac_cv_path_mkdir=/bin/mkdir
446 ac_cv_prog_AWK=gawk
447 ac_cv_prog_CPP='gcc -E'
448 ac_cv_prog_ac_ct_CC=gcc
449 ac_cv_prog_ac_ct_CXX=g++
450 ac_cv_prog_cc_c89=
451 ac_cv_prog_cc_g=yes
452 ac_cv_prog_cxx_g=yes
453 ac_cv_prog_make_make_set=yes
454 ac_cv_type__Bool=yes
455 ac_cv_type_size_t=yes
456 am_cv_CC_dependencies_compiler_type=gcc3
457 am_cv_CXX_dependencies_compiler_type=gcc3
458
459 ## ----------------- ##
460 ## Output variables. ##
461 ## ----------------- ##
462
463 ACLOCAL='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run aclocal-1.10'
464 AMDEPBACKSLASH='\'
465 AMDEP_FALSE='#'
466 AMDEP_TRUE=''
467 AMTAR='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run tar'
468 AUTOCONF='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run autoconf'
469 AUTOHEADER='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run autoheader'
470 AUTOMAKE='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run automake-1.10'
471 AWK='gawk'
472 CC='gcc'
473 CCDEPMODE='depmode=gcc3'
474 CFLAGS='-g -O2'
475 CPP='gcc -E'
476 CPPFLAGS=''
477 CXX='g++'
478 CXXDEPMODE='depmode=gcc3'
479 CXXFLAGS='-g -O2'
480 CYGPATH_W='cygpath -w'
481 DEFS='-DHAVE_CONFIG_H'
482 DEPDIR='.deps'
483 ECHO_C=''
484 ECHO_N='-n'
485 ECHO_T=''
486 EGREP='/bin/grep -E'
487 EXEEXT='.exe'
488 GREP='/bin/grep'
489 INSTALL_DATA='${INSTALL} -m 644'
490 INSTALL_PROGRAM='${INSTALL}'
491 INSTALL_SCRIPT='${INSTALL}'
492 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
493 LDFLAGS=''
494 LIBOBJS=''
495 LIBS=''
496 LTLIBOBJS=''
497 MAKEINFO='${SHELL} /cygdrive/c/meadow/develop/utakata/missing --run makeinfo'
498 MKDIR_P='/bin/mkdir -p'
499 OBJEXT='o'
500 PACKAGE='utakata'
501 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
502 PACKAGE_NAME='utakata'
503 PACKAGE_STRING='utakata 0.0.1'
504 PACKAGE_TARNAME='utakata'
505 PACKAGE_VERSION='0.0.1'
506 PATH_SEPARATOR=':'
507 SET_MAKE=''
508 SHELL='/bin/sh'
509 STRIP=''
510 VERSION='0.0.1'
511 ac_ct_CC='gcc'
512 ac_ct_CXX='g++'
513 am__fastdepCC_FALSE='#'
514 am__fastdepCC_TRUE=''
515 am__fastdepCXX_FALSE='#'
516 am__fastdepCXX_TRUE=''
517 am__include='include'
518 am__isrc=''
519 am__leading_dot='.'
520 am__quote=''
521 am__tar='${AMTAR} chof - "$$tardir"'
522 am__untar='${AMTAR} xf -'
523 bindir='${exec_prefix}/bin'
524 build_alias=''
525 datadir='${datarootdir}'
526 datarootdir='${prefix}/share'
527 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
528 dvidir='${docdir}'
529 exec_prefix='${prefix}'
530 host_alias=''
531 htmldir='${docdir}'
532 includedir='${prefix}/include'
533 infodir='${datarootdir}/info'
534 install_sh='$(SHELL) /cygdrive/c/meadow/develop/utakata/install-sh'
535 libdir='${exec_prefix}/lib'
536 libexecdir='${exec_prefix}/libexec'
537 localedir='${datarootdir}/locale'
538 localstatedir='${prefix}/var'
539 mandir='${datarootdir}/man'
540 mkdir_p='/bin/mkdir -p'
541 oldincludedir='/usr/include'
542 pdfdir='${docdir}'
543 prefix='/usr/local'
544 program_transform_name='s,x,x,'
545 psdir='${docdir}'
546 sbindir='${exec_prefix}/sbin'
547 sharedstatedir='${prefix}/com'
548 sysconfdir='${prefix}/etc'
549 target_alias=''
550
551 ## ----------- ##
552 ## confdefs.h. ##
553 ## ----------- ##
554
555 #define PACKAGE_NAME "utakata"
556 #define PACKAGE_TARNAME "utakata"
557 #define PACKAGE_VERSION "0.0.1"
558 #define PACKAGE_STRING "utakata 0.0.1"
559 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
560 #define PACKAGE "utakata"
561 #define VERSION "0.0.1"
562 #define STDC_HEADERS 1
563 #define HAVE_SYS_TYPES_H 1
564 #define HAVE_SYS_STAT_H 1
565 #define HAVE_STDLIB_H 1
566 #define HAVE_STRING_H 1
567 #define HAVE_MEMORY_H 1
568 #define HAVE_STRINGS_H 1
569 #define HAVE_INTTYPES_H 1
570 #define HAVE_STDINT_H 1
571 #define HAVE_UNISTD_H 1
572 #define HAVE__BOOL 1
573 #define HAVE_STDBOOL_H 1
574
575 configure: exit 0