This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by git configure 1.6.4.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = cultnet.net
uname -m = x86_64
uname -r = 2.6.26-bpo.1-amd64
uname -s = Linux
uname -v = #1 SMP Mon Jan 12 12:26:02 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1919: Setting lib to 'lib' (the default)
configure:1942: Will try -pthread then -lpthread to enable POSIX Threads.
configure:1950: CHECKS for site configuration
configure:2187: CHECKS for programs
configure:2244: checking for cc
configure:2260: found /usr/bin/cc
configure:2271: result: cc
configure:2305: checking for C compiler version
configure:2313: cc --version >&5
cc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 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:2317: $? = 0
configure:2324: cc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 
configure:2328: $? = 0
configure:2335: cc -V >&5
cc: '-V' option must have argument
configure:2339: $? = 1
configure:2362: checking for C compiler default output file name
configure:2384: cc    conftest.c  >&5
configure:2388: $? = 0
configure:2426: result: a.out
configure:2445: checking whether the C compiler works
configure:2455: ./a.out
configure:2459: $? = 0
configure:2478: result: yes
configure:2485: checking whether we are cross compiling
configure:2487: result: no
configure:2490: checking for suffix of executables
configure:2497: cc -o conftest    conftest.c  >&5
configure:2501: $? = 0
configure:2527: result: 
configure:2533: checking for suffix of object files
configure:2559: cc -c   conftest.c >&5
configure:2563: $? = 0
configure:2588: result: o
configure:2592: checking whether we are using the GNU C compiler
configure:2621: cc -c   conftest.c >&5
configure:2628: $? = 0
configure:2645: result: yes
configure:2654: checking whether cc accepts -g
configure:2684: cc -c -g  conftest.c >&5
configure:2691: $? = 0
configure:2792: result: yes
configure:2809: checking for cc option to accept ISO C89
configure:2883: cc  -c -g -O2  conftest.c >&5
configure:2890: $? = 0
configure:2913: result: none needed
configure:2933: checking if linker supports -R
configure:2962: cc -o conftest -g -O2   -R / conftest.c  >&5
cc: unrecognized option '-R'
/usr/bin/ld: /: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:2969: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2991: result: no
configure:2997: checking if linker supports -Wl,-rpath,
configure:3026: cc -o conftest -g -O2   -Wl,-rpath,/ conftest.c  >&5
configure:3033: $? = 0
configure:3055: result: yes
configure:3180: checking for gar
configure:3210: result: no
configure:3180: checking for ar
configure:3196: found /usr/bin/ar
configure:3207: result: ar
configure:3235: checking for gtar
configure:3265: result: no
configure:3235: checking for tar
configure:3251: found /bin/tar
configure:3262: result: tar
configure:3335: checking for asciidoc
configure:3351: found /usr/bin/asciidoc
configure:3362: result: asciidoc
configure:3374: checking for asciidoc version
configure:3380: result: asciidoc 8.2.7 > 7
configure:3399: CHECKS for libraries
configure:3414: checking for SHA1_Init in -lcrypto
configure:3449: cc -o conftest -g -O2   conftest.c -lcrypto   >&5
configure:3456: $? = 0
configure:3477: result: yes
configure:3580: checking for curl_global_init in -lcurl
configure:3615: cc -o conftest -g -O2   conftest.c -lcurl   >&5
configure:3622: $? = 0
configure:3643: result: yes
configure:3674: checking for XML_ParserCreate in -lexpat
configure:3709: cc -o conftest -g -O2   conftest.c -lexpat   >&5
configure:3716: $? = 0
configure:3737: result: yes
configure:3790: checking for iconv in -lc
configure:3809: cc -o conftest -g -O2   conftest.c  -lc >&5
/tmp/ccIOB6iF.o: In function `main':
/home/thedrx/git-1.6.4.4/conftest.c:6: undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
configure:3816: $? = 1
configure: failed program was:
| 
| #include <iconv.h>
| 
| int main(void)
| {
| 	iconv_open("", "");
| 	return 0;
| }
| 
configure:3832: result: no
configure:3790: checking for iconv in -liconv
configure:3809: cc -o conftest -g -O2   conftest.c  -liconv >&5
configure:3816: $? = 0
configure:3824: result: yes
configure:3874: checking for deflateBound in -lz
configure:3895: cc -o conftest -g -O2   conftest.c  -lz >&5
configure:3902: $? = 0
configure:3910: result: yes
configure:3938: checking for socket in -lc
configure:3973: cc -o conftest -g -O2   conftest.c -lc   >&5
configure:3980: $? = 0
configure:4001: result: yes
configure:4016: checking for hstrerror in -lc
configure:4051: cc -o conftest -g -O2   conftest.c -lc   >&5
configure:4058: $? = 0
configure:4079: result: yes
configure:4090: checking for basename in -lc
configure:4125: cc -o conftest -g -O2   conftest.c -lc   >&5
configure:4132: $? = 0
configure:4153: result: yes
configure:4165: CHECKS for header files
configure:4174: checking how to run the C preprocessor
configure:4214: cc -E  conftest.c
configure:4221: $? = 0
configure:4252: cc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:4259: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4292: result: cc -E
configure:4321: cc -E  conftest.c
configure:4328: $? = 0
configure:4359: cc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:4366: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4406: checking for grep that handles long lines and -e
configure:4466: result: /bin/grep
configure:4471: checking for egrep
configure:4535: result: /bin/grep -E
configure:4540: checking for ANSI C header files
configure:4570: cc -c -g -O2  conftest.c >&5
configure:4577: $? = 0
configure:4676: cc -o conftest -g -O2   conftest.c  >&5
configure:4680: $? = 0
configure:4686: ./conftest
configure:4690: $? = 0
configure:4708: result: yes
configure:4732: checking for sys/types.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for sys/stat.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for stdlib.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for string.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for memory.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for strings.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for inttypes.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for stdint.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4732: checking for unistd.h
configure:4753: cc -c -g -O2  conftest.c >&5
configure:4760: $? = 0
configure:4777: result: yes
configure:4801: checking sys/select.h usability
configure:4818: cc -c -g -O2  conftest.c >&5
configure:4825: $? = 0
configure:4839: result: yes
configure:4843: checking sys/select.h presence
configure:4858: cc -E  conftest.c
configure:4865: $? = 0
configure:4879: result: yes
configure:4912: checking for sys/select.h
configure:4919: result: yes
configure:4945: checking for old iconv()
configure:4967: cc -c -g -O2  conftest.c >&5
configure:4974: $? = 0
configure:4979: result: no
configure:5002: CHECKS for typedefs, structures, and compiler characteristics
configure:5006: checking for struct dirent.d_ino
configure:5035: cc -c -g -O2  conftest.c >&5
configure:5042: $? = 0
configure:5101: result: yes
configure:5113: checking for struct dirent.d_type
configure:5142: cc -c -g -O2  conftest.c >&5
configure:5149: $? = 0
configure:5208: result: yes
configure:5220: checking for struct sockaddr_storage
configure:5252: cc -c -g -O2  conftest.c >&5
configure:5259: $? = 0
configure:5290: cc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:26: error: expected expression before ')' token
configure:5297: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| #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
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:5320: result: yes
configure:5331: checking for struct addrinfo
configure:5364: cc -c -g -O2  conftest.c >&5
configure:5371: $? = 0
configure:5403: cc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:27: error: expected expression before ')' token
configure:5410: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| #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
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netdb.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:5433: result: yes
configure:5437: checking for getaddrinfo
configure:5493: cc -o conftest -g -O2   conftest.c  >&5
configure:5500: $? = 0
configure:5520: result: yes
configure:5524: checking for library containing getaddrinfo
configure:5565: cc -o conftest -g -O2   conftest.c  >&5
configure:5572: $? = 0
configure:5603: result: none required
configure:5629: checking whether formatted IO functions support C99 size specifiers
configure:5669: cc -o conftest -g -O2   conftest.c  >&5
configure:5673: $? = 0
configure:5679: ./conftest
configure:5683: $? = 0
configure:5701: result: yes
configure:5712: checking whether system succeeds to read fopen'ed directory
configure:5750: cc -o conftest -g -O2   conftest.c  >&5
configure:5754: $? = 0
configure:5760: ./conftest
configure:5764: $? = 0
configure:5782: result: no
configure:5794: checking whether snprintf() and/or vsnprintf() return bogus value
configure:5845: cc -o conftest -g -O2   conftest.c  >&5
configure:5849: $? = 0
configure:5855: ./conftest
configure:5859: $? = 0
configure:5877: result: no
configure:5889: CHECKS for library functions
configure:5903: checking libgen.h usability
configure:5920: cc -c -g -O2  conftest.c >&5
configure:5927: $? = 0
configure:5941: result: yes
configure:5945: checking libgen.h presence
configure:5960: cc -E  conftest.c
configure:5967: $? = 0
configure:5981: result: yes
configure:6014: checking for libgen.h
configure:6021: result: yes
configure:6035: checking for strcasestr
configure:6091: cc -o conftest -g -O2   conftest.c  >&5
configure:6098: $? = 0
configure:6118: result: yes
configure:6122: checking for library containing strcasestr
configure:6163: cc -o conftest -g -O2   conftest.c  >&5
configure:6170: $? = 0
configure:6201: result: none required
configure:6219: checking for memmem
configure:6275: cc -o conftest -g -O2   conftest.c  >&5
configure:6282: $? = 0
configure:6302: result: yes
configure:6306: checking for library containing memmem
configure:6347: cc -o conftest -g -O2   conftest.c  >&5
configure:6354: $? = 0
configure:6385: result: none required
configure:6403: checking for strlcpy
configure:6459: cc -o conftest -g -O2   conftest.c  >&5
/tmp/ccG7kRaT.o: In function `main':
/home/thedrx/git-1.6.4.4/conftest.c:52: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:6466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| #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
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); 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 strlcpy
| 
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return strlcpy ();
|   ;
|   return 0;
| }
configure:6486: result: no
configure:6587: checking for uintmax_t
configure:6618: cc -c -g -O2  conftest.c >&5
configure:6625: $? = 0
configure:6655: cc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:25: error: expected expression before ')' token
configure:6662: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| #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
| /* end confdefs.h.  */
| 
| #include <inttypes.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:6685: result: yes
configure:6696: checking for strtoumax
configure:6752: cc -o conftest -g -O2   conftest.c  >&5
configure:6759: $? = 0
configure:6779: result: yes
configure:6783: checking for library containing strtoumax
configure:6824: cc -o conftest -g -O2   conftest.c  >&5
configure:6831: $? = 0
configure:6862: result: none required
configure:6880: checking for setenv
configure:6936: cc -o conftest -g -O2   conftest.c  >&5
configure:6943: $? = 0
configure:6963: result: yes
configure:6967: checking for library containing setenv
configure:7008: cc -o conftest -g -O2   conftest.c  >&5
configure:7015: $? = 0
configure:7046: result: none required
configure:7064: checking for unsetenv
configure:7120: cc -o conftest -g -O2   conftest.c  >&5
configure:7127: $? = 0
configure:7147: result: yes
configure:7151: checking for library containing unsetenv
configure:7192: cc -o conftest -g -O2   conftest.c  >&5
configure:7199: $? = 0
configure:7230: result: none required
configure:7248: checking for mkdtemp
configure:7304: cc -o conftest -g -O2   conftest.c  >&5
configure:7311: $? = 0
configure:7331: result: yes
configure:7335: checking for library containing mkdtemp
configure:7376: cc -o conftest -g -O2   conftest.c  >&5
configure:7383: $? = 0
configure:7414: result: none required
configure:7432: checking for mkstemps
configure:7488: cc -o conftest -g -O2   conftest.c  >&5
/tmp/ccUIE8vo.o: In function `main':
/home/thedrx/git-1.6.4.4/conftest.c:52: undefined reference to `mkstemps'
collect2: ld returned 1 exit status
configure:7495: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "git"
| #define PACKAGE_TARNAME "git"
| #define PACKAGE_VERSION "1.6.4.4"
| #define PACKAGE_STRING "git 1.6.4.4"
| #define PACKAGE_BUGREPORT "git@vger.kernel.org"
| #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
| /* end confdefs.h.  */
| /* Define mkstemps to an innocuous variant, in case <limits.h> declares mkstemps.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mkstemps innocuous_mkstemps
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mkstemps (); 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 mkstemps
| 
| /* 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 mkstemps ();
| /* 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_mkstemps || defined __stub___mkstemps
| choke me
| #endif
| 
| int
| main ()
| {
| return mkstemps ();
|   ;
|   return 0;
| }
configure:7515: result: no
configure:7648: checking Checking for POSIX Threads with '-pthread'
configure:7667: cc -o conftest -pthread -g -O2   conftest.c  >&5
configure:7674: $? = 0
configure:7682: result: yes
configure:7907: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by git config.status 1.6.4.4, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on cultnet.net

config.status:684: creating config.mak.autogen

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_c99_format=yes
ac_cv_c_compiler_gnu=yes
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_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_fread_reads_directories=no
ac_cv_func_getaddrinfo=yes
ac_cv_func_memmem=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemps=no
ac_cv_func_setenv=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strlcpy=no
ac_cv_func_strtoumax=yes
ac_cv_func_unsetenv=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_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_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_c_basename=yes
ac_cv_lib_c_hstrerror=yes
ac_cv_lib_c_socket=yes
ac_cv_lib_crypto_SHA1_Init=yes
ac_cv_lib_curl_curl_global_init=yes
ac_cv_lib_expat_XML_ParserCreate=yes
ac_cv_member_struct_dirent_d_ino=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_ASCIIDOC=asciidoc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_TAR=tar
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_getaddrinfo='none required'
ac_cv_search_memmem='none required'
ac_cv_search_mkdtemp='none required'
ac_cv_search_setenv='none required'
ac_cv_search_strcasestr='none required'
ac_cv_search_strtoumax='none required'
ac_cv_search_unsetenv='none required'
ac_cv_snprintf_returns_bogus=no
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_uintmax_t=yes
git_cv_ld_dashr=no
git_cv_ld_wl_rpath=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
ASCIIDOC8='YesPlease'
ASCIIDOC='asciidoc'
CC='cc'
CC_LD_DYNPATH='-Wl,-rpath,'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"git\" -DPACKAGE_TARNAME=\"git\" -DPACKAGE_VERSION=\"1.6.4.4\" -DPACKAGE_STRING=\"git\ 1.6.4.4\" -DPACKAGE_BUGREPORT=\"git@vger.kernel.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FREAD_READS_DIRECTORIES=''
GREP='/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
NEEDS_LIBGEN=''
NEEDS_LIBICONV='YesPlease'
NEEDS_RESOLV=''
NEEDS_SOCKET=''
NEEDS_SSL_WITH_CRYPTO=''
NO_C99_FORMAT=''
NO_CURL=''
NO_DEFLATE_BOUND=''
NO_D_INO_IN_DIRENT=''
NO_D_TYPE_IN_DIRENT=''
NO_EXPAT=''
NO_ICONV=''
NO_IPV6=''
NO_LIBGEN_H=''
NO_MEMMEM=''
NO_MKDTEMP=''
NO_MKSTEMPS='YesPlease'
NO_OPENSSL=''
NO_PTHREADS=''
NO_SETENV=''
NO_SOCKADDR_STORAGE=''
NO_STRCASESTR=''
NO_STRLCPY='YesPlease'
NO_STRTOUMAX=''
NO_SYS_SELECT_H=''
NO_UINTMAX_T=''
NO_UNSETENV=''
OBJEXT='o'
OLD_ICONV=''
PACKAGE_BUGREPORT='git@vger.kernel.org'
PACKAGE_NAME='git'
PACKAGE_STRING='git 1.6.4.4'
PACKAGE_TARNAME='git'
PACKAGE_VERSION='1.6.4.4'
PATH_SEPARATOR=':'
PTHREAD_LIBS='-pthread'
SHELL='/bin/sh'
SNPRINTF_RETURNS_BOGUS=''
TAR='tar'
TCLTK_PATH='wish'
THREADED_DELTA_SEARCH='YesPlease'
ac_ct_AR='ar'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "git"
#define PACKAGE_TARNAME "git"
#define PACKAGE_VERSION "1.6.4.4"
#define PACKAGE_STRING "git 1.6.4.4"
#define PACKAGE_BUGREPORT "git@vger.kernel.org"
#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

configure: exit 0
