Advertisement
Guest User

config.log

a guest
Jul 18th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.26 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by git configure 1.7.11, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure --with-curl --with-expat
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = osednaca
  14. uname -m = x86_64
  15. uname -r = 2.6.32-5-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Sun May 6 04:00:17 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2355: Setting lib to 'lib' (the default)
  43. configure:2378: Will try -pthread then -lpthread to enable POSIX Threads.
  44. configure:2410: CHECKS for site configuration
  45. configure:2780: CHECKS for programs
  46. configure:2837: checking for cc
  47. configure:2853: found /usr/bin/cc
  48. configure:2864: result: cc
  49. configure:2895: checking for C compiler version
  50. configure:2904: cc --version >&5
  51. cc (Debian 4.4.5-8) 4.4.5
  52. Copyright (C) 2010 Free Software Foundation, Inc.
  53. This is free software; see the source for copying conditions. There is NO
  54. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  55.  
  56. configure:2915: $? = 0
  57. configure:2904: cc -v >&5
  58. Using built-in specs.
  59. Target: x86_64-linux-gnu
  60. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  61. Thread model: posix
  62. gcc version 4.4.5 (Debian 4.4.5-8)
  63. configure:2915: $? = 0
  64. configure:2904: cc -V >&5
  65. cc: '-V' option must have argument
  66. configure:2915: $? = 1
  67. configure:2904: cc -qversion >&5
  68. cc: unrecognized option '-qversion'
  69. cc: no input files
  70. configure:2915: $? = 1
  71. configure:2935: checking whether the C compiler works
  72. configure:2957: cc conftest.c >&5
  73. configure:2961: $? = 0
  74. configure:3009: result: yes
  75. configure:3012: checking for C compiler default output file name
  76. configure:3014: result: a.out
  77. configure:3020: checking for suffix of executables
  78. configure:3027: cc -o conftest conftest.c >&5
  79. configure:3031: $? = 0
  80. configure:3053: result:
  81. configure:3075: checking whether we are cross compiling
  82. configure:3083: cc -o conftest conftest.c >&5
  83. configure:3087: $? = 0
  84. configure:3094: ./conftest
  85. configure:3098: $? = 0
  86. configure:3113: result: no
  87. configure:3118: checking for suffix of object files
  88. configure:3140: cc -c conftest.c >&5
  89. configure:3144: $? = 0
  90. configure:3165: result: o
  91. configure:3169: checking whether we are using the GNU C compiler
  92. configure:3188: cc -c conftest.c >&5
  93. configure:3188: $? = 0
  94. configure:3197: result: yes
  95. configure:3206: checking whether cc accepts -g
  96. configure:3226: cc -c -g conftest.c >&5
  97. configure:3226: $? = 0
  98. configure:3267: result: yes
  99. configure:3284: checking for cc option to accept ISO C89
  100. configure:3348: cc -c -g -O2 conftest.c >&5
  101. configure:3348: $? = 0
  102. configure:3361: result: none needed
  103. configure:3382: checking for inline
  104. configure:3398: cc -c -g -O2 conftest.c >&5
  105. configure:3398: $? = 0
  106. configure:3406: result: inline
  107. configure:3431: checking if linker supports -R
  108. configure:3450: cc -o conftest -g -O2 -R / conftest.c >&5
  109. cc: unrecognized option '-R'
  110. /usr/bin/ld: /: No such file: File format not recognized
  111. collect2: ld returned 1 exit status
  112. configure:3450: $? = 1
  113. configure: failed program was:
  114. | /* confdefs.h */
  115. | #define PACKAGE_NAME "git"
  116. | #define PACKAGE_TARNAME "git"
  117. | #define PACKAGE_VERSION "1.7.11"
  118. | #define PACKAGE_STRING "git 1.7.11"
  119. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  120. | #define PACKAGE_URL ""
  121. | /* end confdefs.h. */
  122. |
  123. | int
  124. | main ()
  125. | {
  126. |
  127. | ;
  128. | return 0;
  129. | }
  130. configure:3460: result: no
  131. configure:3466: checking if linker supports -Wl,-rpath,
  132. configure:3485: cc -o conftest -g -O2 -Wl,-rpath,/ conftest.c >&5
  133. configure:3485: $? = 0
  134. configure:3495: result: yes
  135. configure:3591: checking for gar
  136. configure:3621: result: no
  137. configure:3591: checking for ar
  138. configure:3607: found /usr/bin/ar
  139. configure:3618: result: ar
  140. configure:3646: checking for gtar
  141. configure:3676: result: no
  142. configure:3646: checking for tar
  143. configure:3662: found /bin/tar
  144. configure:3673: result: tar
  145. configure:3688: checking for gnudiff
  146. configure:3718: result: no
  147. configure:3688: checking for gdiff
  148. configure:3718: result: no
  149. configure:3688: checking for diff
  150. configure:3704: found /usr/bin/diff
  151. configure:3715: result: diff
  152. configure:3788: checking for asciidoc
  153. configure:3818: result: no
  154. configure:3852: CHECKS for libraries
  155. configure:3867: checking for SHA1_Init in -lcrypto
  156. configure:3892: cc -o conftest -g -O2 conftest.c -lcrypto >&5
  157. configure:3892: $? = 0
  158. configure:3901: result: yes
  159. configure:4045: checking for curl_global_init in -lcurl
  160. configure:4070: cc -o conftest -g -O2 conftest.c -lcurl >&5
  161. configure:4070: $? = 0
  162. configure:4079: result: yes
  163. configure:4110: checking for XML_ParserCreate in -lexpat
  164. configure:4135: cc -o conftest -g -O2 conftest.c -lexpat >&5
  165. /usr/bin/ld: cannot find -lexpat
  166. collect2: ld returned 1 exit status
  167. configure:4135: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME "git"
  171. | #define PACKAGE_TARNAME "git"
  172. | #define PACKAGE_VERSION "1.7.11"
  173. | #define PACKAGE_STRING "git 1.7.11"
  174. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  175. | #define PACKAGE_URL ""
  176. | /* end confdefs.h. */
  177. |
  178. | /* Override any GCC internal prototype to avoid an error.
  179. | Use char because int might match the return type of a GCC
  180. | builtin and then its argument prototype would still apply. */
  181. | #ifdef __cplusplus
  182. | extern "C"
  183. | #endif
  184. | char XML_ParserCreate ();
  185. | int
  186. | main ()
  187. | {
  188. | return XML_ParserCreate ();
  189. | ;
  190. | return 0;
  191. | }
  192. configure:4144: result: no
  193. configure:4197: checking for iconv in -lc
  194. configure:4210: cc -o conftest -g -O2 conftest.c -lc >&5
  195. configure:4210: $? = 0
  196. configure:4211: result: yes
  197. configure:4256: checking for deflateBound in -lz
  198. configure:4272: cc -o conftest -g -O2 conftest.c -lz >&5
  199. configure:4272: $? = 0
  200. configure:4273: result: yes
  201. configure:4296: checking for socket in -lc
  202. configure:4321: cc -o conftest -g -O2 conftest.c -lc >&5
  203. configure:4321: $? = 0
  204. configure:4330: result: yes
  205. configure:4352: checking for inet_ntop
  206. configure:4352: cc -o conftest -g -O2 conftest.c >&5
  207. configure:4352: $? = 0
  208. configure:4352: result: yes
  209. configure:4406: checking for inet_pton
  210. configure:4406: cc -o conftest -g -O2 conftest.c >&5
  211. configure:4406: $? = 0
  212. configure:4406: result: yes
  213. configure:4459: checking for hstrerror
  214. configure:4459: cc -o conftest -g -O2 conftest.c >&5
  215. configure:4459: $? = 0
  216. configure:4459: result: yes
  217. configure:4514: checking for basename in -lc
  218. configure:4539: cc -o conftest -g -O2 conftest.c -lc >&5
  219. configure:4539: $? = 0
  220. configure:4548: result: yes
  221. configure:4559: checking for gettext in -lc
  222. configure:4584: cc -o conftest -g -O2 conftest.c -lc >&5
  223. conftest.c:16: warning: conflicting types for built-in function 'gettext'
  224. configure:4584: $? = 0
  225. configure:4593: result: yes
  226. configure:4611: checking how to run the C preprocessor
  227. configure:4642: cc -E conftest.c
  228. configure:4642: $? = 0
  229. configure:4656: cc -E conftest.c
  230. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  231. configure:4656: $? = 1
  232. configure: failed program was:
  233. | /* confdefs.h */
  234. | #define PACKAGE_NAME "git"
  235. | #define PACKAGE_TARNAME "git"
  236. | #define PACKAGE_VERSION "1.7.11"
  237. | #define PACKAGE_STRING "git 1.7.11"
  238. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  239. | #define PACKAGE_URL ""
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:4681: result: cc -E
  243. configure:4701: cc -E conftest.c
  244. configure:4701: $? = 0
  245. configure:4715: cc -E conftest.c
  246. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  247. configure:4715: $? = 1
  248. configure: failed program was:
  249. | /* confdefs.h */
  250. | #define PACKAGE_NAME "git"
  251. | #define PACKAGE_TARNAME "git"
  252. | #define PACKAGE_VERSION "1.7.11"
  253. | #define PACKAGE_STRING "git 1.7.11"
  254. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  255. | #define PACKAGE_URL ""
  256. | /* end confdefs.h. */
  257. | #include <ac_nonexistent.h>
  258. configure:4744: checking for grep that handles long lines and -e
  259. configure:4802: result: /bin/grep
  260. configure:4807: checking for egrep
  261. configure:4869: result: /bin/grep -E
  262. configure:4874: checking for ANSI C header files
  263. configure:4894: cc -c -g -O2 conftest.c >&5
  264. configure:4894: $? = 0
  265. configure:4967: cc -o conftest -g -O2 conftest.c >&5
  266. configure:4967: $? = 0
  267. configure:4967: ./conftest
  268. configure:4967: $? = 0
  269. configure:4978: result: yes
  270. configure:4991: checking for sys/types.h
  271. configure:4991: cc -c -g -O2 conftest.c >&5
  272. configure:4991: $? = 0
  273. configure:4991: result: yes
  274. configure:4991: checking for sys/stat.h
  275. configure:4991: cc -c -g -O2 conftest.c >&5
  276. configure:4991: $? = 0
  277. configure:4991: result: yes
  278. configure:4991: checking for stdlib.h
  279. configure:4991: cc -c -g -O2 conftest.c >&5
  280. configure:4991: $? = 0
  281. configure:4991: result: yes
  282. configure:4991: checking for string.h
  283. configure:4991: cc -c -g -O2 conftest.c >&5
  284. configure:4991: $? = 0
  285. configure:4991: result: yes
  286. configure:4991: checking for memory.h
  287. configure:4991: cc -c -g -O2 conftest.c >&5
  288. configure:4991: $? = 0
  289. configure:4991: result: yes
  290. configure:4991: checking for strings.h
  291. configure:4991: cc -c -g -O2 conftest.c >&5
  292. configure:4991: $? = 0
  293. configure:4991: result: yes
  294. configure:4991: checking for inttypes.h
  295. configure:4991: cc -c -g -O2 conftest.c >&5
  296. configure:4991: $? = 0
  297. configure:4991: result: yes
  298. configure:4991: checking for stdint.h
  299. configure:4991: cc -c -g -O2 conftest.c >&5
  300. configure:4991: $? = 0
  301. configure:4991: result: yes
  302. configure:4991: checking for unistd.h
  303. configure:4991: cc -c -g -O2 conftest.c >&5
  304. configure:4991: $? = 0
  305. configure:4991: result: yes
  306. configure:5003: checking libintl.h usability
  307. configure:5003: cc -c -g -O2 conftest.c >&5
  308. configure:5003: $? = 0
  309. configure:5003: result: yes
  310. configure:5003: checking libintl.h presence
  311. configure:5003: cc -E conftest.c
  312. configure:5003: $? = 0
  313. configure:5003: result: yes
  314. configure:5003: checking for libintl.h
  315. configure:5003: result: yes
  316. configure:5018: CHECKS for header files
  317. configure:5022: checking sys/select.h usability
  318. configure:5022: cc -c -g -O2 conftest.c >&5
  319. configure:5022: $? = 0
  320. configure:5022: result: yes
  321. configure:5022: checking sys/select.h presence
  322. configure:5022: cc -E conftest.c
  323. configure:5022: $? = 0
  324. configure:5022: result: yes
  325. configure:5022: checking for sys/select.h
  326. configure:5022: result: yes
  327. configure:5033: checking sys/poll.h usability
  328. configure:5033: cc -c -g -O2 conftest.c >&5
  329. configure:5033: $? = 0
  330. configure:5033: result: yes
  331. configure:5033: checking sys/poll.h presence
  332. configure:5033: cc -E conftest.c
  333. configure:5033: $? = 0
  334. configure:5033: result: yes
  335. configure:5033: checking for sys/poll.h
  336. configure:5033: result: yes
  337. configure:5044: checking for inttypes.h
  338. configure:5044: result: yes
  339. configure:5067: checking for old iconv()
  340. configure:5087: cc -c -g -O2 conftest.c >&5
  341. configure:5087: $? = 0
  342. configure:5088: result: no
  343. configure:5107: CHECKS for typedefs, structures, and compiler characteristics
  344. configure:5111: checking for socklen_t
  345. configure:5111: cc -c -g -O2 conftest.c >&5
  346. configure:5111: $? = 0
  347. configure:5111: cc -c -g -O2 conftest.c >&5
  348. conftest.c: In function 'main':
  349. conftest.c:25: error: expected expression before ')' token
  350. configure:5111: $? = 1
  351. configure: failed program was:
  352. | /* confdefs.h */
  353. | #define PACKAGE_NAME "git"
  354. | #define PACKAGE_TARNAME "git"
  355. | #define PACKAGE_VERSION "1.7.11"
  356. | #define PACKAGE_STRING "git 1.7.11"
  357. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  358. | #define PACKAGE_URL ""
  359. | #define STDC_HEADERS 1
  360. | #define HAVE_SYS_TYPES_H 1
  361. | #define HAVE_SYS_STAT_H 1
  362. | #define HAVE_STDLIB_H 1
  363. | #define HAVE_STRING_H 1
  364. | #define HAVE_MEMORY_H 1
  365. | #define HAVE_STRINGS_H 1
  366. | #define HAVE_INTTYPES_H 1
  367. | #define HAVE_STDINT_H 1
  368. | #define HAVE_UNISTD_H 1
  369. | /* end confdefs.h. */
  370. | #include <sys/types.h>
  371. | #include <sys/socket.h>
  372. |
  373. | int
  374. | main ()
  375. | {
  376. | if (sizeof ((socklen_t)))
  377. | return 0;
  378. | ;
  379. | return 0;
  380. | }
  381. configure:5111: result: yes
  382. configure:5181: checking for struct dirent.d_ino
  383. configure:5181: cc -c -g -O2 conftest.c >&5
  384. configure:5181: $? = 0
  385. configure:5181: result: yes
  386. configure:5193: checking for struct dirent.d_type
  387. configure:5193: cc -c -g -O2 conftest.c >&5
  388. configure:5193: $? = 0
  389. configure:5193: result: yes
  390. configure:5205: checking for struct sockaddr_storage
  391. configure:5205: cc -c -g -O2 conftest.c >&5
  392. configure:5205: $? = 0
  393. configure:5205: cc -c -g -O2 conftest.c >&5
  394. conftest.c: In function 'main':
  395. conftest.c:27: error: expected expression before ')' token
  396. configure:5205: $? = 1
  397. configure: failed program was:
  398. | /* confdefs.h */
  399. | #define PACKAGE_NAME "git"
  400. | #define PACKAGE_TARNAME "git"
  401. | #define PACKAGE_VERSION "1.7.11"
  402. | #define PACKAGE_STRING "git 1.7.11"
  403. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  404. | #define PACKAGE_URL ""
  405. | #define STDC_HEADERS 1
  406. | #define HAVE_SYS_TYPES_H 1
  407. | #define HAVE_SYS_STAT_H 1
  408. | #define HAVE_STDLIB_H 1
  409. | #define HAVE_STRING_H 1
  410. | #define HAVE_MEMORY_H 1
  411. | #define HAVE_STRINGS_H 1
  412. | #define HAVE_INTTYPES_H 1
  413. | #define HAVE_STDINT_H 1
  414. | #define HAVE_UNISTD_H 1
  415. | /* end confdefs.h. */
  416. |
  417. | #include <sys/types.h>
  418. | #include <sys/socket.h>
  419. |
  420. |
  421. | int
  422. | main ()
  423. | {
  424. | if (sizeof ((struct sockaddr_storage)))
  425. | return 0;
  426. | ;
  427. | return 0;
  428. | }
  429. configure:5205: result: yes
  430. configure:5219: checking for struct addrinfo
  431. configure:5219: cc -c -g -O2 conftest.c >&5
  432. configure:5219: $? = 0
  433. configure:5219: cc -c -g -O2 conftest.c >&5
  434. conftest.c: In function 'main':
  435. conftest.c:28: error: expected expression before ')' token
  436. configure:5219: $? = 1
  437. configure: failed program was:
  438. | /* confdefs.h */
  439. | #define PACKAGE_NAME "git"
  440. | #define PACKAGE_TARNAME "git"
  441. | #define PACKAGE_VERSION "1.7.11"
  442. | #define PACKAGE_STRING "git 1.7.11"
  443. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  444. | #define PACKAGE_URL ""
  445. | #define STDC_HEADERS 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | #define HAVE_SYS_STAT_H 1
  448. | #define HAVE_STDLIB_H 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_MEMORY_H 1
  451. | #define HAVE_STRINGS_H 1
  452. | #define HAVE_INTTYPES_H 1
  453. | #define HAVE_STDINT_H 1
  454. | #define HAVE_UNISTD_H 1
  455. | /* end confdefs.h. */
  456. |
  457. | #include <sys/types.h>
  458. | #include <sys/socket.h>
  459. | #include <netdb.h>
  460. |
  461. |
  462. | int
  463. | main ()
  464. | {
  465. | if (sizeof ((struct addrinfo)))
  466. | return 0;
  467. | ;
  468. | return 0;
  469. | }
  470. configure:5219: result: yes
  471. configure:5227: checking for getaddrinfo
  472. configure:5227: cc -o conftest -g -O2 conftest.c >&5
  473. configure:5227: $? = 0
  474. configure:5227: result: yes
  475. configure:5230: checking for library containing getaddrinfo
  476. configure:5261: cc -o conftest -g -O2 conftest.c >&5
  477. configure:5261: $? = 0
  478. configure:5278: result: none required
  479. configure:5301: checking whether the platform regex can handle null bytes
  480. configure:5333: result: yes
  481. configure:5344: checking whether system succeeds to read fopen'ed directory
  482. configure:5369: cc -o conftest -g -O2 conftest.c >&5
  483. configure:5369: $? = 0
  484. configure:5369: ./conftest
  485. configure:5369: $? = 0
  486. configure:5380: result: no
  487. configure:5392: checking whether snprintf() and/or vsnprintf() return bogus value
  488. configure:5430: cc -o conftest -g -O2 conftest.c >&5
  489. configure:5430: $? = 0
  490. configure:5430: ./conftest
  491. configure:5430: $? = 0
  492. configure:5441: result: no
  493. configure:5453: CHECKS for library functions
  494. configure:5457: checking libgen.h usability
  495. configure:5457: cc -c -g -O2 conftest.c >&5
  496. configure:5457: $? = 0
  497. configure:5457: result: yes
  498. configure:5457: checking libgen.h presence
  499. configure:5457: cc -E conftest.c
  500. configure:5457: $? = 0
  501. configure:5457: result: yes
  502. configure:5457: checking for libgen.h
  503. configure:5457: result: yes
  504. configure:5468: checking paths.h usability
  505. configure:5468: cc -c -g -O2 conftest.c >&5
  506. configure:5468: $? = 0
  507. configure:5468: result: yes
  508. configure:5468: checking paths.h presence
  509. configure:5468: cc -E conftest.c
  510. configure:5468: $? = 0
  511. configure:5468: result: yes
  512. configure:5468: checking for paths.h
  513. configure:5468: result: yes
  514. configure:5479: checking libcharset.h usability
  515. configure:5479: cc -c -g -O2 conftest.c >&5
  516. conftest.c:52:24: error: libcharset.h: No such file or directory
  517. configure:5479: $? = 1
  518. configure: failed program was:
  519. | /* confdefs.h */
  520. | #define PACKAGE_NAME "git"
  521. | #define PACKAGE_TARNAME "git"
  522. | #define PACKAGE_VERSION "1.7.11"
  523. | #define PACKAGE_STRING "git 1.7.11"
  524. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  525. | #define PACKAGE_URL ""
  526. | #define STDC_HEADERS 1
  527. | #define HAVE_SYS_TYPES_H 1
  528. | #define HAVE_SYS_STAT_H 1
  529. | #define HAVE_STDLIB_H 1
  530. | #define HAVE_STRING_H 1
  531. | #define HAVE_MEMORY_H 1
  532. | #define HAVE_STRINGS_H 1
  533. | #define HAVE_INTTYPES_H 1
  534. | #define HAVE_STDINT_H 1
  535. | #define HAVE_UNISTD_H 1
  536. | /* end confdefs.h. */
  537. | #include <stdio.h>
  538. | #ifdef HAVE_SYS_TYPES_H
  539. | # include <sys/types.h>
  540. | #endif
  541. | #ifdef HAVE_SYS_STAT_H
  542. | # include <sys/stat.h>
  543. | #endif
  544. | #ifdef STDC_HEADERS
  545. | # include <stdlib.h>
  546. | # include <stddef.h>
  547. | #else
  548. | # ifdef HAVE_STDLIB_H
  549. | # include <stdlib.h>
  550. | # endif
  551. | #endif
  552. | #ifdef HAVE_STRING_H
  553. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  554. | # include <memory.h>
  555. | # endif
  556. | # include <string.h>
  557. | #endif
  558. | #ifdef HAVE_STRINGS_H
  559. | # include <strings.h>
  560. | #endif
  561. | #ifdef HAVE_INTTYPES_H
  562. | # include <inttypes.h>
  563. | #endif
  564. | #ifdef HAVE_STDINT_H
  565. | # include <stdint.h>
  566. | #endif
  567. | #ifdef HAVE_UNISTD_H
  568. | # include <unistd.h>
  569. | #endif
  570. | #include <libcharset.h>
  571. configure:5479: result: no
  572. configure:5479: checking libcharset.h presence
  573. configure:5479: cc -E conftest.c
  574. conftest.c:19:24: error: libcharset.h: No such file or directory
  575. configure:5479: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h */
  578. | #define PACKAGE_NAME "git"
  579. | #define PACKAGE_TARNAME "git"
  580. | #define PACKAGE_VERSION "1.7.11"
  581. | #define PACKAGE_STRING "git 1.7.11"
  582. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  583. | #define PACKAGE_URL ""
  584. | #define STDC_HEADERS 1
  585. | #define HAVE_SYS_TYPES_H 1
  586. | #define HAVE_SYS_STAT_H 1
  587. | #define HAVE_STDLIB_H 1
  588. | #define HAVE_STRING_H 1
  589. | #define HAVE_MEMORY_H 1
  590. | #define HAVE_STRINGS_H 1
  591. | #define HAVE_INTTYPES_H 1
  592. | #define HAVE_STDINT_H 1
  593. | #define HAVE_UNISTD_H 1
  594. | /* end confdefs.h. */
  595. | #include <libcharset.h>
  596. configure:5479: result: no
  597. configure:5479: checking for libcharset.h
  598. configure:5479: result: no
  599. configure:5491: checking for locale_charset in -liconv
  600. configure:5516: cc -o conftest -g -O2 conftest.c -liconv >&5
  601. /usr/bin/ld: cannot find -liconv
  602. collect2: ld returned 1 exit status
  603. configure:5516: $? = 1
  604. configure: failed program was:
  605. | /* confdefs.h */
  606. | #define PACKAGE_NAME "git"
  607. | #define PACKAGE_TARNAME "git"
  608. | #define PACKAGE_VERSION "1.7.11"
  609. | #define PACKAGE_STRING "git 1.7.11"
  610. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  611. | #define PACKAGE_URL ""
  612. | #define STDC_HEADERS 1
  613. | #define HAVE_SYS_TYPES_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_STDLIB_H 1
  616. | #define HAVE_STRING_H 1
  617. | #define HAVE_MEMORY_H 1
  618. | #define HAVE_STRINGS_H 1
  619. | #define HAVE_INTTYPES_H 1
  620. | #define HAVE_STDINT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | /* end confdefs.h. */
  623. |
  624. | /* Override any GCC internal prototype to avoid an error.
  625. | Use char because int might match the return type of a GCC
  626. | builtin and then its argument prototype would still apply. */
  627. | #ifdef __cplusplus
  628. | extern "C"
  629. | #endif
  630. | char locale_charset ();
  631. | int
  632. | main ()
  633. | {
  634. | return locale_charset ();
  635. | ;
  636. | return 0;
  637. | }
  638. configure:5525: result: no
  639. configure:5535: checking for locale_charset in -lcharset
  640. configure:5560: cc -o conftest -g -O2 conftest.c -lcharset >&5
  641. /usr/bin/ld: cannot find -lcharset
  642. collect2: ld returned 1 exit status
  643. configure:5560: $? = 1
  644. configure: failed program was:
  645. | /* confdefs.h */
  646. | #define PACKAGE_NAME "git"
  647. | #define PACKAGE_TARNAME "git"
  648. | #define PACKAGE_VERSION "1.7.11"
  649. | #define PACKAGE_STRING "git 1.7.11"
  650. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  651. | #define PACKAGE_URL ""
  652. | #define STDC_HEADERS 1
  653. | #define HAVE_SYS_TYPES_H 1
  654. | #define HAVE_SYS_STAT_H 1
  655. | #define HAVE_STDLIB_H 1
  656. | #define HAVE_STRING_H 1
  657. | #define HAVE_MEMORY_H 1
  658. | #define HAVE_STRINGS_H 1
  659. | #define HAVE_INTTYPES_H 1
  660. | #define HAVE_STDINT_H 1
  661. | #define HAVE_UNISTD_H 1
  662. | /* end confdefs.h. */
  663. |
  664. | /* Override any GCC internal prototype to avoid an error.
  665. | Use char because int might match the return type of a GCC
  666. | builtin and then its argument prototype would still apply. */
  667. | #ifdef __cplusplus
  668. | extern "C"
  669. | #endif
  670. | char locale_charset ();
  671. | int
  672. | main ()
  673. | {
  674. | return locale_charset ();
  675. | ;
  676. | return 0;
  677. | }
  678. configure:5569: result: no
  679. configure:5582: checking for strcasestr
  680. configure:5582: cc -o conftest -g -O2 conftest.c >&5
  681. configure:5582: $? = 0
  682. configure:5582: result: yes
  683. configure:5585: checking for library containing strcasestr
  684. configure:5616: cc -o conftest -g -O2 conftest.c >&5
  685. configure:5616: $? = 0
  686. configure:5633: result: none required
  687. configure:5651: checking for strtok_r
  688. configure:5651: cc -o conftest -g -O2 conftest.c >&5
  689. configure:5651: $? = 0
  690. configure:5651: result: yes
  691. configure:5654: checking for library containing strtok_r
  692. configure:5685: cc -o conftest -g -O2 conftest.c >&5
  693. configure:5685: $? = 0
  694. configure:5702: result: none required
  695. configure:5720: checking for fnmatch
  696. configure:5720: cc -o conftest -g -O2 conftest.c >&5
  697. configure:5720: $? = 0
  698. configure:5720: result: yes
  699. configure:5723: checking for library containing fnmatch
  700. configure:5754: cc -o conftest -g -O2 conftest.c >&5
  701. configure:5754: $? = 0
  702. configure:5771: result: none required
  703. configure:5790: checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension
  704. configure:5822: result: yes
  705. configure:5832: checking for memmem
  706. configure:5832: cc -o conftest -g -O2 conftest.c >&5
  707. configure:5832: $? = 0
  708. configure:5832: result: yes
  709. configure:5835: checking for library containing memmem
  710. configure:5866: cc -o conftest -g -O2 conftest.c >&5
  711. configure:5866: $? = 0
  712. configure:5883: result: none required
  713. configure:5901: checking for strlcpy
  714. configure:5901: cc -o conftest -g -O2 conftest.c >&5
  715. /tmp/ccNW9bbu.o: In function `main':
  716. /home/osednaca/git-1.7.11/conftest.c:53: undefined reference to `strlcpy'
  717. collect2: ld returned 1 exit status
  718. configure:5901: $? = 1
  719. configure: failed program was:
  720. | /* confdefs.h */
  721. | #define PACKAGE_NAME "git"
  722. | #define PACKAGE_TARNAME "git"
  723. | #define PACKAGE_VERSION "1.7.11"
  724. | #define PACKAGE_STRING "git 1.7.11"
  725. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  726. | #define PACKAGE_URL ""
  727. | #define STDC_HEADERS 1
  728. | #define HAVE_SYS_TYPES_H 1
  729. | #define HAVE_SYS_STAT_H 1
  730. | #define HAVE_STDLIB_H 1
  731. | #define HAVE_STRING_H 1
  732. | #define HAVE_MEMORY_H 1
  733. | #define HAVE_STRINGS_H 1
  734. | #define HAVE_INTTYPES_H 1
  735. | #define HAVE_STDINT_H 1
  736. | #define HAVE_UNISTD_H 1
  737. | /* end confdefs.h. */
  738. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  739. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  740. | #define strlcpy innocuous_strlcpy
  741. |
  742. | /* System header to define __stub macros and hopefully few prototypes,
  743. | which can conflict with char strlcpy (); below.
  744. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  745. | <limits.h> exists even on freestanding compilers. */
  746. |
  747. | #ifdef __STDC__
  748. | # include <limits.h>
  749. | #else
  750. | # include <assert.h>
  751. | #endif
  752. |
  753. | #undef strlcpy
  754. |
  755. | /* Override any GCC internal prototype to avoid an error.
  756. | Use char because int might match the return type of a GCC
  757. | builtin and then its argument prototype would still apply. */
  758. | #ifdef __cplusplus
  759. | extern "C"
  760. | #endif
  761. | char strlcpy ();
  762. | /* The GNU C library defines this for functions which it implements
  763. | to always fail with ENOSYS. Some functions are actually named
  764. | something starting with __ and the normal name is an alias. */
  765. | #if defined __stub_strlcpy || defined __stub___strlcpy
  766. | choke me
  767. | #endif
  768. |
  769. | int
  770. | main ()
  771. | {
  772. | return strlcpy ();
  773. | ;
  774. | return 0;
  775. | }
  776. configure:5901: result: no
  777. configure:5970: checking for uintmax_t
  778. configure:5970: cc -c -g -O2 conftest.c >&5
  779. configure:5970: $? = 0
  780. configure:5970: cc -c -g -O2 conftest.c >&5
  781. conftest.c: In function 'main':
  782. conftest.c:26: error: expected expression before ')' token
  783. configure:5970: $? = 1
  784. configure: failed program was:
  785. | /* confdefs.h */
  786. | #define PACKAGE_NAME "git"
  787. | #define PACKAGE_TARNAME "git"
  788. | #define PACKAGE_VERSION "1.7.11"
  789. | #define PACKAGE_STRING "git 1.7.11"
  790. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  791. | #define PACKAGE_URL ""
  792. | #define STDC_HEADERS 1
  793. | #define HAVE_SYS_TYPES_H 1
  794. | #define HAVE_SYS_STAT_H 1
  795. | #define HAVE_STDLIB_H 1
  796. | #define HAVE_STRING_H 1
  797. | #define HAVE_MEMORY_H 1
  798. | #define HAVE_STRINGS_H 1
  799. | #define HAVE_INTTYPES_H 1
  800. | #define HAVE_STDINT_H 1
  801. | #define HAVE_UNISTD_H 1
  802. | /* end confdefs.h. */
  803. |
  804. | #include <inttypes.h>
  805. |
  806. |
  807. | int
  808. | main ()
  809. | {
  810. | if (sizeof ((uintmax_t)))
  811. | return 0;
  812. | ;
  813. | return 0;
  814. | }
  815. configure:5970: result: yes
  816. configure:5983: checking for strtoumax
  817. configure:5983: cc -o conftest -g -O2 conftest.c >&5
  818. configure:5983: $? = 0
  819. configure:5983: result: yes
  820. configure:5986: checking for library containing strtoumax
  821. configure:6017: cc -o conftest -g -O2 conftest.c >&5
  822. configure:6017: $? = 0
  823. configure:6034: result: none required
  824. configure:6052: checking for setenv
  825. configure:6052: cc -o conftest -g -O2 conftest.c >&5
  826. configure:6052: $? = 0
  827. configure:6052: result: yes
  828. configure:6055: checking for library containing setenv
  829. configure:6086: cc -o conftest -g -O2 conftest.c >&5
  830. configure:6086: $? = 0
  831. configure:6103: result: none required
  832. configure:6121: checking for unsetenv
  833. configure:6121: cc -o conftest -g -O2 conftest.c >&5
  834. configure:6121: $? = 0
  835. configure:6121: result: yes
  836. configure:6124: checking for library containing unsetenv
  837. configure:6155: cc -o conftest -g -O2 conftest.c >&5
  838. configure:6155: $? = 0
  839. configure:6172: result: none required
  840. configure:6190: checking for mkdtemp
  841. configure:6190: cc -o conftest -g -O2 conftest.c >&5
  842. configure:6190: $? = 0
  843. configure:6190: result: yes
  844. configure:6193: checking for library containing mkdtemp
  845. configure:6224: cc -o conftest -g -O2 conftest.c >&5
  846. configure:6224: $? = 0
  847. configure:6241: result: none required
  848. configure:6259: checking for mkstemps
  849. configure:6259: cc -o conftest -g -O2 conftest.c >&5
  850. configure:6259: $? = 0
  851. configure:6259: result: yes
  852. configure:6262: checking for library containing mkstemps
  853. configure:6293: cc -o conftest -g -O2 conftest.c >&5
  854. configure:6293: $? = 0
  855. configure:6310: result: none required
  856. configure:6328: checking for initgroups
  857. configure:6328: cc -o conftest -g -O2 conftest.c >&5
  858. configure:6328: $? = 0
  859. configure:6328: result: yes
  860. configure:6331: checking for library containing initgroups
  861. configure:6362: cc -o conftest -g -O2 conftest.c >&5
  862. configure:6362: $? = 0
  863. configure:6379: result: none required
  864. configure:6428: checking Checking for POSIX Threads with '-mt'
  865. configure:6453: cc -o conftest -mt -g -O2 conftest.c >&5
  866. cc1: error: unrecognized command line option "-mt"
  867. configure:6453: $? = 1
  868. configure: failed program was:
  869. | /* confdefs.h */
  870. | #define PACKAGE_NAME "git"
  871. | #define PACKAGE_TARNAME "git"
  872. | #define PACKAGE_VERSION "1.7.11"
  873. | #define PACKAGE_STRING "git 1.7.11"
  874. | #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  875. | #define PACKAGE_URL ""
  876. | #define STDC_HEADERS 1
  877. | #define HAVE_SYS_TYPES_H 1
  878. | #define HAVE_SYS_STAT_H 1
  879. | #define HAVE_STDLIB_H 1
  880. | #define HAVE_STRING_H 1
  881. | #define HAVE_MEMORY_H 1
  882. | #define HAVE_STRINGS_H 1
  883. | #define HAVE_INTTYPES_H 1
  884. | #define HAVE_STDINT_H 1
  885. | #define HAVE_UNISTD_H 1
  886. | /* end confdefs.h. */
  887. |
  888. |
  889. | #include <pthread.h>
  890. |
  891. | int
  892. | main ()
  893. | {
  894. |
  895. | pthread_mutex_t test_mutex;
  896. | pthread_key_t test_key;
  897. | int retcode = 0;
  898. | retcode |= pthread_key_create(&test_key, (void *)0);
  899. | retcode |= pthread_mutex_init(&test_mutex,(void *)0);
  900. | retcode |= pthread_mutex_lock(&test_mutex);
  901. | retcode |= pthread_mutex_unlock(&test_mutex);
  902. | return retcode;
  903. |
  904. | ;
  905. | return 0;
  906. | }
  907. configure:6463: result: no
  908. configure:6428: checking Checking for POSIX Threads with '-pthread'
  909. configure:6453: cc -o conftest -pthread -g -O2 conftest.c >&5
  910. configure:6453: $? = 0
  911. configure:6454: result: yes
  912. configure:6706: creating ./config.status
  913.  
  914. ## ---------------------- ##
  915. ## Running config.status. ##
  916. ## ---------------------- ##
  917.  
  918. This file was extended by git config.status 1.7.11, which was
  919. generated by GNU Autoconf 2.67. Invocation command line was
  920.  
  921. CONFIG_FILES =
  922. CONFIG_HEADERS =
  923. CONFIG_LINKS =
  924. CONFIG_COMMANDS =
  925. $ ./config.status
  926.  
  927. on osednaca
  928.  
  929. config.status:789: creating config.mak.autogen
  930.  
  931. ## ---------------- ##
  932. ## Cache variables. ##
  933. ## ---------------- ##
  934.  
  935. ac_cv_c_compiler_gnu=yes
  936. ac_cv_c_excellent_fnmatch=yes
  937. ac_cv_c_excellent_regex=yes
  938. ac_cv_c_inline=inline
  939. ac_cv_env_CC_set=
  940. ac_cv_env_CC_value=
  941. ac_cv_env_CFLAGS_set=
  942. ac_cv_env_CFLAGS_value=
  943. ac_cv_env_CPPFLAGS_set=
  944. ac_cv_env_CPPFLAGS_value=
  945. ac_cv_env_CPP_set=
  946. ac_cv_env_CPP_value=
  947. ac_cv_env_LDFLAGS_set=
  948. ac_cv_env_LDFLAGS_value=
  949. ac_cv_env_LIBS_set=
  950. ac_cv_env_LIBS_value=
  951. ac_cv_env_build_alias_set=
  952. ac_cv_env_build_alias_value=
  953. ac_cv_env_host_alias_set=
  954. ac_cv_env_host_alias_value=
  955. ac_cv_env_target_alias_set=
  956. ac_cv_env_target_alias_value=
  957. ac_cv_fread_reads_directories=no
  958. ac_cv_func_fnmatch=yes
  959. ac_cv_func_getaddrinfo=yes
  960. ac_cv_func_hstrerror=yes
  961. ac_cv_func_inet_ntop=yes
  962. ac_cv_func_inet_pton=yes
  963. ac_cv_func_initgroups=yes
  964. ac_cv_func_memmem=yes
  965. ac_cv_func_mkdtemp=yes
  966. ac_cv_func_mkstemps=yes
  967. ac_cv_func_setenv=yes
  968. ac_cv_func_strcasestr=yes
  969. ac_cv_func_strlcpy=no
  970. ac_cv_func_strtok_r=yes
  971. ac_cv_func_strtoumax=yes
  972. ac_cv_func_unsetenv=yes
  973. ac_cv_header_inttypes_h=yes
  974. ac_cv_header_libcharset_h=no
  975. ac_cv_header_libgen_h=yes
  976. ac_cv_header_libintl_h=yes
  977. ac_cv_header_memory_h=yes
  978. ac_cv_header_paths_h=yes
  979. ac_cv_header_stdc=yes
  980. ac_cv_header_stdint_h=yes
  981. ac_cv_header_stdlib_h=yes
  982. ac_cv_header_string_h=yes
  983. ac_cv_header_strings_h=yes
  984. ac_cv_header_sys_poll_h=yes
  985. ac_cv_header_sys_select_h=yes
  986. ac_cv_header_sys_stat_h=yes
  987. ac_cv_header_sys_types_h=yes
  988. ac_cv_header_unistd_h=yes
  989. ac_cv_lib_c_basename=yes
  990. ac_cv_lib_c_gettext=yes
  991. ac_cv_lib_c_socket=yes
  992. ac_cv_lib_charset_locale_charset=no
  993. ac_cv_lib_crypto_SHA1_Init=yes
  994. ac_cv_lib_curl_curl_global_init=yes
  995. ac_cv_lib_expat_XML_ParserCreate=no
  996. ac_cv_lib_iconv_locale_charset=no
  997. ac_cv_member_struct_dirent_d_ino=yes
  998. ac_cv_member_struct_dirent_d_type=yes
  999. ac_cv_objext=o
  1000. ac_cv_path_EGREP='/bin/grep -E'
  1001. ac_cv_path_GREP=/bin/grep
  1002. ac_cv_prog_CPP='cc -E'
  1003. ac_cv_prog_DIFF=diff
  1004. ac_cv_prog_TAR=tar
  1005. ac_cv_prog_ac_ct_AR=ar
  1006. ac_cv_prog_ac_ct_CC=cc
  1007. ac_cv_prog_cc_c89=
  1008. ac_cv_prog_cc_g=yes
  1009. ac_cv_search_fnmatch='none required'
  1010. ac_cv_search_getaddrinfo='none required'
  1011. ac_cv_search_initgroups='none required'
  1012. ac_cv_search_memmem='none required'
  1013. ac_cv_search_mkdtemp='none required'
  1014. ac_cv_search_mkstemps='none required'
  1015. ac_cv_search_setenv='none required'
  1016. ac_cv_search_strcasestr='none required'
  1017. ac_cv_search_strtok_r='none required'
  1018. ac_cv_search_strtoumax='none required'
  1019. ac_cv_search_unsetenv='none required'
  1020. ac_cv_snprintf_returns_bogus=no
  1021. ac_cv_type_socklen_t=yes
  1022. ac_cv_type_struct_addrinfo=yes
  1023. ac_cv_type_struct_sockaddr_storage=yes
  1024. ac_cv_type_uintmax_t=yes
  1025. git_cv_ld_dashr=no
  1026. git_cv_ld_wl_rpath=yes
  1027.  
  1028. ## ----------------- ##
  1029. ## Output variables. ##
  1030. ## ----------------- ##
  1031.  
  1032. AR='ar'
  1033. ASCIIDOC7=''
  1034. ASCIIDOC=''
  1035. CC='cc'
  1036. CC_LD_DYNPATH='-Wl,-rpath,'
  1037. CFLAGS='-g -O2'
  1038. CHARSET_LIB=''
  1039. CPP='cc -E'
  1040. CPPFLAGS=''
  1041. DEFS='-DPACKAGE_NAME=\"git\" -DPACKAGE_TARNAME=\"git\" -DPACKAGE_VERSION=\"1.7.11\" -DPACKAGE_STRING=\"git\ 1.7.11\" -DPACKAGE_BUGREPORT=\"git@vger.kernel.org\" -DPACKAGE_URL=\"\" -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'
  1042. DIFF='diff'
  1043. ECHO_C=''
  1044. ECHO_N='-n'
  1045. ECHO_T=''
  1046. EGREP='/bin/grep -E'
  1047. EXEEXT=''
  1048. FREAD_READS_DIRECTORIES=''
  1049. GREP='/bin/grep'
  1050. HAVE_LIBCHARSET_H=''
  1051. HAVE_PATHS_H='YesPlease'
  1052. INLINE=''
  1053. LDFLAGS=''
  1054. LIBC_CONTAINS_LIBINTL='YesPlease'
  1055. LIBOBJS=''
  1056. LIBS=''
  1057. LTLIBOBJS=''
  1058. NEEDS_LIBGEN=''
  1059. NEEDS_LIBICONV=''
  1060. NEEDS_RESOLV=''
  1061. NEEDS_SOCKET=''
  1062. NEEDS_SSL_WITH_CRYPTO=''
  1063. NO_CURL=''
  1064. NO_DEFLATE_BOUND=''
  1065. NO_D_INO_IN_DIRENT=''
  1066. NO_D_TYPE_IN_DIRENT=''
  1067. NO_EXPAT='YesPlease'
  1068. NO_FNMATCH=''
  1069. NO_FNMATCH_CASEFOLD=''
  1070. NO_GETTEXT=''
  1071. NO_HSTRERROR=''
  1072. NO_ICONV=''
  1073. NO_INET_NTOP=''
  1074. NO_INET_PTON=''
  1075. NO_INITGROUPS=''
  1076. NO_INTTYPES_H=''
  1077. NO_IPV6=''
  1078. NO_LIBGEN_H=''
  1079. NO_MEMMEM=''
  1080. NO_MKDTEMP=''
  1081. NO_MKSTEMPS=''
  1082. NO_OPENSSL=''
  1083. NO_PTHREADS=''
  1084. NO_REGEX=''
  1085. NO_SETENV=''
  1086. NO_SOCKADDR_STORAGE=''
  1087. NO_STRCASESTR=''
  1088. NO_STRLCPY='YesPlease'
  1089. NO_STRTOK_R=''
  1090. NO_STRTOUMAX=''
  1091. NO_SYS_POLL_H=''
  1092. NO_SYS_SELECT_H=''
  1093. NO_UINTMAX_T=''
  1094. NO_UNSETENV=''
  1095. OBJEXT='o'
  1096. OLD_ICONV=''
  1097. PACKAGE_BUGREPORT='git@vger.kernel.org'
  1098. PACKAGE_NAME='git'
  1099. PACKAGE_STRING='git 1.7.11'
  1100. PACKAGE_TARNAME='git'
  1101. PACKAGE_URL=''
  1102. PACKAGE_VERSION='1.7.11'
  1103. PATH_SEPARATOR=':'
  1104. PTHREAD_CFLAGS='-pthread'
  1105. PTHREAD_LIBS='-pthread'
  1106. SHELL='/bin/bash'
  1107. SNPRINTF_RETURNS_BOGUS=''
  1108. SOCKLEN_T=''
  1109. TAR='tar'
  1110. TCLTK_PATH='wish'
  1111. USE_LIBPCRE=''
  1112. ac_ct_AR='ar'
  1113. ac_ct_CC='cc'
  1114. bindir='${exec_prefix}/bin'
  1115. build_alias=''
  1116. datadir='${datarootdir}'
  1117. datarootdir='${prefix}/share'
  1118. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1119. dvidir='${docdir}'
  1120. exec_prefix='${prefix}'
  1121. host_alias=''
  1122. htmldir='${docdir}'
  1123. includedir='${prefix}/include'
  1124. infodir='${datarootdir}/info'
  1125. libdir='${exec_prefix}/lib'
  1126. libexecdir='${exec_prefix}/libexec'
  1127. localedir='${datarootdir}/locale'
  1128. localstatedir='${prefix}/var'
  1129. mandir='${datarootdir}/man'
  1130. oldincludedir='/usr/include'
  1131. pdfdir='${docdir}'
  1132. prefix='/usr/local'
  1133. program_transform_name='s,x,x,'
  1134. psdir='${docdir}'
  1135. sbindir='${exec_prefix}/sbin'
  1136. sharedstatedir='${prefix}/com'
  1137. sysconfdir='${prefix}/etc'
  1138. target_alias=''
  1139.  
  1140. ## ----------- ##
  1141. ## confdefs.h. ##
  1142. ## ----------- ##
  1143.  
  1144. /* confdefs.h */
  1145. #define PACKAGE_NAME "git"
  1146. #define PACKAGE_TARNAME "git"
  1147. #define PACKAGE_VERSION "1.7.11"
  1148. #define PACKAGE_STRING "git 1.7.11"
  1149. #define PACKAGE_BUGREPORT "git@vger.kernel.org"
  1150. #define PACKAGE_URL ""
  1151. #define STDC_HEADERS 1
  1152. #define HAVE_SYS_TYPES_H 1
  1153. #define HAVE_SYS_STAT_H 1
  1154. #define HAVE_STDLIB_H 1
  1155. #define HAVE_STRING_H 1
  1156. #define HAVE_MEMORY_H 1
  1157. #define HAVE_STRINGS_H 1
  1158. #define HAVE_INTTYPES_H 1
  1159. #define HAVE_STDINT_H 1
  1160. #define HAVE_UNISTD_H 1
  1161.  
  1162. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement