Ticket #10866: config.log

File config.log, 29.0 KB (added by msiniscalchi@…, 18 years ago)

config.log from work directory, per rwhood's request

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by gnome-doc-utils configure 0.8.0, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-scrollkeeper
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MargiePB.local
14uname -m = Power Macintosh
15uname -r = 8.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.8.0: Fri Sep  8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 8.8.0: Fri Sep  8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
27Kernel configured for a single processor only.
281 processor is physically available.
29Processor type: ppc7450 (PowerPC 7450)
30Processor active: 0
31Primary memory available: 1.00 gigabytes
32Default processor set: 69 tasks, 208 threads, 1 processors
33Load average: 1.68, Mach factor: 0.33
34/bin/machine           = unknown
35/usr/bin/oslevel       = unknown
36/bin/universe          = unknown
37
38PATH: /opt/local/bin
39PATH: /opt/local/sbin
40PATH: /bin
41PATH: /sbin
42PATH: /usr/bin
43PATH: /usr/sbin
44PATH: /usr/X11R6/bin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1391: checking for a BSD-compatible install
52configure:1446: result: /usr/bin/install -c
53configure:1457: checking whether build environment is sane
54configure:1500: result: yes
55configure:1533: checking for gawk
56configure:1562: result: no
57configure:1533: checking for mawk
58configure:1562: result: no
59configure:1533: checking for nawk
60configure:1562: result: no
61configure:1533: checking for awk
62configure:1549: found /usr/bin/awk
63configure:1559: result: awk
64configure:1569: checking whether make sets $(MAKE)
65configure:1589: result: yes
66configure:1810: checking for perl
67configure:1828: found /opt/local/bin/perl
68configure:1840: result: /opt/local/bin/perl
69configure:1858: checking for XML::Parser
70configure:1861: result: ok
71configure:1872: checking for iconv
72configure:1890: found /opt/local/bin/iconv
73configure:1903: result: /opt/local/bin/iconv
74configure:1912: checking for msgfmt
75configure:1930: found /opt/local/bin/msgfmt
76configure:1943: result: /opt/local/bin/msgfmt
77configure:1952: checking for msgmerge
78configure:1970: found /opt/local/bin/msgmerge
79configure:1983: result: /opt/local/bin/msgmerge
80configure:1992: checking for xgettext
81configure:2010: found /opt/local/bin/xgettext
82configure:2023: result: /opt/local/bin/xgettext
83configure:2061: checking for style of include used by make
84configure:2089: result: GNU
85configure:2160: checking for gcc
86configure:2176: found /usr/bin/gcc
87configure:2186: result: gcc
88configure:2430: checking for C compiler version
89configure:2433: gcc --version </dev/null >&5
90powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
91Copyright (C) 2004 Free Software Foundation, Inc.
92This is free software; see the source for copying conditions.  There is NO
93warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
94
95configure:2436: $? = 0
96configure:2438: gcc -v </dev/null >&5
97Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
98Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
99Thread model: posix
100gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
101configure:2441: $? = 0
102configure:2443: gcc -V </dev/null >&5
103gcc: argument to `-V' is missing
104configure:2446: $? = 1
105configure:2469: checking for C compiler default output file name
106configure:2472: gcc  -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
107configure:2475: $? = 0
108configure:2521: result: a.out
109configure:2526: checking whether the C compiler works
110configure:2532: ./a.out
111configure:2535: $? = 0
112configure:2552: result: yes
113configure:2559: checking whether we are cross compiling
114configure:2561: result: no
115configure:2564: checking for suffix of executables
116configure:2566: gcc -o conftest  -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
117configure:2569: $? = 0
118configure:2594: result:
119configure:2600: checking for suffix of object files
120configure:2621: gcc -c  -L/opt/local/lib -I/opt/local/include conftest.c >&5
121configure:2624: $? = 0
122configure:2646: result: o
123configure:2650: checking whether we are using the GNU C compiler
124configure:2674: gcc -c  -L/opt/local/lib -I/opt/local/include conftest.c >&5
125configure:2680: $? = 0
126configure:2684: test -z
127                         || test ! -s conftest.err
128configure:2687: $? = 0
129configure:2690: test -s conftest.o
130configure:2693: $? = 0
131configure:2706: result: yes
132configure:2712: checking whether gcc accepts -g
133configure:2733: gcc -c -g -L/opt/local/lib -I/opt/local/include conftest.c >&5
134configure:2739: $? = 0
135configure:2743: test -z
136                         || test ! -s conftest.err
137configure:2746: $? = 0
138configure:2749: test -s conftest.o
139configure:2752: $? = 0
140configure:2763: result: yes
141configure:2780: checking for gcc option to accept ANSI C
142configure:2850: gcc  -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
143configure:2856: $? = 0
144configure:2860: test -z
145                         || test ! -s conftest.err
146configure:2863: $? = 0
147configure:2866: test -s conftest.o
148configure:2869: $? = 0
149configure:2887: result: none needed
150configure:2905: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
151conftest.c:2: error: parse error before "me"
152configure:2911: $? = 1
153configure: failed program was:
154| #ifndef __cplusplus
155|   choke me
156| #endif
157configure:3046: checking dependency style of gcc
158configure:3108: result: none
159configure:3119: checking how to run the C preprocessor
160configure:3154: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
161configure:3160: $? = 0
162configure:3192: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
163conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
164configure:3198: $? = 1
165configure: failed program was:
166| /* confdefs.h.  */
167|
168| #define PACKAGE_NAME "gnome-doc-utils"
169| #define PACKAGE_TARNAME "gnome-doc-utils"
170| #define PACKAGE_VERSION "0.8.0"
171| #define PACKAGE_STRING "gnome-doc-utils 0.8.0"
172| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
173| #define PACKAGE "gnome-doc-utils"
174| #define VERSION "0.8.0"
175| /* end confdefs.h.  */
176| #include <ac_nonexistent.h>
177configure:3237: result: gcc -E
178configure:3261: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
179configure:3267: $? = 0
180configure:3299: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
181conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
182configure:3305: $? = 1
183configure: failed program was:
184| /* confdefs.h.  */
185|
186| #define PACKAGE_NAME "gnome-doc-utils"
187| #define PACKAGE_TARNAME "gnome-doc-utils"
188| #define PACKAGE_VERSION "0.8.0"
189| #define PACKAGE_STRING "gnome-doc-utils 0.8.0"
190| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
191| #define PACKAGE "gnome-doc-utils"
192| #define VERSION "0.8.0"
193| /* end confdefs.h.  */
194| #include <ac_nonexistent.h>
195configure:3349: checking for egrep
196configure:3359: result: grep -E
197configure:3364: checking for ANSI C header files
198configure:3389: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
199configure:3395: $? = 0
200configure:3399: test -z
201                         || test ! -s conftest.err
202configure:3402: $? = 0
203configure:3405: test -s conftest.o
204configure:3408: $? = 0
205configure:3494: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
206conftest.c: In function 'main':
207conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
208configure:3497: $? = 0
209configure:3499: ./conftest
210configure:3502: $? = 0
211configure:3517: result: yes
212configure:3541: checking for sys/types.h
213configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
214configure:3563: $? = 0
215configure:3567: test -z
216                         || test ! -s conftest.err
217configure:3570: $? = 0
218configure:3573: test -s conftest.o
219configure:3576: $? = 0
220configure:3587: result: yes
221configure:3541: checking for sys/stat.h
222configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
223configure:3563: $? = 0
224configure:3567: test -z
225                         || test ! -s conftest.err
226configure:3570: $? = 0
227configure:3573: test -s conftest.o
228configure:3576: $? = 0
229configure:3587: result: yes
230configure:3541: checking for stdlib.h
231configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
232configure:3563: $? = 0
233configure:3567: test -z
234                         || test ! -s conftest.err
235configure:3570: $? = 0
236configure:3573: test -s conftest.o
237configure:3576: $? = 0
238configure:3587: result: yes
239configure:3541: checking for string.h
240configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
241configure:3563: $? = 0
242configure:3567: test -z
243                         || test ! -s conftest.err
244configure:3570: $? = 0
245configure:3573: test -s conftest.o
246configure:3576: $? = 0
247configure:3587: result: yes
248configure:3541: checking for memory.h
249configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
250configure:3563: $? = 0
251configure:3567: test -z
252                         || test ! -s conftest.err
253configure:3570: $? = 0
254configure:3573: test -s conftest.o
255configure:3576: $? = 0
256configure:3587: result: yes
257configure:3541: checking for strings.h
258configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
259configure:3563: $? = 0
260configure:3567: test -z
261                         || test ! -s conftest.err
262configure:3570: $? = 0
263configure:3573: test -s conftest.o
264configure:3576: $? = 0
265configure:3587: result: yes
266configure:3541: checking for inttypes.h
267configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
268configure:3563: $? = 0
269configure:3567: test -z
270                         || test ! -s conftest.err
271configure:3570: $? = 0
272configure:3573: test -s conftest.o
273configure:3576: $? = 0
274configure:3587: result: yes
275configure:3541: checking for stdint.h
276configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
277configure:3563: $? = 0
278configure:3567: test -z
279                         || test ! -s conftest.err
280configure:3570: $? = 0
281configure:3573: test -s conftest.o
282configure:3576: $? = 0
283configure:3587: result: yes
284configure:3541: checking for unistd.h
285configure:3557: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
286configure:3563: $? = 0
287configure:3567: test -z
288                         || test ! -s conftest.err
289configure:3570: $? = 0
290configure:3573: test -s conftest.o
291configure:3576: $? = 0
292configure:3587: result: yes
293configure:3614: checking locale.h usability
294configure:3626: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
295configure:3632: $? = 0
296configure:3636: test -z
297                         || test ! -s conftest.err
298configure:3639: $? = 0
299configure:3642: test -s conftest.o
300configure:3645: $? = 0
301configure:3655: result: yes
302configure:3659: checking locale.h presence
303configure:3669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
304configure:3675: $? = 0
305configure:3695: result: yes
306configure:3730: checking for locale.h
307configure:3737: result: yes
308configure:3751: checking for LC_MESSAGES
309configure:3772: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
310configure:3778: $? = 0
311configure:3782: test -z
312                         || test ! -s conftest.err
313configure:3785: $? = 0
314configure:3788: test -s conftest
315configure:3791: $? = 0
316configure:3803: result: yes
317configure:3832: checking libintl.h usability
318configure:3844: gcc -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.c >&5
319configure:3850: $? = 0
320configure:3854: test -z
321                         || test ! -s conftest.err
322configure:3857: $? = 0
323configure:3860: test -s conftest.o
324configure:3863: $? = 0
325configure:3873: result: yes
326configure:3877: checking libintl.h presence
327configure:3887: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
328configure:3893: $? = 0
329configure:3913: result: yes
330configure:3948: checking for libintl.h
331configure:3955: result: yes
332configure:3966: checking for ngettext in libc
333configure:3989: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
334/usr/bin/ld: warning prebinding disabled because of undefined symbols
335/usr/bin/ld: Undefined symbols:
336_libintl_ngettext
337collect2: ld returned 1 exit status
338configure:3995: $? = 1
339configure: failed program was:
340| /* confdefs.h.  */
341|
342| #define PACKAGE_NAME "gnome-doc-utils"
343| #define PACKAGE_TARNAME "gnome-doc-utils"
344| #define PACKAGE_VERSION "0.8.0"
345| #define PACKAGE_STRING "gnome-doc-utils 0.8.0"
346| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
347| #define PACKAGE "gnome-doc-utils"
348| #define VERSION "0.8.0"
349| #define STDC_HEADERS 1
350| #define HAVE_SYS_TYPES_H 1
351| #define HAVE_SYS_STAT_H 1
352| #define HAVE_STDLIB_H 1
353| #define HAVE_STRING_H 1
354| #define HAVE_MEMORY_H 1
355| #define HAVE_STRINGS_H 1
356| #define HAVE_INTTYPES_H 1
357| #define HAVE_STDINT_H 1
358| #define HAVE_UNISTD_H 1
359| #define HAVE_LOCALE_H 1
360| #define HAVE_LC_MESSAGES 1
361| /* end confdefs.h.  */
362|
363| #include <libintl.h>
364|
365| int
366| main ()
367| {
368| return !ngettext ("","", 1)
369|   ;
370|   return 0;
371| }
372configure:4021: result: no
373configure:4196: checking for bindtextdomain in -lintl
374configure:4226: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c -lintl   >&5
375/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
376configure:4232: $? = 0
377configure:4236: test -z
378                         || test ! -s conftest.err
379configure:4239: $? = 0
380configure:4242: test -s conftest
381configure:4245: $? = 0
382configure:4258: result: yes
383configure:4261: checking for ngettext in -lintl
384configure:4291: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c -lintl   >&5
385/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
386configure:4297: $? = 0
387configure:4301: test -z
388                         || test ! -s conftest.err
389configure:4304: $? = 0
390configure:4307: test -s conftest
391configure:4310: $? = 0
392configure:4323: result: yes
393configure:4326: checking for dgettext in -lintl
394configure:4356: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c -lintl   >&5
395conftest.c:30: warning: conflicting types for built-in function 'dgettext'
396/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
397configure:4362: $? = 0
398configure:4366: test -z
399                         || test ! -s conftest.err
400configure:4369: $? = 0
401configure:4372: test -s conftest
402configure:4375: $? = 0
403configure:4388: result: yes
404configure:4559: checking for bind_textdomain_codeset
405configure:4616: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  -lintl  >&5
406/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
407configure:4622: $? = 0
408configure:4626: test -z
409                         || test ! -s conftest.err
410configure:4629: $? = 0
411configure:4632: test -s conftest
412configure:4635: $? = 0
413configure:4647: result: yes
414configure:4687: checking for msgfmt
415configure:4714: result: /opt/local/bin/msgfmt
416configure:4727: checking for dcgettext
417configure:4784: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  -lintl  >&5
418conftest.c:49: warning: conflicting types for built-in function 'dcgettext'
419/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
420configure:4790: $? = 0
421configure:4794: test -z
422                         || test ! -s conftest.err
423configure:4797: $? = 0
424configure:4800: test -s conftest
425configure:4803: $? = 0
426configure:4815: result: yes
427configure:4827: checking for gmsgfmt
428configure:4858: result: /opt/local/bin/msgfmt
429configure:4867: checking for xgettext
430configure:4894: result: /opt/local/bin/xgettext
431configure:4918: gcc -o conftest -g -O2 -L/opt/local/lib -I/opt/local/include  conftest.c  -lintl  >&5
432/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libintl.8.dylib is not prebound
433configure:4924: $? = 0
434configure:4928: test -z
435                         || test ! -s conftest.err
436configure:4931: $? = 0
437configure:4934: test -s conftest
438configure:4937: $? = 0
439configure:5216: checking for pkg-config
440configure:5234: found /usr/bin/pkg-config
441configure:5246: result: /usr/bin/pkg-config
442configure:5261: checking pkg-config is at least version 0.9.0
443configure:5264: result: yes
444configure:5496: checking for a Python interpreter with version >= 2.0
445configure:5515: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
446configure:5518: $? = 0
447configure:5525: result: python
448configure:5530: checking for python
449configure:5548: found /opt/local/bin/python
450configure:5560: result: /opt/local/bin/python
451configure:5571: checking for python version
452configure:5578: result: 2.4
453configure:5590: checking for python platform
454configure:5597: result: darwin
455configure:5605: checking for  script directory
456configure:5613: result: ${prefix}/lib/python2.4/site-packages
457configure:5622: checking for  extension module directory
458configure:5630: result: ${exec_prefix}/lib/python2.4/site-packages
459configure:5643: checking for GNOME_DOC_UTILS
460configure:5654: $PKG_CONFIG --exists --print-errors "
461        libxml-2.0 >= 2.6.12
462        libxslt    >= 1.1.8
463"
464Package libxml-2.0 was not found in the pkg-config search path.
465Perhaps you should add the directory containing `libxml-2.0.pc'
466to the PKG_CONFIG_PATH environment variable
467No package 'libxml-2.0' found
468configure:5660: $? = 1
469configure:5681: $PKG_CONFIG --exists --print-errors "
470        libxml-2.0 >= 2.6.12
471        libxslt    >= 1.1.8
472"
473Package libxml-2.0 was not found in the pkg-config search path.
474Perhaps you should add the directory containing `libxml-2.0.pc'
475to the PKG_CONFIG_PATH environment variable
476No package 'libxml-2.0' found
477configure:5687: $? = 1
478
479configure:5737: error: Package requirements (
480        libxml-2.0 >= 2.6.12
481        libxslt    >= 1.1.8
482) were not met:
483
484
485
486Consider adjusting the PKG_CONFIG_PATH environment variable if you
487installed software in a non-standard prefix.
488
489Alternatively, you may set the environment variables GNOME_DOC_UTILS_CFLAGS
490and GNOME_DOC_UTILS_LIBS to avoid the need to call pkg-config.
491See the pkg-config man page for more details.
492
493
494## ---------------- ##
495## Cache variables. ##
496## ---------------- ##
497
498ac_cv_c_compiler_gnu=yes
499ac_cv_env_CC_set=
500ac_cv_env_CC_value=
501ac_cv_env_CFLAGS_set=
502ac_cv_env_CFLAGS_value=
503ac_cv_env_CPPFLAGS_set=set
504ac_cv_env_CPPFLAGS_value='-L/opt/local/lib -I/opt/local/include'
505ac_cv_env_CPP_set=
506ac_cv_env_CPP_value=
507ac_cv_env_GDU_MODULE_VERSION_CHECK_CFLAGS_set=
508ac_cv_env_GDU_MODULE_VERSION_CHECK_CFLAGS_value=
509ac_cv_env_GDU_MODULE_VERSION_CHECK_LIBS_set=
510ac_cv_env_GDU_MODULE_VERSION_CHECK_LIBS_value=
511ac_cv_env_GNOME_DOC_UTILS_CFLAGS_set=
512ac_cv_env_GNOME_DOC_UTILS_CFLAGS_value=
513ac_cv_env_GNOME_DOC_UTILS_LIBS_set=
514ac_cv_env_GNOME_DOC_UTILS_LIBS_value=
515ac_cv_env_LDFLAGS_set=
516ac_cv_env_LDFLAGS_value=
517ac_cv_env_PKG_CONFIG_set=
518ac_cv_env_PKG_CONFIG_value=
519ac_cv_env_build_alias_set=
520ac_cv_env_build_alias_value=
521ac_cv_env_host_alias_set=
522ac_cv_env_host_alias_value=
523ac_cv_env_target_alias_set=
524ac_cv_env_target_alias_value=
525ac_cv_exeext=
526ac_cv_func_bind_textdomain_codeset=yes
527ac_cv_func_dcgettext=yes
528ac_cv_header_inttypes_h=yes
529ac_cv_header_libintl_h=yes
530ac_cv_header_locale_h=yes
531ac_cv_header_memory_h=yes
532ac_cv_header_stdc=yes
533ac_cv_header_stdint_h=yes
534ac_cv_header_stdlib_h=yes
535ac_cv_header_string_h=yes
536ac_cv_header_strings_h=yes
537ac_cv_header_sys_stat_h=yes
538ac_cv_header_sys_types_h=yes
539ac_cv_header_unistd_h=yes
540ac_cv_lib_intl_bindtextdomain=yes
541ac_cv_lib_intl_dgettext=yes
542ac_cv_lib_intl_ngettext=yes
543ac_cv_objext=o
544ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
545ac_cv_path_INTLTOOL_ICONV=/opt/local/bin/iconv
546ac_cv_path_INTLTOOL_MSGFMT=/opt/local/bin/msgfmt
547ac_cv_path_INTLTOOL_MSGMERGE=/opt/local/bin/msgmerge
548ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
549ac_cv_path_INTLTOOL_XGETTEXT=/opt/local/bin/xgettext
550ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
551ac_cv_path_PYTHON=/opt/local/bin/python
552ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
553ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
554ac_cv_path_install='/usr/bin/install -c'
555ac_cv_prog_AWK=awk
556ac_cv_prog_CPP='gcc -E'
557ac_cv_prog_ac_ct_CC=gcc
558ac_cv_prog_cc_g=yes
559ac_cv_prog_cc_stdc=
560ac_cv_prog_egrep='grep -E'
561ac_cv_prog_make_make_set=yes
562am_cv_CC_dependencies_compiler_type=none
563am_cv_pathless_PYTHON=python
564am_cv_python_platform=darwin
565am_cv_python_pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
566am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages'
567am_cv_python_version=2.4
568am_cv_val_LC_MESSAGES=yes
569gt_cv_func_dgettext_libc=no
570gt_cv_func_dgettext_libintl=yes
571gt_cv_func_ngettext_libc=no
572gt_cv_have_gettext=yes
573
574## ----------------- ##
575## Output variables. ##
576## ----------------- ##
577
578ACLOCAL='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run aclocal-1.6'
579ALL_LINGUAS=''
580AMDEPBACKSLASH='\'
581AMDEP_FALSE='#'
582AMDEP_TRUE=''
583AMTAR='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run tar'
584AUTOCONF='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run autoconf'
585AUTOHEADER='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run autoheader'
586AUTOMAKE='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run automake-1.6'
587AWK='awk'
588CATALOGS=''
589CATOBJEXT='.gmo'
590CC='gcc'
591CCDEPMODE='depmode=none'
592CFLAGS='-g -O2'
593CPP='gcc -E'
594CPPFLAGS='-L/opt/local/lib -I/opt/local/include'
595DATADIRNAME='share'
596DEFS=''
597DEPDIR='.deps'
598DOC_USER_FORMATS=''
599ECHO_C=''
600ECHO_N='-n'
601ECHO_T=''
602EGREP='grep -E'
603ENABLE_BUILD_UTILS_FALSE='#'
604ENABLE_BUILD_UTILS_TRUE=''
605ENABLE_SK_FALSE=''
606ENABLE_SK_TRUE='#'
607EXEEXT=''
608GDU_MODULE_VERSION_CHECK_CFLAGS=''
609GDU_MODULE_VERSION_CHECK_LIBS=''
610GETTEXT_PACKAGE=''
611GMOFILES=''
612GMSGFMT='/opt/local/bin/msgfmt'
613GNOME_DOC_UTILS_CFLAGS=''
614GNOME_DOC_UTILS_LIBS=''
615HELP_DIR='${datadir}/gnome/help'
616INSTALL_DATA='${INSTALL} -m 644'
617INSTALL_PROGRAM='${INSTALL}'
618INSTALL_SCRIPT='${INSTALL}'
619INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
620INSTOBJEXT='.mo'
621INTLLIBS='-lintl '
622INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
623INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
624INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
625INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
626INTLTOOL_ICONV='/opt/local/bin/iconv'
627INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
628INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
629INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
630INTLTOOL_MSGFMT='/opt/local/bin/msgfmt'
631INTLTOOL_MSGMERGE='/opt/local/bin/msgmerge'
632INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
633INTLTOOL_PERL='/opt/local/bin/perl'
634INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
635INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
636INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
637INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
638INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
639INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
640INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
641INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
642INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
643INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
644INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
645INTLTOOL_XGETTEXT='/opt/local/bin/xgettext'
646INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
647INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
648LDFLAGS=''
649LIBOBJS=''
650LIBS=''
651LTLIBOBJS=''
652MAKEINFO='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/missing --run makeinfo'
653MKINSTALLDIRS='./mkinstalldirs'
654MSGFMT='/opt/local/bin/msgfmt'
655OBJEXT='o'
656OMF_DIR='${datadir}/omf'
657PACKAGE='gnome-doc-utils'
658PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils'
659PACKAGE_NAME='gnome-doc-utils'
660PACKAGE_STRING='gnome-doc-utils 0.8.0'
661PACKAGE_TARNAME='gnome-doc-utils'
662PACKAGE_VERSION='0.8.0'
663PATH_SEPARATOR=':'
664PKG_CONFIG='/usr/bin/pkg-config'
665POFILES=''
666POSUB='po'
667PO_IN_DATADIR_FALSE=''
668PO_IN_DATADIR_TRUE=''
669PYTHON='/opt/local/bin/python'
670PYTHON_EXEC_PREFIX='${exec_prefix}'
671PYTHON_PLATFORM='darwin'
672PYTHON_PREFIX='${prefix}'
673PYTHON_VERSION='2.4'
674SET_MAKE=''
675SHELL='/bin/sh'
676STRIP=''
677USE_NLS='yes'
678VERSION='0.8.0'
679XGETTEXT='/opt/local/bin/xgettext'
680ac_ct_CC='gcc'
681ac_ct_STRIP=''
682ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
683am__include='include'
684am__quote=''
685bindir='${exec_prefix}/bin'
686build_alias=''
687datadir='${prefix}/share'
688exec_prefix='NONE'
689host_alias=''
690includedir='${prefix}/include'
691infodir='${prefix}/info'
692install_sh='/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.8.0/install-sh'
693libdir='${exec_prefix}/lib'
694libexecdir='${exec_prefix}/libexec'
695localstatedir='${prefix}/var'
696mandir='${prefix}/man'
697oldincludedir='/usr/include'
698pkgpyexecdir='${pyexecdir}/gnome-doc-utils'
699pkgpythondir='${pythondir}/gnome-doc-utils'
700prefix='/opt/local'
701program_transform_name='s,x,x,'
702pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
703pythondir='${prefix}/lib/python2.4/site-packages'
704sbindir='${exec_prefix}/sbin'
705sharedstatedir='${prefix}/com'
706sysconfdir='${prefix}/etc'
707target_alias=''
708
709## ----------- ##
710## confdefs.h. ##
711## ----------- ##
712
713#define ENABLE_NLS 1
714#define HAVE_BIND_TEXTDOMAIN_CODESET 1
715#define HAVE_DCGETTEXT 1
716#define HAVE_GETTEXT 1
717#define HAVE_INTTYPES_H 1
718#define HAVE_LC_MESSAGES 1
719#define HAVE_LOCALE_H 1
720#define HAVE_MEMORY_H 1
721#define HAVE_STDINT_H 1
722#define HAVE_STDLIB_H 1
723#define HAVE_STRINGS_H 1
724#define HAVE_STRING_H 1
725#define HAVE_SYS_STAT_H 1
726#define HAVE_SYS_TYPES_H 1
727#define HAVE_UNISTD_H 1
728#define PACKAGE "gnome-doc-utils"
729#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
730#define PACKAGE_NAME "gnome-doc-utils"
731#define PACKAGE_STRING "gnome-doc-utils 0.8.0"
732#define PACKAGE_TARNAME "gnome-doc-utils"
733#define PACKAGE_VERSION "0.8.0"
734#define STDC_HEADERS 1
735#define VERSION "0.8.0"
736
737configure: exit 1