Skip to content

Instantly share code, notes, and snippets.

@casallas
Created December 8, 2011 18:01
Show Gist options
  • Save casallas/1447848 to your computer and use it in GitHub Desktop.
Save casallas/1447848 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gnome-doc-utils configure 0.20.6, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ ./configure --disable-scrollkeeper --enable-build-utils=yes
## --------- ##
## Platform. ##
## --------- ##
hostname = weremac
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 120 tasks, 681 threads, 4 processors
Load average: 1.25, Mach factor: 2.74
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/gettext/0.18.1.1/bin
PATH: /usr/local/Cellar/libxml2/2.7.8/bin
PATH: /usr/local/share/python
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/local/Library/Contributions/examples
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2262: checking for a BSD-compatible install
configure:2330: result: /usr/local/bin/ginstall -c
configure:2341: checking whether build environment is sane
configure:2391: result: yes
configure:2532: checking for a thread-safe mkdir -p
configure:2571: result: /usr/local/bin/gmkdir -p
configure:2584: checking for gawk
configure:2614: result: no
configure:2584: checking for mawk
configure:2614: result: no
configure:2584: checking for nawk
configure:2614: result: no
configure:2584: checking for awk
configure:2600: found /usr/bin/awk
configure:2611: result: awk
configure:2622: checking whether make sets $(MAKE)
configure:2644: result: yes
configure:2731: checking for gawk
configure:2758: result: awk
configure:2776: checking whether ln -s works
configure:2780: result: yes
configure:2900: checking for a Python interpreter with version >= 2.4
configure:2917: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2920: $? = 0
configure:2926: result: python
configure:2934: checking for python
configure:2952: found /usr/local/bin/python
configure:2964: result: /usr/local/bin/python
configure:2982: checking for python version
configure:2989: result: 2.7
configure:3001: checking for python platform
configure:3008: result: darwin
configure:3015: checking for python script directory
configure:3044: result: ${prefix}/lib/python2.7/site-packages
configure:3053: checking for python extension module directory
configure:3082: result: ${exec_prefix}/lib/python2.7/site-packages
configure:3150: checking for pkg-config
configure:3168: found /usr/local/bin/pkg-config
configure:3180: result: /usr/local/bin/pkg-config
configure:3205: checking pkg-config is at least version 0.9.0
configure:3208: result: yes
configure:3218: checking for GNOME_DOC_UTILS
configure:3228: $PKG_CONFIG --exists --print-errors "
libxml-2.0 >= 2.6.12
libxslt >= 1.1.8
"
configure:3234: $? = 0
configure:3253: $PKG_CONFIG --exists --print-errors "
libxml-2.0 >= 2.6.12
libxslt >= 1.1.8
"
configure:3259: $? = 0
configure:3330: result: yes
configure:3343: checking whether NLS is requested
configure:3352: result: yes
configure:3368: checking for style of include used by make
configure:3396: result: GNU
configure:3466: checking for gcc
configure:3493: result: /usr/bin/gcc-4.2
configure:3722: checking for C compiler version
configure:3731: /usr/bin/gcc-4.2 --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3742: $? = 0
configure:3731: /usr/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3742: $? = 0
configure:3731: /usr/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:3742: $? = 1
configure:3731: /usr/bin/gcc-4.2 -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:3742: $? = 1
configure:3762: checking whether the C compiler works
configure:3784: /usr/bin/gcc-4.2 -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
configure:3788: $? = 0
configure:3836: result: yes
configure:3839: checking for C compiler default output file name
configure:3841: result: a.out
configure:3847: checking for suffix of executables
configure:3854: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
configure:3858: $? = 0
configure:3880: result:
configure:3902: checking whether we are cross compiling
configure:3910: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
configure:3914: $? = 0
configure:3921: ./conftest
configure:3925: $? = 0
configure:3940: result: no
configure:3945: checking for suffix of object files
configure:3967: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:3971: $? = 0
configure:3992: result: o
configure:3996: checking whether we are using the GNU C compiler
configure:4015: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:4015: $? = 0
configure:4024: result: yes
configure:4033: checking whether /usr/bin/gcc-4.2 accepts -g
configure:4053: /usr/bin/gcc-4.2 -c -g -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:4053: $? = 0
configure:4094: result: yes
configure:4111: checking for /usr/bin/gcc-4.2 option to accept ISO C89
configure:4175: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:4175: $? = 0
configure:4188: result: none needed
configure:4210: checking dependency style of /usr/bin/gcc-4.2
configure:4320: result: none
configure:4347: checking for intltool >= 0.35.0
configure:4354: result: 0.41.1 found
configure:4362: checking for intltool-update
configure:4380: found /usr/local/bin/intltool-update
configure:4392: result: /usr/local/bin/intltool-update
configure:4402: checking for intltool-merge
configure:4420: found /usr/local/bin/intltool-merge
configure:4432: result: /usr/local/bin/intltool-merge
configure:4442: checking for intltool-extract
configure:4460: found /usr/local/bin/intltool-extract
configure:4472: result: /usr/local/bin/intltool-extract
configure:4603: checking for xgettext
configure:4621: found /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
configure:4633: result: /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
configure:4643: checking for msgmerge
configure:4661: found /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
configure:4673: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
configure:4683: checking for msgfmt
configure:4701: found /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:4713: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:4723: checking for gmsgfmt
configure:4754: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:4774: checking for perl
configure:4792: found /usr/bin/perl
configure:4804: result: /usr/bin/perl
configure:4815: checking for perl >= 5.8.1
configure:4822: result: 5.10.0
configure:4826: checking for XML::Parser
configure:4829: result: ok
configure:4854: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"__nl_msg_cat_cntr", referenced from:
_main in ccqUjIDR.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:4854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.6"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.6"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
|
| int
| main ()
| {
| extern int _nl_msg_cat_cntr;
| return _nl_msg_cat_cntr
| ;
| return 0;
| }
configure:4885: checking how to run the C preprocessor
configure:4916: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
configure:4916: $? = 0
configure:4930: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4930: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.6"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.6"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4955: result: /usr/bin/gcc-4.2 -E
configure:4975: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
configure:4975: $? = 0
configure:4989: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.6"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.6"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5018: checking for grep that handles long lines and -e
configure:5076: result: /usr/bin/grep
configure:5081: checking for egrep
configure:5143: result: /usr/bin/grep -E
configure:5148: checking for ANSI C header files
configure:5168: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5168: $? = 0
configure:5241: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
configure:5241: $? = 0
configure:5241: ./conftest
configure:5241: $? = 0
configure:5252: result: yes
configure:5265: checking for sys/types.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for sys/stat.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for stdlib.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for string.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for memory.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for strings.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for inttypes.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for stdint.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5265: checking for unistd.h
configure:5265: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5265: $? = 0
configure:5265: result: yes
configure:5281: checking build system type
configure:5295: result: x86_64-apple-darwin10.8.0
configure:5315: checking host system type
configure:5328: result: x86_64-apple-darwin10.8.0
configure:5351: checking locale.h usability
configure:5351: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking locale.h presence
configure:5351: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking for locale.h
configure:5351: result: yes
configure:5362: checking for LC_MESSAGES
configure:5378: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
configure:5378: $? = 0
configure:5386: result: yes
configure:5403: checking libintl.h usability
configure:5403: /usr/bin/gcc-4.2 -c -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c >&5
configure:5403: $? = 0
configure:5403: result: yes
configure:5403: checking libintl.h presence
configure:5403: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include conftest.c
configure:5403: $? = 0
configure:5403: result: yes
configure:5403: checking for libintl.h
configure:5403: result: yes
configure:5411: checking for ngettext in libc
configure:5429: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_main in ccaAARa7.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:5429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-doc-utils"
| #define PACKAGE_TARNAME "gnome-doc-utils"
| #define PACKAGE_VERSION "0.20.6"
| #define PACKAGE_STRING "gnome-doc-utils 0.20.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-doc-utils"
| #define VERSION "0.20.6"
| #define GETTEXT_PACKAGE "gnome-doc-utils"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
| ;
| return 0;
| }
configure:5438: result: no
configure:5494: checking for bindtextdomain in -lintl
configure:5519: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5519: $? = 0
configure:5528: result: yes
configure:5531: checking for ngettext in -lintl
configure:5556: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5556: $? = 0
configure:5565: result: yes
configure:5568: checking for dgettext in -lintl
configure:5593: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5593: $? = 0
configure:5602: result: yes
configure:5715: checking for bind_textdomain_codeset
configure:5715: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5715: $? = 0
configure:5715: result: yes
configure:5752: checking for msgfmt
configure:5779: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:5790: checking for dcgettext
configure:5790: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5790: $? = 0
configure:5790: result: yes
configure:5800: checking if msgfmt accepts -c
configure:5815: $MSGFMT -c -o /dev/null conftest.foo
configure:5818: $? = 0
configure:5820: result: yes
configure:5830: checking for gmsgfmt
configure:5861: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:5871: checking for xgettext
configure:5898: result: /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
configure:5917: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -w -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib conftest.c -lintl >&5
configure:5917: $? = 0
configure:6232: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gnome-doc-utils config.status 0.20.6, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on weremac
config.status:908: creating Makefile
config.status:908: creating data/Makefile
config.status:908: creating data/icons/Makefile
config.status:908: creating data/icons/hicolor/Makefile
config.status:908: creating data/icons/hicolor/48x48/Makefile
config.status:908: creating data/icons/hicolor/48x48/status/Makefile
config.status:908: creating data/icons/hicolor/scalable/Makefile
config.status:908: creating data/icons/hicolor/scalable/status/Makefile
config.status:908: creating data/templates/Makefile
config.status:908: creating data/watermarks/Makefile
config.status:908: creating doc/Makefile
config.status:908: creating doc/gnome-doc-make/Makefile
config.status:908: creating doc/xslt/Makefile
config.status:908: creating po/Makefile.in
config.status:908: creating rng/Makefile
config.status:908: creating rng/mallard/Makefile
config.status:908: creating tools/Makefile
config.status:908: creating tools/gnome-doc-utils.pc
config.status:908: creating xslt/Makefile
config.status:908: creating xml2po/Makefile
config.status:908: creating xml2po/xml2po.pc
config.status:908: creating xml2po/xml2po/Makefile
config.status:908: creating xml2po/xml2po/modes/Makefile
config.status:908: creating xml2po/examples/Makefile
config.status:908: creating xslt/common/Makefile
config.status:908: creating xslt/docbook/Makefile
config.status:908: creating xslt/docbook/common/Makefile
config.status:908: creating xslt/docbook/html/Makefile
config.status:908: creating xslt/docbook/omf/Makefile
config.status:908: creating xslt/docbook/utils/Makefile
config.status:908: creating xslt/mallard/Makefile
config.status:908: creating xslt/mallard/cache/Makefile
config.status:908: creating xslt/mallard/common/Makefile
config.status:908: creating xslt/mallard/html/Makefile
config.status:908: creating xslt/gettext/Makefile
config.status:908: creating tools/gnome-doc-tool
config.status:908: creating tools/gnome-doc-prepare
config.status:1079: executing depfiles commands
config.status:1079: executing default-1 commands
config.status:1079: executing po/stamp-it commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=core2 -w -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_set=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_value=
ac_cv_env_GNOME_DOC_UTILS_LIBS_set=
ac_cv_env_GNOME_DOC_UTILS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig:/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin10.8.0
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/local/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/local/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/local/bin/intltool-update
ac_cv_path_MSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_XGETTEXT=/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
pkg_cv_GNOME_DOC_UTILS_CFLAGS='-I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 '
pkg_cv_GNOME_DOC_UTILS_LIBS='-L/usr/local/Cellar/libxml2/2.7.8/lib -lxslt -lz -lpthread -licucore -lm -lxml2 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run aclocal-1.11'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run tar'
AUTOCONF='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run automake-1.11'
AWK='awk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='/usr/bin/gcc-4.2'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -march=core2 -w -pipe'
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS='-I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/libxml2/2.7.8/include'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DPACKAGE_NAME=\"gnome-doc-utils\" -DPACKAGE_TARNAME=\"gnome-doc-utils\" -DPACKAGE_VERSION=\"0.20.6\" -DPACKAGE_STRING=\"gnome-doc-utils\ 0.20.6\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=gnome-doc-utils\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-doc-utils\" -DVERSION=\"0.20.6\" -DGETTEXT_PACKAGE=\"gnome-doc-utils\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1'
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
DOC_USER_FORMATS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BUILD_UTILS_FALSE='#'
ENABLE_BUILD_UTILS_TRUE=''
ENABLE_SK_FALSE=''
ENABLE_SK_TRUE='#'
EXEEXT=''
GDU_AWK='awk'
GETTEXT_PACKAGE='gnome-doc-utils'
GMOFILES=''
GMSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
GNOME_DOC_UTILS_CFLAGS='-I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 '
GNOME_DOC_UTILS_LIBS='-L/usr/local/Cellar/libxml2/2.7.8/lib -lxslt -lz -lpthread -licucore -lm -lxml2 '
GREP='/usr/bin/grep'
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HELP_DIR='${datadir}/gnome/help'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_EXTRACT='/usr/local/bin/intltool-extract'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_MERGE='/usr/local/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_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 $< $@'
INTLTOOL_UPDATE='/usr/local/bin/intltool-update'
INTLTOOL_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 $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_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 $< $@'
LDFLAGS='-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/missing --run makeinfo'
MKDIR_P='/usr/local/bin/gmkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge'
OBJEXT='o'
OMF_DIR='${datadir}/omf'
PACKAGE='gnome-doc-utils'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils'
PACKAGE_NAME='gnome-doc-utils'
PACKAGE_STRING='gnome-doc-utils 0.20.6'
PACKAGE_TARNAME='gnome-doc-utils'
PACKAGE_URL=''
PACKAGE_VERSION='0.20.6'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig:/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/local/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='0.20.6'
XGETTEXT='/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext'
ac_ct_CC='/usr/bin/gcc-4.2'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.8.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin10.8.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-gnome-doc-utils-0.20.6-hT0X/gnome-doc-utils-0.20.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/local/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gnome-doc-utils'
pkgpythondir='${pythondir}/gnome-doc-utils'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gnome-doc-utils"
#define PACKAGE_TARNAME "gnome-doc-utils"
#define PACKAGE_VERSION "0.20.6"
#define PACKAGE_STRING "gnome-doc-utils 0.20.6"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils"
#define PACKAGE_URL ""
#define PACKAGE "gnome-doc-utils"
#define VERSION "0.20.6"
#define GETTEXT_PACKAGE "gnome-doc-utils"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment