Skip to content

Instantly share code, notes, and snippets.

@shrx
Created October 20, 2013 16:54
Show Gist options
  • Save shrx/7072149 to your computer and use it in GitHub Desktop.
Save shrx/7072149 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 glib-networking configure 2.38.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --without-ca-certificates --prefix=/usr/local/Cellar/glib-networking/2.38.1
## --------- ##
## Platform. ##
## --------- ##
hostname = mbp
uname -m = x86_64
uname -r = 12.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
/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 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 132 tasks, 767 threads, 8 processors
Load average: 1.60, Mach factor: 6.39
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/intltool/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/glib/bin
PATH: /usr/local/opt/libtasn1/bin
PATH: /usr/local/opt/p11-kit/bin
PATH: /usr/local/opt/nettle/bin
PATH: /usr/local/opt/gnutls/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2404: checking for a BSD-compatible install
configure:2472: result: /usr/bin/install -c
configure:2483: checking whether build environment is sane
configure:2538: result: yes
configure:2689: checking for a thread-safe mkdir -p
configure:2728: result: ./install-sh -c -d
configure:2735: checking for gawk
configure:2765: result: no
configure:2735: checking for mawk
configure:2765: result: no
configure:2735: checking for nawk
configure:2765: result: no
configure:2735: checking for awk
configure:2751: found /usr/bin/awk
configure:2762: result: awk
configure:2773: checking whether make sets $(MAKE)
configure:2795: result: yes
configure:2824: checking whether make supports nested variables
configure:2841: result: yes
configure:2926: checking whether to enable maintainer-specific portions of Makefiles
configure:2935: result: yes
configure:2959: checking whether make supports nested variables
configure:2976: result: yes
configure:3016: checking build system type
configure:3030: result: x86_64-apple-darwin12.5.0
configure:3050: checking host system type
configure:3063: result: x86_64-apple-darwin12.5.0
configure:3104: checking how to print strings
configure:3131: result: printf
configure:3164: checking for style of include used by make
configure:3192: result: GNU
configure:3263: checking for gcc
configure:3290: result: cc
configure:3519: checking for C compiler version
configure:3528: cc --version >&5
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:3539: $? = 0
configure:3528: cc -v >&5
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
"/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -o a.out -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3539: $? = 1
configure:3528: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3539: $? = 1
configure:3528: cc -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3539: $? = 1
configure:3559: checking whether the C compiler works
configure:3581: cc conftest.c >&5
configure:3585: $? = 0
configure:3633: result: yes
configure:3636: checking for C compiler default output file name
configure:3638: result: a.out
configure:3644: checking for suffix of executables
configure:3651: cc -o conftest conftest.c >&5
configure:3655: $? = 0
configure:3677: result:
configure:3699: checking whether we are cross compiling
configure:3707: cc -o conftest conftest.c >&5
configure:3711: $? = 0
configure:3718: ./conftest
configure:3722: $? = 0
configure:3737: result: no
configure:3742: checking for suffix of object files
configure:3764: cc -c conftest.c >&5
configure:3768: $? = 0
configure:3789: result: o
configure:3793: checking whether we are using the GNU C compiler
configure:3812: cc -c conftest.c >&5
configure:3812: $? = 0
configure:3821: result: yes
configure:3830: checking whether cc accepts -g
configure:3850: cc -c -g conftest.c >&5
configure:3850: $? = 0
configure:3891: result: yes
configure:3908: checking for cc option to accept ISO C89
configure:3971: cc -c -g -O2 conftest.c >&5
configure:3971: $? = 0
configure:3984: result: none needed
configure:4006: checking dependency style of cc
configure:4117: result: none
configure:4132: checking for a sed that does not truncate output
configure:4196: result: /usr/local/Library/ENV/4.3/sed
configure:4214: checking for grep that handles long lines and -e
configure:4272: result: /usr/bin/grep
configure:4277: checking for egrep
configure:4339: result: /usr/bin/grep -E
configure:4344: checking for fgrep
configure:4406: result: /usr/bin/grep -F
configure:4441: checking for ld used by cc
configure:4508: result: /usr/bin/ld
configure:4515: checking if the linker (/usr/bin/ld) is GNU ld
configure:4530: result: no
configure:4542: checking for BSD- or MS-compatible name lister (nm)
configure:4591: result: /usr/bin/nm
configure:4721: checking the name lister (/usr/bin/nm) interface
configure:4728: cc -c -g -O2 conftest.c >&5
configure:4731: /usr/bin/nm "conftest.o"
configure:4734: output
0000000000000220 S _some_variable
configure:4741: result: BSD nm
configure:4744: checking whether ln -s works
configure:4748: result: yes
configure:4756: checking the maximum length of command line arguments
configure:4886: result: 196608
configure:4903: checking whether the shell understands some XSI constructs
configure:4913: result: yes
configure:4917: checking whether the shell understands "+="
configure:4923: result: yes
configure:4958: checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format
configure:4998: result: func_convert_file_noop
configure:5005: checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format
configure:5025: result: func_convert_file_noop
configure:5032: checking for /usr/bin/ld option to reload object files
configure:5039: result: -r
configure:5113: checking for objdump
configure:5143: result: no
configure:5172: checking how to recognize dependent libraries
configure:5374: result: pass_all
configure:5459: checking for dlltool
configure:5489: result: no
configure:5519: checking how to associate runtime and link libraries
configure:5546: result: printf %s\n
configure:5607: checking for ar
configure:5623: found /usr/bin/ar
configure:5634: result: ar
configure:5671: checking for archiver @FILE support
configure:5688: cc -c -g -O2 conftest.c >&5
configure:5688: $? = 0
configure:5691: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5694: $? = 1
configure:5714: result: no
configure:5772: checking for strip
configure:5788: found /usr/bin/strip
configure:5799: result: strip
configure:5871: checking for ranlib
configure:5887: found /usr/bin/ranlib
configure:5898: result: ranlib
configure:6000: checking command to parse /usr/bin/nm output from cc object
configure:6120: cc -c -g -O2 conftest.c >&5
configure:6123: $? = 0
configure:6127: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6130: $? = 0
cannot find nm_test_var in conftest.nm
configure:6120: cc -c -g -O2 conftest.c >&5
configure:6123: $? = 0
configure:6127: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6130: $? = 0
configure:6196: cc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6199: $? = 0
configure:6237: result: ok
configure:6274: checking for sysroot
configure:6304: result: no
configure:6560: checking for mt
configure:6590: result: no
configure:6610: checking if : is a manifest tool
configure:6616: : '-?'
configure:6624: result: no
configure:6680: checking for dsymutil
configure:6696: found /usr/bin/dsymutil
configure:6707: result: dsymutil
configure:6772: checking for nmedit
configure:6788: found /usr/bin/nmedit
configure:6799: result: nmedit
configure:6864: checking for lipo
configure:6880: found /usr/bin/lipo
configure:6891: result: lipo
configure:6956: checking for otool
configure:6972: found /usr/bin/otool
configure:6983: result: otool
configure:7048: checking for otool64
configure:7078: result: no
configure:7123: checking for -single_module linker flag
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7156: result: yes
configure:7159: checking for -exported_symbols_list linker flag
configure:7179: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7179: $? = 0
configure:7189: result: yes
configure:7192: checking for -force_load linker flag
cc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7224: result: yes
configure:7266: checking how to run the C preprocessor
configure:7297: cc -E conftest.c
configure:7297: $? = 0
configure:7311: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7311: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib-networking"
| #define PACKAGE_TARNAME "glib-networking"
| #define PACKAGE_VERSION "2.38.1"
| #define PACKAGE_STRING "glib-networking 2.38.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network"
| #define PACKAGE_URL ""
| #define PACKAGE "glib-networking"
| #define VERSION "2.38.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7336: result: cc -E
configure:7356: cc -E conftest.c
configure:7356: $? = 0
configure:7370: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib-networking"
| #define PACKAGE_TARNAME "glib-networking"
| #define PACKAGE_VERSION "2.38.1"
| #define PACKAGE_STRING "glib-networking 2.38.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network"
| #define PACKAGE_URL ""
| #define PACKAGE "glib-networking"
| #define VERSION "2.38.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7399: checking for ANSI C header files
configure:7419: cc -c -g -O2 conftest.c >&5
configure:7419: $? = 0
configure:7492: cc -o conftest -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: ./conftest
configure:7492: $? = 0
configure:7503: result: yes
configure:7516: checking for sys/types.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for sys/stat.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for stdlib.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for string.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for memory.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for strings.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for inttypes.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for stdint.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7516: checking for unistd.h
configure:7516: cc -c -g -O2 conftest.c >&5
configure:7516: $? = 0
configure:7516: result: yes
configure:7530: checking for dlfcn.h
configure:7530: cc -c -g -O2 conftest.c >&5
configure:7530: $? = 0
configure:7530: result: yes
configure:7736: checking for objdir
configure:7751: result: .libs
configure:8022: checking if cc supports -fno-rtti -fno-exceptions
configure:8040: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8044: $? = 0
configure:8057: result: yes
configure:8384: checking for cc option to produce PIC
configure:8391: result: -fno-common -DPIC
configure:8399: checking if cc PIC flag -fno-common -DPIC works
configure:8417: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8421: $? = 0
configure:8434: result: yes
configure:8463: checking if cc static flag -static works
configure:8491: result: no
configure:8506: checking if cc supports -c -o file.o
configure:8527: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8531: $? = 0
configure:8553: result: yes
configure:8561: checking if cc supports -c -o file.o
configure:8608: result: yes
configure:8641: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:9794: result: yes
configure:10034: checking dynamic linker characteristics
configure:10771: result: darwin12.5.0 dyld
configure:10878: checking how to hardcode library paths into programs
configure:10903: result: immediate
configure:11443: checking whether stripping libraries is possible
configure:11457: result: yes
configure:11483: checking if libtool supports shared libraries
configure:11485: result: yes
configure:11488: checking whether to build shared libraries
configure:11509: result: yes
configure:11512: checking whether to build static libraries
configure:11516: result: yes
configure:11602: checking for gcc
configure:11629: result: cc
configure:11858: checking for C compiler version
configure:11867: cc --version >&5
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:11878: $? = 0
configure:11867: cc -v >&5
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
"/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -o a.out -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11878: $? = 1
configure:11867: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:11878: $? = 1
configure:11867: cc -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11878: $? = 1
configure:11882: checking whether we are using the GNU C compiler
configure:11910: result: yes
configure:11919: checking whether cc accepts -g
configure:11980: result: yes
configure:11997: checking for cc option to accept ISO C89
configure:12073: result: none needed
configure:12095: checking dependency style of cc
configure:12206: result: none
configure:12225: checking whether cc understands -c and -o together
configure:12253: cc -c conftest.c -o conftest2.o >&5
configure:12257: $? = 0
configure:12263: cc -c conftest.c -o conftest2.o >&5
configure:12267: $? = 0
configure:12322: result: yes
configure:12352: checking how to run the C preprocessor
configure:12422: result: cc -E
configure:12442: cc -E conftest.c
configure:12442: $? = 0
configure:12456: cc -E conftest.c
conftest.c:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:12456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib-networking"
| #define PACKAGE_TARNAME "glib-networking"
| #define PACKAGE_VERSION "2.38.1"
| #define PACKAGE_STRING "glib-networking 2.38.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network"
| #define PACKAGE_URL ""
| #define PACKAGE "glib-networking"
| #define VERSION "2.38.1"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12488: checking whether NLS is requested
configure:12497: result: yes
configure:12515: checking for intltool >= 0.35.0
configure:12517: result: 0.50.2 found
configure:12525: checking for intltool-update
configure:12543: found /usr/local/opt/intltool/bin/intltool-update
configure:12555: result: /usr/local/opt/intltool/bin/intltool-update
configure:12565: checking for intltool-merge
configure:12583: found /usr/local/opt/intltool/bin/intltool-merge
configure:12595: result: /usr/local/opt/intltool/bin/intltool-merge
configure:12605: checking for intltool-extract
configure:12623: found /usr/local/opt/intltool/bin/intltool-extract
configure:12635: result: /usr/local/opt/intltool/bin/intltool-extract
configure:12789: checking for xgettext
configure:12807: found /usr/local/opt/gettext/bin/xgettext
configure:12819: result: /usr/local/opt/gettext/bin/xgettext
configure:12829: checking for msgmerge
configure:12847: found /usr/local/opt/gettext/bin/msgmerge
configure:12859: result: /usr/local/opt/gettext/bin/msgmerge
configure:12869: checking for msgfmt
configure:12887: found /usr/local/opt/gettext/bin/msgfmt
configure:12899: result: /usr/local/opt/gettext/bin/msgfmt
configure:12909: checking for gmsgfmt
configure:12940: result: /usr/local/opt/gettext/bin/msgfmt
configure:12960: checking for perl
configure:12978: found /usr/bin/perl
configure:12990: result: /usr/bin/perl
configure:13001: checking for perl >= 5.8.1
configure:13008: result: 5.12.4
configure:13012: checking for XML::Parser
configure:13015: result: ok
configure:13039: checking locale.h usability
configure:13039: cc -c -g -O2 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking locale.h presence
configure:13039: cc -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for locale.h
configure:13039: result: yes
configure:13050: checking for LC_MESSAGES
configure:13066: cc -o conftest -g -O2 conftest.c >&5
configure:13066: $? = 0
configure:13074: result: yes
configure:13091: checking libintl.h usability
configure:13091: cc -c -g -O2 conftest.c >&5
configure:13091: $? = 0
configure:13091: result: yes
configure:13091: checking libintl.h presence
configure:13091: cc -E conftest.c
configure:13091: $? = 0
configure:13091: result: yes
configure:13091: checking for libintl.h
configure:13091: result: yes
configure:13099: checking for ngettext in libc
configure:13117: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_main in conftest-iLnFjm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib-networking"
| #define PACKAGE_TARNAME "glib-networking"
| #define PACKAGE_VERSION "2.38.1"
| #define PACKAGE_STRING "glib-networking 2.38.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network"
| #define PACKAGE_URL ""
| #define PACKAGE "glib-networking"
| #define VERSION "2.38.1"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "glib-networking"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
| ;
| return 0;
| }
configure:13126: result: no
configure:13182: checking for bindtextdomain in -lintl
configure:13207: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13207: $? = 0
configure:13216: result: yes
configure:13219: checking for ngettext in -lintl
configure:13244: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13244: $? = 0
configure:13253: result: yes
configure:13256: checking for dgettext in -lintl
configure:13281: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13281: $? = 0
configure:13290: result: yes
configure:13403: checking for bind_textdomain_codeset
configure:13403: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13403: $? = 0
configure:13403: result: yes
configure:13440: checking for msgfmt
configure:13467: result: /usr/local/opt/gettext/bin/msgfmt
configure:13478: checking for dcgettext
configure:13478: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13478: $? = 0
configure:13478: result: yes
configure:13488: checking if msgfmt accepts -c
configure:13503: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:13506: $? = 0
configure:13508: result: yes
configure:13518: checking for gmsgfmt
configure:13549: result: /usr/local/opt/gettext/bin/msgfmt
configure:13559: checking for xgettext
configure:13586: result: /usr/local/opt/gettext/bin/xgettext
configure:13605: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:13605: $? = 0
configure:13829: checking for pkg-config
configure:13847: found /usr/local/opt/pkg-config/bin/pkg-config
configure:13859: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:13884: checking pkg-config is at least version 0.16
configure:13887: result: yes
configure:13904: checking for GLIB - version >= 2.38.0
configure:14019: cc -o conftest -g -O2 -D_REENTRANT -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include conftest.c -L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl >&5
configure:14019: $? = 0
configure:14019: ./conftest
configure:14019: $? = 0
configure:14033: result: yes (version 2.38.1)
configure:14114: checking for gio-querymodules
configure:14132: found /usr/local/opt/glib/bin/gio-querymodules
configure:14144: result: /usr/local/opt/glib/bin/gio-querymodules
configure:14209: checking for LIBPROXY
configure:14216: $PKG_CONFIG --exists --print-errors "libproxy-1.0 >= 0.3.1"
Package libproxy-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libproxy-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libproxy-1.0' found
configure:14219: $? = 1
configure:14233: $PKG_CONFIG --exists --print-errors "libproxy-1.0 >= 0.3.1"
Package libproxy-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libproxy-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libproxy-1.0' found
configure:14236: $? = 1
configure:14250: result: no
No package 'libproxy-1.0' found
configure:14311: checking for GSETTINGS_DESKTOP_SCHEMAS
configure:14318: $PKG_CONFIG --exists --print-errors "gsettings-desktop-schemas"
configure:14321: $? = 0
configure:14335: $PKG_CONFIG --exists --print-errors "gsettings-desktop-schemas"
configure:14338: $? = 0
configure:14386: result: yes
configure:14415: checking for GNUTLS
configure:14422: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_MIN_REQUIRED"
configure:14425: $? = 0
configure:14439: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_MIN_REQUIRED"
configure:14442: $? = 0
configure:14490: result: yes
configure:14508: checking location of system Certificate Authority list
configure:14517: result: disabled
configure:14557: checking for PKCS11
configure:14564: $PKG_CONFIG --exists --print-errors "p11-kit-1 >= $P11_KIT_REQUIRED"
configure:14567: $? = 0
configure:14581: $PKG_CONFIG --exists --print-errors "p11-kit-1 >= $P11_KIT_REQUIRED"
configure:14584: $? = 0
configure:14634: result: yes
configure:14923: checking that generated files are newer than configure
configure:14929: result: done
configure:14988: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by glib-networking config.status 2.38.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mbp
config.status:1205: creating Makefile
config.status:1205: creating po/Makefile.in
config.status:1205: creating po/Makefile
config.status:1205: creating proxy/libproxy/Makefile
config.status:1205: creating proxy/gnome/Makefile
config.status:1205: creating proxy/tests/Makefile
config.status:1205: creating tls/gnutls/Makefile
config.status:1205: creating tls/pkcs11/Makefile
config.status:1205: creating tls/tests/Makefile
config.status:1205: creating config.h
config.status:1434: executing depfiles commands
config.status:1434: executing libtool commands
config.status:1434: executing default-1 commands
config.status:1434: executing po/stamp-it commands
configure:17255: WARNING: Specified certificate authority file 'no' does not exist
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_GSETTINGS_DESKTOP_SCHEMAS_CFLAGS_set=
ac_cv_env_GSETTINGS_DESKTOP_SCHEMAS_CFLAGS_value=
ac_cv_env_GSETTINGS_DESKTOP_SCHEMAS_LIBS_set=
ac_cv_env_GSETTINGS_DESKTOP_SCHEMAS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBPROXY_CFLAGS_set=
ac_cv_env_LIBPROXY_CFLAGS_value=
ac_cv_env_LIBPROXY_LIBS_set=
ac_cv_env_LIBPROXY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKCS11_CFLAGS_set=
ac_cv_env_PKCS11_CFLAGS_value=
ac_cv_env_PKCS11_LIBS_set=
ac_cv_env_PKCS11_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/gsettings-desktop-schemas/share/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_dlfcn_h=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-darwin12.5.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_FGREP='/usr/bin/grep -F'
ac_cv_path_GIO_QUERYMODULES=/usr/local/opt/glib/bin/gio-querymodules
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/local/opt/intltool/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/local/opt/intltool/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/local/opt/intltool/bin/intltool-update
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_GNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include '
pkg_cv_GNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.1.10/lib -lgnutls '
pkg_cv_GSETTINGS_DESKTOP_SCHEMAS_CFLAGS='-I/usr/local/Cellar/gsettings-desktop-schemas/3.5.92/include/gsettings-desktop-schemas '
pkg_cv_GSETTINGS_DESKTOP_SCHEMAS_LIBS=
pkg_cv_PKCS11_CFLAGS='-I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 '
pkg_cv_PKCS11_LIBS='-L/usr/local/Cellar/p11-kit/0.18.4/lib -lp11-kit '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/missing aclocal-1.13'
ALL_LINGUAS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/missing automake-1.13'
AWK='awk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=declaration-after-statement'
CPP='cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_ALWAYS_BUILD_TESTS_FALSE=''
ENABLE_ALWAYS_BUILD_TESTS_TRUE='#'
ENABLE_INSTALLED_TESTS_FALSE=''
ENABLE_INSTALLED_TESTS_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GETTEXT_PACKAGE='glib-networking'
GIO_MODULE_DIR='/usr/local/lib/gio/modules'
GIO_QUERYMODULES='/usr/local/opt/glib/bin/gio-querymodules'
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36'
GLIB_COMPILE_RESOURCES='glib-compile-resources'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=''
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include '
GNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.1.10/lib -lgnutls '
GOBJECT_QUERY='gobject-query'
GREP='/usr/bin/grep'
GSETTINGS_DESKTOP_SCHEMAS_CFLAGS='-I/usr/local/Cellar/gsettings-desktop-schemas/3.5.92/include/gsettings-desktop-schemas '
GSETTINGS_DESKTOP_SCHEMAS_LIBS=''
HAVE_GNOME_PROXY_FALSE='#'
HAVE_GNOME_PROXY_TRUE=''
HAVE_GNUTLS_FALSE='#'
HAVE_GNUTLS_TRUE=''
HAVE_LIBPROXY_FALSE=''
HAVE_LIBPROXY_TRUE='#'
HAVE_PKCS11_FALSE='#'
HAVE_PKCS11_TRUE=''
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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/local/opt/intltool/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/local/opt/intltool/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/local/opt/intltool/bin/intltool-update'
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;'
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBPROXY_CFLAGS=''
LIBPROXY_LIBS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LTP=''
LTP_GENHTML=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/opt/gettext/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='glib-networking'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network'
PACKAGE_NAME='glib-networking'
PACKAGE_STRING='glib-networking 2.38.1'
PACKAGE_TARNAME='glib-networking'
PACKAGE_URL=''
PACKAGE_VERSION='2.38.1'
PATH_SEPARATOR=':'
PKCS11_CFLAGS='-I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 '
PKCS11_LIBS='-L/usr/local/Cellar/p11-kit/0.18.4/lib -lp11-kit '
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8'
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/gsettings-desktop-schemas/share/pkgconfig'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='2.38.1'
XGETTEXT='/usr/local/opt/gettext/bin/xgettext'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/glib-networking-ISfA/glib-networking-2.38.1/install-sh'
installed_test_metadir=''
installed_testdir=''
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/glib-networking/2.38.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "glib-networking"
#define PACKAGE_TARNAME "glib-networking"
#define PACKAGE_VERSION "2.38.1"
#define PACKAGE_STRING "glib-networking 2.38.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network"
#define PACKAGE_URL ""
#define PACKAGE "glib-networking"
#define VERSION "2.38.1"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GETTEXT_PACKAGE "glib-networking"
#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
#define HAVE_PKCS11 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment