Skip to content

Instantly share code, notes, and snippets.

@2bits
Created September 3, 2012 15:40
Show Gist options
  • Save 2bits/3610134 to your computer and use it in GitHub Desktop.
Save 2bits/3610134 to your computer and use it in GitHub Desktop.
pango-1.30.1 installed with Homebrew-0.9.3 - config log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pango configure 1.30.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.30.1 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.30.1/share/doc --disable-introspection --disable-silent-rules --with-x
## --------- ##
## Platform. ##
## --------- ##
hostname = iBlub.local
uname -m = x86_64
uname -r = 12.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~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.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
4 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 115 tasks, 557 threads, 4 processors
Load average: 1.51, Mach factor: 2.48
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2661: checking for a BSD-compatible install
configure:2729: result: /usr/bin/install -c
configure:2740: checking whether build environment is sane
configure:2790: result: yes
configure:2931: checking for a thread-safe mkdir -p
configure:2970: result: ./install-sh -c -d
configure:2983: checking for gawk
configure:3013: result: no
configure:2983: checking for mawk
configure:3013: result: no
configure:2983: checking for nawk
configure:3013: result: no
configure:2983: checking for awk
configure:2999: found /usr/bin/awk
configure:3010: result: awk
configure:3021: checking whether make sets $(MAKE)
configure:3043: result: yes
configure:3134: checking whether make supports nested variables
configure:3151: result: yes
configure:3216: checking build system type
configure:3230: result: x86_64-apple-darwin12.1.0
configure:3250: checking host system type
configure:3263: result: x86_64-apple-darwin12.1.0
configure:3284: checking for native Win32
configure:3302: result: no
configure:3364: checking for gcc
configure:3380: found /usr/local/Library/ENV/4.3/gcc
configure:3391: result: gcc
configure:3620: checking for C compiler version
configure:3629: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:3640: $? = 0
configure:3629: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:3640: $? = 0
configure:3629: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3640: $? = 1
configure:3629: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3640: $? = 1
configure:3660: checking whether the C compiler works
configure:3682: gcc conftest.c >&5
configure:3686: $? = 0
configure:3734: result: yes
configure:3737: checking for C compiler default output file name
configure:3739: result: a.out
configure:3745: checking for suffix of executables
configure:3752: gcc -o conftest conftest.c >&5
configure:3756: $? = 0
configure:3778: result:
configure:3800: checking whether we are cross compiling
configure:3808: gcc -o conftest conftest.c >&5
configure:3812: $? = 0
configure:3819: ./conftest
configure:3823: $? = 0
configure:3838: result: no
configure:3843: checking for suffix of object files
configure:3865: gcc -c conftest.c >&5
configure:3869: $? = 0
configure:3890: result: o
configure:3894: checking whether we are using the GNU C compiler
configure:3913: gcc -c conftest.c >&5
configure:3913: $? = 0
configure:3922: result: yes
configure:3931: checking whether gcc accepts -g
configure:3951: gcc -c -g conftest.c >&5
configure:3951: $? = 0
configure:3992: result: yes
configure:4009: checking for gcc option to accept ISO C89
configure:4072: gcc -c -g -O2 conftest.c >&5
configure:4072: $? = 0
configure:4085: result: none needed
configure:4116: checking for style of include used by make
configure:4144: result: GNU
configure:4170: checking dependency style of gcc
configure:4281: result: none
configure:4346: checking for c++
configure:4362: found /usr/local/Library/ENV/4.3/c++
configure:4373: result: c++
configure:4516: checking for C++ compiler version
configure:4525: c++ --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
configure:4536: $? = 0
configure:4525: c++ -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/X11/include'
clang: warning: argument unused during compilation: '-isystem /usr/X11/include/freetype2'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib'
... rest of stderr output deleted ...
configure:4536: $? = 0
configure:4525: c++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4536: $? = 1
configure:4525: c++ -qversion >&5
clang: error: no input files
configure:4536: $? = 1
configure:4540: checking whether we are using the GNU C++ compiler
configure:4559: c++ -c conftest.cpp >&5
configure:4559: $? = 0
configure:4568: result: yes
configure:4577: checking whether c++ accepts -g
configure:4597: c++ -c -g conftest.cpp >&5
configure:4597: $? = 0
configure:4638: result: yes
configure:4663: checking dependency style of c++
configure:4774: result: none
configure:4801: c++ -c -g -O2 conftest.cpp >&5
configure:4801: $? = 0
configure:4938: checking for C++ compiler version
configure:4947: c++ --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
configure:4958: $? = 0
configure:4947: c++ -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/X11/include'
clang: warning: argument unused during compilation: '-isystem /usr/X11/include/freetype2'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib'
... rest of stderr output deleted ...
configure:4958: $? = 0
configure:4947: c++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4958: $? = 1
configure:4947: c++ -qversion >&5
clang: error: no input files
configure:4958: $? = 1
configure:4962: checking whether we are using the GNU C++ compiler
configure:4990: result: yes
configure:4999: checking whether c++ accepts -g
configure:5060: result: yes
configure:5085: checking dependency style of c++
configure:5196: result: none
configure:5215: checking for mprotect
configure:5215: gcc -o conftest -g -O2 conftest.c >&5
configure:5215: $? = 0
configure:5215: result: yes
configure:5215: checking for sysconf
configure:5215: gcc -o conftest -g -O2 conftest.c >&5
configure:5215: $? = 0
configure:5215: result: yes
configure:5215: checking for getpagesize
configure:5215: gcc -o conftest -g -O2 conftest.c >&5
configure:5215: $? = 0
configure:5215: result: yes
configure:5229: checking how to run the C preprocessor
configure:5260: gcc -E conftest.c
configure:5260: $? = 0
configure:5274: gcc -E conftest.c
conftest.c:20:28: error: ac_nonexistent.h: No such file or directory
configure:5274: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.30.1"
| #define PACKAGE_STRING "pango 1.30.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.30.1"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 3001
| #define PANGO_INTERFACE_AGE 1
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 30
| #define PANGO_VERSION_MICRO 1
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5299: result: gcc -E
configure:5319: gcc -E conftest.c
configure:5319: $? = 0
configure:5333: gcc -E conftest.c
conftest.c:20:28: error: ac_nonexistent.h: No such file or directory
configure:5333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.30.1"
| #define PACKAGE_STRING "pango 1.30.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.30.1"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 3001
| #define PANGO_INTERFACE_AGE 1
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 30
| #define PANGO_VERSION_MICRO 1
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5362: checking for grep that handles long lines and -e
configure:5420: result: /usr/bin/grep
configure:5425: checking for egrep
configure:5487: result: /usr/bin/grep -E
configure:5492: checking for ANSI C header files
configure:5512: gcc -c -g -O2 conftest.c >&5
configure:5512: $? = 0
configure:5585: gcc -o conftest -g -O2 conftest.c >&5
configure:5585: $? = 0
configure:5585: ./conftest
configure:5585: $? = 0
configure:5596: result: yes
configure:5609: checking for sys/types.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for sys/stat.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for stdlib.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for string.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for memory.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for strings.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for inttypes.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for stdint.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5609: checking for unistd.h
configure:5609: gcc -c -g -O2 conftest.c >&5
configure:5609: $? = 0
configure:5609: result: yes
configure:5624: checking for unistd.h
configure:5624: result: yes
configure:5624: checking sys/mman.h usability
configure:5624: gcc -c -g -O2 conftest.c >&5
configure:5624: $? = 0
configure:5624: result: yes
configure:5624: checking sys/mman.h presence
configure:5624: gcc -E conftest.c
configure:5624: $? = 0
configure:5624: result: yes
configure:5624: checking for sys/mman.h
configure:5624: result: yes
configure:6037: checking how to print strings
configure:6064: result: printf
configure:6085: checking for a sed that does not truncate output
configure:6149: result: /usr/local/Library/ENV/4.3/sed
configure:6167: checking for fgrep
configure:6229: result: /usr/bin/grep -F
configure:6264: checking for ld used by gcc
configure:6331: result: cc
configure:6338: checking if the linker (cc) is GNU ld
configure:6353: result: no
configure:6365: checking for BSD- or MS-compatible name lister (nm)
configure:6414: result: /usr/bin/nm
configure:6544: checking the name lister (/usr/bin/nm) interface
configure:6551: gcc -c -g -O2 conftest.c >&5
configure:6554: /usr/bin/nm "conftest.o"
configure:6557: output
00000000000001ac S _some_variable
configure:6564: result: BSD nm
configure:6567: checking whether ln -s works
configure:6571: result: yes
configure:6579: checking the maximum length of command line arguments
configure:6709: result: 196608
configure:6726: checking whether the shell understands some XSI constructs
configure:6736: result: yes
configure:6740: checking whether the shell understands "+="
configure:6746: result: yes
configure:6781: checking how to convert x86_64-apple-darwin12.1.0 file names to x86_64-apple-darwin12.1.0 format
configure:6821: result: func_convert_file_noop
configure:6828: checking how to convert x86_64-apple-darwin12.1.0 file names to toolchain format
configure:6848: result: func_convert_file_noop
configure:6855: checking for cc option to reload object files
configure:6862: result: -r
configure:6936: checking for objdump
configure:6963: result: objdump
configure:6992: checking how to recognize dependent libraries
configure:7194: result: pass_all
configure:7279: checking for dlltool
configure:7306: result: dlltool
configure:7336: checking how to associate runtime and link libraries
configure:7363: result: printf %s\n
configure:7423: checking for ar
configure:7439: found /usr/bin/ar
configure:7450: result: ar
configure:7487: checking for archiver @FILE support
configure:7504: gcc -c -g -O2 conftest.c >&5
configure:7504: $? = 0
configure:7507: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7510: $? = 1
configure:7530: result: no
configure:7588: checking for strip
configure:7604: found /usr/bin/strip
configure:7615: result: strip
configure:7687: checking for ranlib
configure:7703: found /usr/bin/ranlib
configure:7714: result: ranlib
configure:7816: checking command to parse /usr/bin/nm output from gcc object
configure:7936: gcc -c -g -O2 conftest.c >&5
configure:7939: $? = 0
configure:7943: /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:7946: $? = 0
cannot find nm_test_var in conftest.nm
configure:7936: gcc -c -g -O2 conftest.c >&5
configure:7939: $? = 0
configure:7943: /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:7946: $? = 0
configure:8012: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:8015: $? = 0
configure:8053: result: ok
configure:8090: checking for sysroot
configure:8120: result: no
configure:8376: checking for mt
configure:8406: result: no
configure:8426: checking if : is a manifest tool
configure:8432: : '-?'
configure:8440: result: no
configure:8496: checking for dsymutil
configure:8512: found /usr/bin/dsymutil
configure:8523: result: dsymutil
configure:8588: checking for nmedit
configure:8604: found /usr/bin/nmedit
configure:8615: result: nmedit
configure:8680: checking for lipo
configure:8696: found /usr/bin/lipo
configure:8707: result: lipo
configure:8772: checking for otool
configure:8788: found /usr/bin/otool
configure:8799: result: otool
configure:8864: checking for otool64
configure:8894: result: no
configure:8939: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8972: result: yes
configure:8975: checking for -exported_symbols_list linker flag
configure:8995: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8995: $? = 0
configure:9005: result: yes
configure:9008: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:9040: result: yes
configure:9079: checking for dlfcn.h
configure:9079: gcc -c -g -O2 conftest.c >&5
configure:9079: $? = 0
configure:9079: result: yes
configure:9263: checking for objdir
configure:9278: result: .libs
configure:9545: checking if gcc supports -fno-rtti -fno-exceptions
configure:9563: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9567: $? = 0
configure:9580: result: no
configure:9907: checking for gcc option to produce PIC
configure:9914: result: -fno-common -DPIC
configure:9922: checking if gcc PIC flag -fno-common -DPIC works
configure:9940: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9944: $? = 0
configure:9957: result: yes
configure:9986: checking if gcc static flag -static works
configure:10014: result: no
configure:10029: checking if gcc supports -c -o file.o
configure:10050: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10054: $? = 0
configure:10076: result: yes
configure:10084: checking if gcc supports -c -o file.o
configure:10131: result: yes
configure:10164: checking whether the gcc linker (cc) supports shared libraries
configure:11317: result: yes
configure:11557: checking dynamic linker characteristics
configure:12294: result: darwin12.1.0 dyld
configure:12401: checking how to hardcode library paths into programs
configure:12426: result: immediate
configure:12966: checking whether stripping libraries is possible
configure:12980: result: yes
configure:13006: checking if libtool supports shared libraries
configure:13008: result: yes
configure:13011: checking whether to build shared libraries
configure:13032: result: yes
configure:13035: checking whether to build static libraries
configure:13039: result: no
configure:13062: checking how to run the C++ preprocessor
configure:13089: c++ -E conftest.cpp
configure:13089: $? = 0
configure:13103: c++ -E conftest.cpp
conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13103: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.30.1"
| #define PACKAGE_STRING "pango 1.30.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.30.1"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 3001
| #define PANGO_INTERFACE_AGE 1
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 30
| #define PANGO_VERSION_MICRO 1
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 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_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13128: result: c++ -E
configure:13148: c++ -E conftest.cpp
configure:13148: $? = 0
configure:13162: c++ -E conftest.cpp
conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.30.1"
| #define PACKAGE_STRING "pango 1.30.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.30.1"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 3001
| #define PANGO_INTERFACE_AGE 1
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 30
| #define PANGO_VERSION_MICRO 1
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 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_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13331: checking for ld used by c++
configure:13398: result: cc
configure:13405: checking if the linker (cc) is GNU ld
configure:13420: result: no
configure:13475: checking whether the c++ linker (cc) supports shared libraries
configure:14480: result: yes
configure:14516: c++ -c -g -O2 -fno-rtti -fno-exceptions conftest.cpp >&5
configure:14519: $? = 0
configure:15039: checking for c++ option to produce PIC
configure:15046: result: -fno-common -DPIC
configure:15054: checking if c++ PIC flag -fno-common -DPIC works
configure:15072: c++ -c -g -O2 -fno-rtti -fno-exceptions -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15076: $? = 0
configure:15089: result: yes
configure:15112: checking if c++ static flag -static works
configure:15140: result: no
configure:15152: checking if c++ supports -c -o file.o
configure:15173: c++ -c -g -O2 -fno-rtti -fno-exceptions -o out/conftest2.o conftest.cpp >&5
configure:15177: $? = 0
configure:15199: result: yes
configure:15204: checking if c++ supports -c -o file.o
configure:15251: result: yes
configure:15281: checking whether the c++ linker (cc) supports shared libraries
configure:15317: result: yes
configure:15458: checking dynamic linker characteristics
configure:16129: result: darwin12.1.0 dyld
configure:16182: checking how to hardcode library paths into programs
configure:16207: result: immediate
configure:16269: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:679: creating libtool
configure:17907: checking for some Win32 platform
configure:17917: result: no
configure:18121: checking for X
configure:18229: gcc -E conftest.c
configure:18229: $? = 0
configure:18260: gcc -o conftest -g -O2 -Wall conftest.c -lX11 >&5
configure:18260: $? = 0
configure:18310: result: libraries , headers
configure:18409: gcc -o conftest -g -O2 -Wall conftest.c -lX11 >&5
configure:18409: $? = 0
configure:18507: checking for gethostbyname
configure:18507: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:18507: $? = 0
configure:18507: result: yes
configure:18604: checking for connect
configure:18604: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:18604: $? = 0
configure:18604: result: yes
configure:18653: checking for remove
configure:18653: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:18653: $? = 0
configure:18653: result: yes
configure:18702: checking for shmat
configure:18702: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:18702: $? = 0
configure:18702: result: yes
configure:18760: checking for IceConnectionNumber in -lICE
configure:18785: gcc -o conftest -g -O2 -Wall conftest.c -lICE >&5
configure:18785: $? = 0
configure:18794: result: yes
configure:18887: checking for pkg-config
configure:18905: found /usr/local/bin/pkg-config
configure:18917: result: /usr/local/bin/pkg-config
configure:18942: checking pkg-config is at least version 0.9.0
configure:18945: result: yes
configure:18955: checking for FONTCONFIG
configure:18962: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0"
configure:18965: $? = 0
configure:18979: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0"
configure:18982: $? = 0
configure:19022: result: yes
configure:19035: checking for FREETYPE
configure:19042: $PKG_CONFIG --exists --print-errors "freetype2"
configure:19045: $? = 0
configure:19059: $PKG_CONFIG --exists --print-errors "freetype2"
configure:19062: $? = 0
configure:19102: result: yes
configure:19130: checking for XFT
configure:19137: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:19140: $? = 0
configure:19154: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:19157: $? = 0
configure:19197: result: yes
configure:19285: checking Carbon/Carbon.h usability
configure:19285: gcc -c -g -O2 -Wall conftest.c >&5
configure:19285: $? = 0
configure:19285: result: yes
configure:19285: checking Carbon/Carbon.h presence
configure:19285: gcc -E conftest.c
configure:19285: $? = 0
configure:19285: result: yes
configure:19285: checking for Carbon/Carbon.h
configure:19285: result: yes
configure:19298: checking for CoreText availability
configure:19313: gcc -o conftest -g -O2 -Wall conftest.c -framework ApplicationServices >&5
configure:19313: $? = 0
configure:19328: result: yes
configure:19355: checking for CAIRO
configure:19422: result: yes
configure:19438: $PKG_CONFIG --exists --print-errors "cairo-ft >= $cairo_required"
configure:19441: $? = 0
configure:19478: $PKG_CONFIG --exists --print-errors "cairo-quartz-font >= $cairo_required"
configure:19481: $? = 0
configure:19496: checking which cairo font backends could be used
configure:19499: result: quartz freetype
configure:19514: $PKG_CONFIG --exists --print-errors "cairo-png >= $cairo_required"
configure:19517: $? = 0
configure:19530: $PKG_CONFIG --exists --print-errors "cairo-ps >= $cairo_required"
configure:19533: $? = 0
configure:19546: $PKG_CONFIG --exists --print-errors "cairo-pdf >= $cairo_required"
configure:19549: $? = 0
configure:19562: $PKG_CONFIG --exists --print-errors "cairo-xlib >= $cairo_required"
configure:19565: $? = 0
configure:19666: checking for GLIB
configure:19673: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
configure:19676: $? = 0
configure:19690: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
configure:19693: $? = 0
configure:19735: result: yes
configure:19756: checking for LIBTHAI
configure:19763: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
Package libthai was not found in the pkg-config search path.
Perhaps you should add the directory containing `libthai.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libthai' found
configure:19766: $? = 1
configure:19780: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
Package libthai was not found in the pkg-config search path.
Perhaps you should add the directory containing `libthai.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libthai' found
configure:19783: $? = 1
configure:19797: result: no
No package 'libthai' found
configure:19841: checking for gobject-introspection
configure:19886: result: no (disabled, use --enable-introspection to enable)
configure:19946: checking modules to link statically
configure:19962: result:
configure:19976: checking dynamic modules to build
configure:19992: result: arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,basic-coretext,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded)
configure:20303: checking for flockfile
configure:20303: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:20303: $? = 0
configure:20303: result: yes
configure:20303: checking for strtok_r
configure:20303: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:20303: $? = 0
configure:20303: result: yes
configure:20327: checking for gtkdoc-check
configure:20360: result: no
configure:20369: checking for gtkdoc-rebase
configure:20402: result: no
configure:20413: checking for gtkdoc-mkpdf
configure:20446: result: no
configure:20577: checking whether to build gtk-doc documentation
configure:20579: result: no
configure:20655: checking for xsltproc
configure:20673: found /usr/bin/xsltproc
configure:20685: result: /usr/bin/xsltproc
configure:20712: checking for XML catalog (/etc/xml/catalog)
configure:20719: result: not found
configure:20726: checking for xmlcatalog
configure:20744: found /usr/bin/xmlcatalog
configure:20757: result: /usr/bin/xmlcatalog
configure:20776: checking for DocBook XML DTD V4.1.2 in XML catalog
configure:20787: result: not found
configure:20793: checking for DocBook XSL Stylesheets in XML catalog
configure:20804: result: not found
configure:20883: checking Whether to write dependencies into .pc files
configure:20900: result: no
configure:20955: checking for dirent.h that defines DIR
configure:20974: gcc -c -g -O2 -Wall conftest.c >&5
configure:20974: $? = 0
configure:20982: result: yes
configure:20995: checking for library containing opendir
configure:21026: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:21026: $? = 0
configure:21043: result: none required
configure:21112: checking for unistd.h
configure:21112: result: yes
configure:21516: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pango config.status 1.30.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on iBlub.local
config.status:1417: creating Makefile
config.status:1417: creating pango/Makefile
config.status:1417: creating pango/mini-fribidi/Makefile
config.status:1417: creating pango/opentype/Makefile
config.status:1417: creating pango/pango.rc
config.status:1417: creating pango/pangoft2.rc
config.status:1417: creating pango/pangowin32.rc
config.status:1417: creating pango/pangocairo.rc
config.status:1417: creating pango/pangox.rc
config.status:1417: creating pango/pangoxft.rc
config.status:1417: creating pango-view/Makefile
config.status:1417: creating modules/Makefile
config.status:1417: creating modules/arabic/Makefile
config.status:1417: creating modules/basic/Makefile
config.status:1417: creating modules/hangul/Makefile
config.status:1417: creating modules/hebrew/Makefile
config.status:1417: creating modules/indic/Makefile
config.status:1417: creating modules/khmer/Makefile
config.status:1417: creating modules/syriac/Makefile
config.status:1417: creating modules/thai/Makefile
config.status:1417: creating modules/tibetan/Makefile
config.status:1417: creating examples/Makefile
config.status:1417: creating docs/Makefile
config.status:1417: creating docs/version.xml
config.status:1417: creating tools/Makefile
config.status:1417: creating tests/Makefile
config.status:1417: creating build/Makefile
config.status:1417: creating build/win32/Makefile
config.status:1417: creating build/win32/vs9/Makefile
config.status:1417: creating build/win32/vs10/Makefile
config.status:1417: creating pango.pc
config.status:1417: creating pangox.pc
config.status:1417: creating pangowin32.pc
config.status:1417: creating pangoft2.pc
config.status:1417: creating pangoxft.pc
config.status:1417: creating pangocairo.pc
config.status:1417: creating pango-uninstalled.pc
config.status:1417: creating pangox-uninstalled.pc
config.status:1417: creating pangowin32-uninstalled.pc
config.status:1417: creating pangoft2-uninstalled.pc
config.status:1417: creating pangoxft-uninstalled.pc
config.status:1417: creating pangocairo-uninstalled.pc
config.status:1417: creating pango-zip.sh
config.status:1417: creating config.h.win32
config.status:1417: creating tests/runtests.sh
config.status:1417: creating config.h
config.status:1646: executing depfiles commands
config.status:1646: executing libtool commands
config.status:1646: executing pango/module-defs.h commands
config.status:1646: executing pango/module-defs-x.c commands
config.status:1646: executing pango/module-defs-fc.c commands
config.status:1646: executing pango/module-defs-win32.c commands
config.status:1646: executing pango/module-defs-atsui.c commands
config.status:1646: executing pango/module-defs-coretext.c commands
config.status:1646: executing pango/module-defs-lang.c commands
config.status:1646: executing pango/pango-features.h commands
config.status:2734: creating pango/pango-features.h
config.status:2754: pango/pango-features.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.1.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=set
ac_cv_env_CAIRO_CFLAGS_value=-I/usr/local/Cellar/cairo/1.12.2/include/cairo
ac_cv_env_CAIRO_LIBS_set=set
ac_cv_env_CAIRO_LIBS_value='-L/usr/local/Cellar/cairo/1.12.2/lib -lcairo'
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTHAI_CFLAGS_set=
ac_cv_env_LIBTHAI_CFLAGS_value=
ac_cv_env_LIBTHAI_LIBS_set=
ac_cv_env_LIBTHAI_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/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/local/Library/Homebrew/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XFT_CFLAGS_set=
ac_cv_env_XFT_CFLAGS_value=
ac_cv_env_XFT_LIBS_set=
ac_cv_env_XFT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_connect=yes
ac_cv_func_flockfile=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_mprotect=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_strtok_r=yes
ac_cv_func_sysconf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_Carbon_Carbon_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_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_mman_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.1.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_XMLCATALOG=/usr/bin/xmlcatalog
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
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_OBJDUMP=objdump
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_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=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=cc
lt_cv_path_LDCXX=cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=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_CAIRO_CFLAGS=-I/usr/local/Cellar/cairo/1.12.2/include/cairo
pkg_cv_CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.2/lib -lcairo'
pkg_cv_FONTCONFIG_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.1/include '
pkg_cv_FONTCONFIG_LIBS='-L/usr/local/Cellar/fontconfig/2.10.1/lib -lfontconfig '
pkg_cv_FREETYPE_CFLAGS='-I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include '
pkg_cv_FREETYPE_LIBS='-L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype '
pkg_cv_GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include '
pkg_cv_GLIB_LIBS='-L/usr/local/Cellar/glib/2.32.4/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl '
pkg_cv_XFT_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/opt/X11/include '
pkg_cv_XFT_LIBS='-L/opt/X11/lib -lXft -lXrender -lX11 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/missing --run aclocal-1.11 '
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/missing --run automake-1.11'
AWK='awk'
CAIRO_CFLAGS='-I/usr/local/Cellar/cairo/1.12.2/include/cairo'
CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.2/lib -lcairo'
CAIRO_PREFIX='/usr/local/Cellar/cairo/1.12.2'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -fno-rtti -fno-exceptions'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
DYNAMIC_ARABIC_FC_FALSE='#'
DYNAMIC_ARABIC_FC_TRUE=''
DYNAMIC_ARABIC_LANG_FALSE='#'
DYNAMIC_ARABIC_LANG_TRUE=''
DYNAMIC_BASIC_ATSUI_FALSE='#'
DYNAMIC_BASIC_ATSUI_TRUE=''
DYNAMIC_BASIC_CORE_TEXT_FALSE='#'
DYNAMIC_BASIC_CORE_TEXT_TRUE=''
DYNAMIC_BASIC_FC_FALSE='#'
DYNAMIC_BASIC_FC_TRUE=''
DYNAMIC_BASIC_WIN32_FALSE='#'
DYNAMIC_BASIC_WIN32_TRUE=''
DYNAMIC_BASIC_X_FALSE='#'
DYNAMIC_BASIC_X_TRUE=''
DYNAMIC_HANGUL_FC_FALSE='#'
DYNAMIC_HANGUL_FC_TRUE=''
DYNAMIC_HEBREW_FC_FALSE='#'
DYNAMIC_HEBREW_FC_TRUE=''
DYNAMIC_INDIC_FC_FALSE='#'
DYNAMIC_INDIC_FC_TRUE=''
DYNAMIC_INDIC_LANG_FALSE='#'
DYNAMIC_INDIC_LANG_TRUE=''
DYNAMIC_KHMER_FC_FALSE='#'
DYNAMIC_KHMER_FC_TRUE=''
DYNAMIC_SYRIAC_FC_FALSE='#'
DYNAMIC_SYRIAC_FC_TRUE=''
DYNAMIC_THAI_FC_FALSE='#'
DYNAMIC_THAI_FC_TRUE=''
DYNAMIC_THAI_LANG_FALSE=''
DYNAMIC_THAI_LANG_TRUE='#'
DYNAMIC_TIBETAN_FC_FALSE='#'
DYNAMIC_TIBETAN_FC_TRUE=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DOC_CROSS_REFERENCES_FALSE='#'
ENABLE_DOC_CROSS_REFERENCES_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FONTCONFIG_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.1/include '
FONTCONFIG_LIBS='-L/usr/local/Cellar/fontconfig/2.10.1/lib -lfontconfig '
FREETYPE_CFLAGS='-I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/fontconfig/2.10.1/include '
FREETYPE_LIBS='-L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -L/usr/local/Cellar/fontconfig/2.10.1/lib -lfontconfig '
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include '
GLIB_LIBS='-L/usr/local/Cellar/glib/2.32.4/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl '
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX='/usr/local/Cellar/glib/2.32.4'
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
GTKDOC_MKPDF=''
GTKDOC_REBASE='true'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
HAVE_CAIRO_ATSUI_FALSE='#'
HAVE_CAIRO_ATSUI_TRUE=''
HAVE_CAIRO_FALSE='#'
HAVE_CAIRO_FREETYPE_FALSE='#'
HAVE_CAIRO_FREETYPE_TRUE=''
HAVE_CAIRO_PDF_FALSE='#'
HAVE_CAIRO_PDF_TRUE=''
HAVE_CAIRO_PNG_FALSE='#'
HAVE_CAIRO_PNG_TRUE=''
HAVE_CAIRO_PS_FALSE='#'
HAVE_CAIRO_PS_TRUE=''
HAVE_CAIRO_TRUE=''
HAVE_CAIRO_WIN32_FALSE=''
HAVE_CAIRO_WIN32_TRUE='#'
HAVE_CAIRO_XLIB_FALSE='#'
HAVE_CAIRO_XLIB_TRUE=''
HAVE_CORE_TEXT_FALSE='#'
HAVE_CORE_TEXT_TRUE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DYNAMIC_MODULES_FALSE='#'
HAVE_DYNAMIC_MODULES_TRUE=''
HAVE_FREETYPE_FALSE='#'
HAVE_FREETYPE_TRUE=''
HAVE_INCLUDED_MODULES_FALSE=''
HAVE_INCLUDED_MODULES_TRUE='#'
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE='#'
HAVE_WIN32_FALSE=''
HAVE_WIN32_TRUE='#'
HAVE_XFT_FALSE='#'
HAVE_XFT_TRUE=''
HAVE_X_FALSE='#'
HAVE_X_TRUE=''
HTML_DIR='/usr/local/Cellar/pango/1.30.1/share/doc'
INCLUDED_ATSUI_MODULES=''
INCLUDED_CORE_TEXT_MODULES=''
INCLUDED_FC_MODULES=''
INCLUDED_LANG_MODULES=''
INCLUDED_WIN32_MODULES=''
INCLUDED_X_MODULES=''
INCLUDE_ARABIC_FC_FALSE=''
INCLUDE_ARABIC_FC_TRUE='#'
INCLUDE_ARABIC_LANG_FALSE=''
INCLUDE_ARABIC_LANG_TRUE='#'
INCLUDE_BASIC_ATSUI_FALSE=''
INCLUDE_BASIC_ATSUI_TRUE='#'
INCLUDE_BASIC_CORE_TEXT_FALSE=''
INCLUDE_BASIC_CORE_TEXT_TRUE='#'
INCLUDE_BASIC_FC_FALSE=''
INCLUDE_BASIC_FC_TRUE='#'
INCLUDE_BASIC_WIN32_FALSE=''
INCLUDE_BASIC_WIN32_TRUE='#'
INCLUDE_BASIC_X_FALSE=''
INCLUDE_BASIC_X_TRUE='#'
INCLUDE_HANGUL_FC_FALSE=''
INCLUDE_HANGUL_FC_TRUE='#'
INCLUDE_HEBREW_FC_FALSE=''
INCLUDE_HEBREW_FC_TRUE='#'
INCLUDE_INDIC_FC_FALSE=''
INCLUDE_INDIC_FC_TRUE='#'
INCLUDE_INDIC_LANG_FALSE=''
INCLUDE_INDIC_LANG_TRUE='#'
INCLUDE_KHMER_FC_FALSE=''
INCLUDE_KHMER_FC_TRUE='#'
INCLUDE_SYRIAC_FC_FALSE=''
INCLUDE_SYRIAC_FC_TRUE='#'
INCLUDE_THAI_FC_FALSE=''
INCLUDE_THAI_FC_TRUE='#'
INCLUDE_THAI_LANG_FALSE=''
INCLUDE_THAI_LANG_TRUE='#'
INCLUDE_TIBETAN_FC_FALSE=''
INCLUDE_TIBETAN_FC_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='cc'
LDFLAGS=''
LIBOBJS=''
LIBRARY_LIBTOOL_OPTIONS='-version-info 3000:1:3000 -export-symbols-regex "^pango_.*"'
LIBS=''
LIBTHAI_CFLAGS=''
LIBTHAI_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_EXE_MACHINE_FLAG=''
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MODULE_LIBTOOL_OPTIONS='-export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*"'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='pango'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
PACKAGE_NAME='pango'
PACKAGE_STRING='pango 1.30.1'
PACKAGE_TARNAME='pango'
PACKAGE_URL=''
PACKAGE_VERSION='1.30.1'
PANGO_API_VERSION='1.0'
PANGO_BINARY_AGE='3001'
PANGO_CURRENT_MINUS_AGE='0'
PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
PANGO_INTERFACE_AGE='1'
PANGO_MODULE_VERSION='1.6.0'
PANGO_VERSION='1.30.1'
PANGO_VERSION_MAJOR='1'
PANGO_VERSION_MICRO='1'
PANGO_VERSION_MINOR='30'
PATH_SEPARATOR=':'
PKGCONFIG_CAIRO_REQUIRES=''
PKGCONFIG_MATH_LIBS=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/local/Library/Homebrew/pkgconfig'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.30.1'
WIN32_LIBS=''
WINDRES=''
XFT_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/opt/X11/include '
XFT_LIBS='-L/opt/X11/lib -lXft -lXrender -lX11 '
XMKMF=''
XMLCATALOG='/usr/bin/xmlcatalog'
XML_CATALOG_FILE='/etc/xml/catalog'
XSLTPROC='/usr/bin/xsltproc'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -lX11'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='c++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_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.1.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.1.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.1.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.1.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/brew-pango-1.30.1-g4lb/pango-1.30.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/pango/1.30.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 "pango"
#define PACKAGE_TARNAME "pango"
#define PACKAGE_VERSION "1.30.1"
#define PACKAGE_STRING "pango 1.30.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
#define PACKAGE_URL ""
#define PACKAGE "pango"
#define VERSION "1.30.1"
#define MODULE_VERSION "1.6.0"
#define PANGO_BINARY_AGE 3001
#define PANGO_INTERFACE_AGE 1
#define PANGO_VERSION_MAJOR 1
#define PANGO_VERSION_MINOR 30
#define PANGO_VERSION_MICRO 1
#define HAVE_MPROTECT 1
#define HAVE_SYSCONF 1
#define HAVE_GETPAGESIZE 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_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_X 1
#define HAVE_FREETYPE 1
#define HAVE_XFT 1
#define HAVE_CORE_TEXT 1
#define HAVE_CAIRO_FREETYPE 1
#define HAVE_CAIRO_ATSUI 1
#define HAVE_CAIRO 1
#define HAVE_CAIRO_PNG 1
#define HAVE_CAIRO_PS 1
#define HAVE_CAIRO_PDF 1
#define HAVE_CAIRO_XLIB 1
#define HAVE_FLOCKFILE 1
#define HAVE_STRTOK_R 1
#define HAVE_DIRENT_H 1
#define HAVE_UNISTD_H 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment