Skip to content

Instantly share code, notes, and snippets.

@gfx

gfx/config.log Secret

Created August 13, 2014 01:41
Show Gist options
  • Save gfx/9374a893c1bba9db4fd2 to your computer and use it in GitHub Desktop.
Save gfx/9374a893c1bba9db4fd2 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 fb-adb configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../configure
## --------- ##
## Platform. ##
## --------- ##
hostname = P257.local
uname -m = x86_64
uname -r = 13.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~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 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~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: 16.00 gigabytes
Default processor set: 279 tasks, 2346 threads, 8 processors
Load average: 1.94, Mach factor: 6.07
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/goro-fuji/.plenv/shims
PATH: /Users/goro-fuji/.plenv/bin
PATH: /Users/goro-fuji/.rbenv/shims
PATH: /Users/goro-fuji/.rbenv/bin
PATH: /Users/goro-fuji/.cpad/bin
PATH: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin
PATH: /usr/local/opt/coreutils/libexec/gnubin
PATH: /Users/goro-fuji/repo/git-tasukete
PATH: /Applications/MacVim.app/Contents/MacOS
PATH: /Users/goro-fuji/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1984: checking build system type
configure:1998: result: x86_64-apple-darwin13.3.0
configure:2018: checking host system type
configure:2031: result: x86_64-apple-darwin13.3.0
configure:2112: checking for a BSD-compatible install
configure:2180: result: /usr/local/opt/coreutils/libexec/gnubin/install -c
configure:2191: checking whether build environment is sane
configure:2246: result: yes
configure:2397: checking for a thread-safe mkdir -p
configure:2436: result: /usr/local/opt/coreutils/libexec/gnubin/mkdir -p
configure:2443: checking for gawk
configure:2459: found /usr/local/bin/gawk
configure:2470: result: gawk
configure:2481: checking whether make sets $(MAKE)
configure:2503: result: yes
configure:2532: checking whether make supports nested variables
configure:2549: result: yes
configure:2688: checking for style of include used by make
configure:2716: result: GNU
configure:2787: checking for gcc
configure:2803: found /usr/bin/gcc
configure:2814: result: gcc
configure:3043: checking for C compiler version
configure:3052: gcc --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3063: $? = 0
configure:3052: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:3063: $? = 0
configure:3052: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3063: $? = 1
configure:3052: gcc -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:3063: $? = 1
configure:3083: checking whether the C compiler works
configure:3105: gcc conftest.c >&5
configure:3109: $? = 0
configure:3157: result: yes
configure:3160: checking for C compiler default output file name
configure:3162: result: a.out
configure:3168: checking for suffix of executables
configure:3175: gcc -o conftest conftest.c >&5
configure:3179: $? = 0
configure:3201: result:
configure:3223: checking whether we are cross compiling
configure:3231: gcc -o conftest conftest.c >&5
configure:3235: $? = 0
configure:3242: ./conftest
configure:3246: $? = 0
configure:3261: result: no
configure:3266: checking for suffix of object files
configure:3288: gcc -c conftest.c >&5
configure:3292: $? = 0
configure:3313: result: o
configure:3317: checking whether we are using the GNU C compiler
configure:3336: gcc -c conftest.c >&5
configure:3336: $? = 0
configure:3345: result: yes
configure:3354: checking whether gcc accepts -g
configure:3374: gcc -c -g conftest.c >&5
configure:3374: $? = 0
configure:3415: result: yes
configure:3432: checking for gcc option to accept ISO C89
configure:3495: gcc -c -g -O2 conftest.c >&5
configure:3495: $? = 0
configure:3508: result: none needed
configure:3533: checking whether gcc understands -c and -o together
configure:3555: gcc -c conftest.c -o conftest2.o
configure:3558: $? = 0
configure:3555: gcc -c conftest.c -o conftest2.o
configure:3558: $? = 0
configure:3570: result: yes
configure:3589: checking dependency style of gcc
configure:3700: result: gcc3
configure:3715: checking for gcc option to accept ISO C99
configure:3864: gcc -c -g -O2 conftest.c >&5
configure:3864: $? = 0
configure:3877: result: none needed
configure:3901: checking dependency style of gcc
configure:4010: result: gcc3
configure:4025: checking for a sed that does not truncate output
configure:4089: result: /usr/local/bin/sed
configure:4138: checking for ranlib
configure:4154: found /usr/bin/ranlib
configure:4165: result: ranlib
configure:4237: checking for ar
configure:4253: found /usr/bin/ar
configure:4264: result: ar
configure:4290: checking the archiver (ar) interface
configure:4306: gcc -c -g -O2 conftest.c >&5
configure:4306: $? = 0
configure:4308: ar cru libconftest.a conftest.o >&5
configure:4311: $? = 0
configure:4339: result: ar
configure:4362: checking for ppoll
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_ppoll", referenced from:
_main in conftest-a5f76c.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:4362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fb-adb"
| #define PACKAGE_TARNAME "fb-adb"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "fb-adb 1.0"
| #define PACKAGE_BUGREPORT "dancol@fb.com"
| #define PACKAGE_URL ""
| #define PACKAGE "fb-adb"
| #define VERSION "1.0"
| /* end confdefs.h. */
| /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ppoll innocuous_ppoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ppoll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ppoll
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ppoll ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_ppoll || defined __stub___ppoll
| choke me
| #endif
|
| int
| main ()
| {
| return ppoll ();
| ;
| return 0;
| }
configure:4362: result: no
configure:4362: checking for signalfd4
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_signalfd4", referenced from:
_main in conftest-e36cb0.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:4362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fb-adb"
| #define PACKAGE_TARNAME "fb-adb"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "fb-adb 1.0"
| #define PACKAGE_BUGREPORT "dancol@fb.com"
| #define PACKAGE_URL ""
| #define PACKAGE "fb-adb"
| #define VERSION "1.0"
| /* end confdefs.h. */
| /* Define signalfd4 to an innocuous variant, in case <limits.h> declares signalfd4.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define signalfd4 innocuous_signalfd4
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char signalfd4 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef signalfd4
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char signalfd4 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_signalfd4 || defined __stub___signalfd4
| choke me
| #endif
|
| int
| main ()
| {
| return signalfd4 ();
| ;
| return 0;
| }
configure:4362: result: no
configure:4362: checking for dup3
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_dup3", referenced from:
_main in conftest-c21a6b.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:4362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fb-adb"
| #define PACKAGE_TARNAME "fb-adb"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "fb-adb 1.0"
| #define PACKAGE_BUGREPORT "dancol@fb.com"
| #define PACKAGE_URL ""
| #define PACKAGE "fb-adb"
| #define VERSION "1.0"
| /* end confdefs.h. */
| /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dup3 innocuous_dup3
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dup3 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dup3
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dup3 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dup3 || defined __stub___dup3
| choke me
| #endif
|
| int
| main ()
| {
| return dup3 ();
| ;
| return 0;
| }
configure:4362: result: no
configure:4362: checking for mkostemp
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_mkostemp", referenced from:
_main in conftest-357a57.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:4362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fb-adb"
| #define PACKAGE_TARNAME "fb-adb"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "fb-adb 1.0"
| #define PACKAGE_BUGREPORT "dancol@fb.com"
| #define PACKAGE_URL ""
| #define PACKAGE "fb-adb"
| #define VERSION "1.0"
| /* end confdefs.h. */
| /* Define mkostemp to an innocuous variant, in case <limits.h> declares mkostemp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkostemp innocuous_mkostemp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkostemp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mkostemp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mkostemp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mkostemp || defined __stub___mkostemp
| choke me
| #endif
|
| int
| main ()
| {
| return mkostemp ();
| ;
| return 0;
| }
configure:4362: result: no
configure:4362: checking for kqueue
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
configure:4362: $? = 0
configure:4362: result: yes
configure:4362: checking for pipe2
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_pipe2", referenced from:
_main in conftest-9e80eb.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:4362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fb-adb"
| #define PACKAGE_TARNAME "fb-adb"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "fb-adb 1.0"
| #define PACKAGE_BUGREPORT "dancol@fb.com"
| #define PACKAGE_URL ""
| #define PACKAGE "fb-adb"
| #define VERSION "1.0"
| #define HAVE_KQUEUE 1
| /* end confdefs.h. */
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pipe2 innocuous_pipe2
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pipe2 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pipe2
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pipe2 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pipe2 || defined __stub___pipe2
| choke me
| #endif
|
| int
| main ()
| {
| return pipe2 ();
| ;
| return 0;
| }
configure:4362: result: no
configure:4362: checking for ptsname
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
configure:4362: $? = 0
configure:4362: result: yes
configure:4596: checking that generated files are newer than configure
configure:4602: result: done
configure:4637: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by fb-adb config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on P257.local
config.status:799: creating Makefile
config.status:956: executing depfiles commands
configure:5832: === configuring in stub-x86 (/Users/goro-fuji/repo/fb-adb/build/stub-x86)
configure:5895: running /bin/sh ../../stub-x86/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-x86
configure:5832: === configuring in stub-arm (/Users/goro-fuji/repo/fb-adb/build/stub-arm)
configure:5895: running /bin/sh ../../stub-arm/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-arm
configure:5832: === configuring in stub-x86-pic (/Users/goro-fuji/repo/fb-adb/build/stub-x86-pic)
configure:5895: running /bin/sh ../../stub-x86-pic/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-x86-pic
configure:5832: === configuring in stub-arm-pic (/Users/goro-fuji/repo/fb-adb/build/stub-arm-pic)
configure:5895: running /bin/sh ../../stub-arm-pic/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-arm-pic
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_dup3=no
ac_cv_func_kqueue=yes
ac_cv_func_mkostemp=no
ac_cv_func_pipe2=no
ac_cv_func_ppoll=no
ac_cv_func_ptsname=yes
ac_cv_func_signalfd4=no
ac_cv_host=x86_64-apple-darwin13.3.0
ac_cv_objext=o
ac_cv_path_SED=/usr/local/bin/sed
ac_cv_path_install='/usr/local/opt/coreutils/libexec/gnubin/install -c'
ac_cv_path_mkdir=/usr/local/opt/coreutils/libexec/gnubin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/goro-fuji/repo/fb-adb/missing aclocal-1.14'
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'
AUTOCONF='${SHELL} /Users/goro-fuji/repo/fb-adb/missing autoconf'
AUTOHEADER='${SHELL} /Users/goro-fuji/repo/fb-adb/missing autoheader'
AUTOMAKE='${SHELL} /Users/goro-fuji/repo/fb-adb/missing automake-1.14'
AWK='gawk'
BUILD_PIC_FALSE=''
BUILD_PIC_TRUE='#'
BUILD_STUB_FALSE=''
BUILD_STUB_TRUE='#'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=' -Wall -Werror -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"fb-adb\ 1.0\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.0\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1'
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/goro-fuji/repo/fb-adb/missing makeinfo'
MKDIR_P='/usr/local/opt/coreutils/libexec/gnubin/mkdir -p'
OBJEXT='o'
PACKAGE='fb-adb'
PACKAGE_BUGREPORT='dancol@fb.com'
PACKAGE_NAME='fb-adb'
PACKAGE_STRING='fb-adb 1.0'
PACKAGE_TARNAME='fb-adb'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH='/Users/goro-fuji/.plenv/shims:/Users/goro-fuji/.plenv/bin:/Users/goro-fuji/.rbenv/shims:/Users/goro-fuji/.rbenv/bin:/Users/goro-fuji/.cpad/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin:/usr/local/opt/coreutils/libexec/gnubin:/Users/goro-fuji/repo/git-tasukete:/Applications/MacVim.app/Contents/MacOS:/Users/goro-fuji/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/local/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
STUB_BINARIES=' stub-x86/fb-adb stub-arm/fb-adb stub-x86-pic/fb-adb stub-arm-pic/fb-adb'
STUB_SUBDIRS=' stub-x86 stub-arm stub-x86-pic stub-arm-pic'
VERSION='1.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/goro-fuji/repo/fb-adb/install-sh'
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'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' stub-x86 stub-arm stub-x86-pic stub-arm-pic'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fb-adb"
#define PACKAGE_TARNAME "fb-adb"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "fb-adb 1.0"
#define PACKAGE_BUGREPORT "dancol@fb.com"
#define PACKAGE_URL ""
#define PACKAGE "fb-adb"
#define VERSION "1.0"
#define HAVE_KQUEUE 1
#define HAVE_PTSNAME 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment