summaryrefslogtreecommitdiff
path: root/config.Build.log
blob: fe66dfa632fe10849f21d151a7ef6cfdb9986ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LibreOffice configure 3.7, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-mozilla --disable-build-mozilla --disable-zenity --with-num-cpus= --with-max-jobs= --without-doxygen --without-junit --with-macosx-version-min-required=10.6

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

hostname = Iains-MacBook-Pro.local
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 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: 99 tasks, 544 threads, 4 processors
Load average: 2.10, Mach factor: 1.89
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/Iain/android-sdks/platform-tools
PATH: /Users/Iain/android-sdks/tools
PATH: /usr/local/share/python
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/X11/bin
PATH: /usr/local/MacGPG2/bin
PATH: /usr/texbin
PATH: /Users/Iain/android-sdks/platform-tools
PATH: /Users/Iain/android-ndk-r7b
PATH: /Users/Iain/android-sdks/tools


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

configure:4856: checking build system type
configure:4870: result: i386-apple-darwin11.3.0
configure:4890: checking host system type
configure:4903: result: i386-apple-darwin11.3.0
configure:4932: checking for grep that handles long lines and -e
configure:4990: result: /usr/bin/grep
configure:4995: checking for egrep
configure:5057: result: /usr/bin/grep -E
configure:5065: checking for grep
configure:5095: result: /usr/bin/grep
configure:5131: checking for sed
configure:5149: found /usr/bin/sed
configure:5161: result: /usr/bin/sed
configure:7390: checking for gawk
configure:7420: result: no
configure:7390: checking for mawk
configure:7420: result: no
configure:7390: checking for nawk
configure:7420: result: no
configure:7390: checking for awk
configure:7406: found /usr/bin/awk
configure:7417: result: awk
configure:7430: checking for awk
configure:7448: found /usr/bin/awk
configure:7460: result: /usr/bin/awk
configure:7474: checking for bash
configure:7504: result: /bin/sh
configure:7517: checking for GNU or BSD tar
configure:7526: result: gnutar
configure:7533: checking for tar's option to strip components
configure:7546: result: --strip-components
configure:7663: ccache seems to be included in a pre-defined CC and/or CXX
configure:7766: checking gcc home
configure:7782: result: /usr
configure:7844: checking for gcc
configure:7871: result: ccache clang -arch i386 -mmacosx-version-min=10.6
configure:8100: checking for C compiler version
configure:8109: ccache clang -arch i386 -mmacosx-version-min=10.6 --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: i386-apple-darwin11.3.0
Thread model: posix
configure:8120: $? = 0
configure:8109: ccache clang -arch i386 -mmacosx-version-min=10.6 -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: i386-apple-darwin11.3.0
Thread model: posix
clang: warning: argument unused during compilation: '-mmacosx-version-min=10.6'
configure:8120: $? = 0
configure:8109: ccache clang -arch i386 -mmacosx-version-min=10.6 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:8120: $? = 1
configure:8109: ccache clang -arch i386 -mmacosx-version-min=10.6 -qversion >&5
clang: error: no input files
configure:8120: $? = 1
configure:8140: checking whether the C compiler works
configure:8162: ccache clang -arch i386 -mmacosx-version-min=10.6    conftest.c  >&5
configure:8166: $? = 0
configure:8214: result: yes
configure:8217: checking for C compiler default output file name
configure:8219: result: a.out
configure:8225: checking for suffix of executables
configure:8232: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest    conftest.c  >&5
configure:8236: $? = 0
configure:8258: result: 
configure:8280: checking whether we are cross compiling
configure:8288: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest    conftest.c  >&5
configure:8292: $? = 0
configure:8299: ./conftest
configure:8303: $? = 0
configure:8318: result: no
configure:8323: checking for suffix of object files
configure:8345: ccache clang -arch i386 -mmacosx-version-min=10.6 -c   conftest.c >&5
configure:8349: $? = 0
configure:8370: result: o
configure:8374: checking whether we are using the GNU C compiler
configure:8393: ccache clang -arch i386 -mmacosx-version-min=10.6 -c   conftest.c >&5
configure:8393: $? = 0
configure:8402: result: yes
configure:8411: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 accepts -g
configure:8431: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g  conftest.c >&5
configure:8431: $? = 0
configure:8472: result: yes
configure:8489: checking for ccache clang -arch i386 -mmacosx-version-min=10.6 option to accept ISO C89
configure:8552: ccache clang -arch i386 -mmacosx-version-min=10.6  -c -g -O2  conftest.c >&5
configure:8552: $? = 0
configure:8565: result: none needed
configure:8593: checking for ccache
configure:8611: found /usr/local/bin/ccache
configure:8623: result: /usr/local/bin/ccache
configure:8751: WARNING: Building with a SDK > 10.4 is experimental
configure:8769: checking the presence of the SDK 10.6
configure:8772: result: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk ok
configure:8797: WARNING: Building with a minimum version requirement > 10.4 break 10.4 compatibility. do not use for deliverable build
configure:8839: checking that macosx-version-min-required is coherent with macosx-version-max-allowed
configure:8844: result: ok
configure:8848: checking that macosx-version-max-allowed is coherent macos-with-sdk
configure:8853: result: ok
configure:8856: MAC_OS_X_VERSION_MIN_REQUIRED=1060
configure:8858: MAC_OS_X_VERSION_MAX_ALLOWED=1060
configure:8929: checking the GCC version
configure:8951: result: gcc 4.2.1
configure:8959: checking whether GCC is actually Clang
configure:8971: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:8971: $? = 0
configure:8972: result: yes
configure:8982: checking the Clang version
configure:8987: result: Clang "3.1 (tags/Apple/clang-318.0.58)", 30100
configure:9003: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -ggdb2
configure:9034: result: no
configure:9038: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -finline-limit=0
configure:9068: result: no
configure:9072: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -fno-inline
configure:9102: result: no
configure:9112: checking for -Bsymbolic-functions linker support 
configure:9131: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c  >&5
ld: unknown option: -Bsymbolic-functions
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/"
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| 
| int
| main ()
| {
| 
| printf ("hello world\n");
| 
|   ;
|   return 0;
| }
configure:9140: result: not found 
configure:9147: checking whether to build with additional debug utilities
configure:9184: result: no, full product build
configure:10192: checking whether to enable build of Mozilla
configure:10199: result: no
configure:10206: checking whether to enable crashdump feature
configure:10215: result: no
configure:10221: checking whether to turn warnings to errors
configure:10229: result: no
configure:10234: checking whether to do a debug build
configure:10251: result: no
configure:10258: checking whether to use linkoo for the smoketest installation
configure:10266: result: yes
configure:10273: checking whether to use link-time optimization
configure:10281: result: no
configure:10286: checking whether to include symbols
configure:10294: result: no
configure:10330: checking whether cups support is present
configure:10332: checking for cupsPrintFiles in -lcups
configure:10357: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c -lcups   >&5
configure:10357: $? = 0
configure:10366: result: yes
configure:10377: checking how to run the C preprocessor
configure:10408: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
configure:10408: $? = 0
configure:10422: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:10422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10447: result: ccache clang -arch i386 -mmacosx-version-min=10.6 -E
configure:10467: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
configure:10467: $? = 0
configure:10481: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:10481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10510: checking for ANSI C header files
configure:10530: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10530: $? = 0
configure:10603: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:10603: $? = 0
configure:10603: ./conftest
configure:10603: $? = 0
configure:10614: result: yes
configure:10627: checking for sys/types.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for sys/stat.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for stdlib.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for string.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for memory.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for strings.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for inttypes.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for stdint.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10627: checking for unistd.h
configure:10627: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10627: $? = 0
configure:10627: result: yes
configure:10639: checking cups/cups.h usability
configure:10639: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:10639: $? = 0
configure:10639: result: yes
configure:10639: checking cups/cups.h presence
configure:10639: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
configure:10639: $? = 0
configure:10639: result: yes
configure:10639: checking for cups/cups.h
configure:10639: result: yes
configure:10870: checking whether we want to fetch tarballs
configure:10873: result: yes
configure:10884: checking whether to enable filters for legacy binary file formats (StarOffice 5.2)
configure:10888: result: no
configure:10899: checking whether to build help
configure:10902: result: yes
configure:10912: checking whether to include MySpell dictionaries
configure:10915: result: yes
configure:10927: checking whether to use dicts from external paths
configure:10930: result: yes
configure:10933: checking for spelling dictionary directory
configure:10943: result: file:///usr/share/hunspell
configure:10945: checking for hyphenation patterns directory
configure:10952: result: file:///usr/share/hyphen
configure:10954: checking for thesaurus directory
configure:10961: result: file:///usr/share/mythes
configure:10973: checking whether to enable pch feature
configure:10975: result: no, obsolete
configure:10978: checking for GNU make
configure:10997: result: make
configure:11003: checking the GNU make version
configure:11015: result: make 3.81
configure:11022: checking for sha1sum
configure:11055: result: no
configure:11022: checking for sha1
configure:11055: result: no
configure:11022: checking for shasum
configure:11040: found /usr/bin/shasum
configure:11052: result: /usr/bin/shasum
configure:11066: checking for GNU make bug 20033
configure:11100: result: no, keep parallelism enabled
configure:11109: checking for GNU support for (file function
configure:11126: result: no
configure:11142: checking for --hash-style gcc linker support 
configure:11173: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   -Wl,--hash-style=gnu conftest.c  >&5
ld: unknown option: --hash-style=gnu
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11173: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| 
| int
| main ()
| {
| 
| printf ("");
| 
|   ;
|   return 0;
| }
configure:11173: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   -Wl,--hash-style=sysv conftest.c  >&5
ld: unknown option: --hash-style=sysv
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11173: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| 
| int
| main ()
| {
| 
| printf ("");
| 
|   ;
|   return 0;
| }
configure:11190: result: no 
configure:11204: checking for perl
configure:11222: found /usr/bin/perl
configure:11234: result: /usr/bin/perl
configure:11253: checking the Perl version
configure:11260: result: checked (perl 5)
configure:11267: checking for required Perl modules
configure:11270: result: all modules found
configure:11327: checking for pkg-config
configure:11345: found /usr/local/bin/pkg-config
configure:11357: result: /usr/local/bin/pkg-config
configure:11382: checking pkg-config is at least version 0.9.0
configure:11385: result: yes
configure:11444: checking for ar
configure:11460: found /usr/bin/ar
configure:11471: result: ar
configure:11536: checking for nm
configure:11552: found /usr/bin/nm
configure:11563: result: nm
configure:11628: checking for objdump
configure:11658: result: no
configure:11720: checking for ranlib
configure:11736: found /usr/bin/ranlib
configure:11747: result: ranlib
configure:11812: checking for strip
configure:11828: found /usr/bin/strip
configure:11839: result: strip
configure:12059: checking for bogus pkg-config
configure:12066: result: yes, from unknown origin
configure:12069: WARNING: This might have unexpected consequences, please consider hiding /usr/local/bin/pkg-config
configure:12248: checking for ANSI C header files
configure:12352: result: yes
configure:12476: checking for C++ compiler version
configure:12485: ccache clang++ -arch i386 -mmacosx-version-min=10.6 --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: i386-apple-darwin11.3.0
Thread model: posix
configure:12496: $? = 0
configure:12485: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: i386-apple-darwin11.3.0
Thread model: posix
clang: warning: argument unused during compilation: '-mmacosx-version-min=10.6'
configure:12496: $? = 0
configure:12485: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:12496: $? = 1
configure:12485: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -qversion >&5
clang: error: no input files
configure:12496: $? = 1
configure:12500: checking whether we are using the GNU C++ compiler
configure:12519: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -c   conftest.cpp >&5
configure:12519: $? = 0
configure:12528: result: yes
configure:12537: checking whether ccache clang++ -arch i386 -mmacosx-version-min=10.6 accepts -g
configure:12557: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -c -g  conftest.cpp >&5
configure:12557: $? = 0
configure:12598: result: yes
configure:12628: checking the GNU C++ compiler version
configure:12649: result: checked (g++ 4.2.1)
configure:12754: checking how to run the C++ preprocessor
configure:12781: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E  conftest.cpp
configure:12781: $? = 0
configure:12795: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E  conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:12795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12820: result: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E
configure:12840: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E  conftest.cpp
configure:12840: $? = 0
configure:12854: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E  conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:12854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12891: checking how to run the C preprocessor
configure:12961: result: ccache clang -arch i386 -mmacosx-version-min=10.6 -E
configure:12981: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
configure:12981: $? = 0
configure:12995: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
conftest.c:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:12995: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13034: checking size of long
configure:13039: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13039: $? = 0
configure:13039: ./conftest
configure:13039: $? = 0
configure:13053: result: 4
configure:13067: checking size of short
configure:13072: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13072: $? = 0
configure:13072: ./conftest
configure:13072: $? = 0
configure:13086: result: 2
configure:13100: checking size of int
configure:13105: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13105: $? = 0
configure:13105: ./conftest
configure:13105: $? = 0
configure:13119: result: 4
configure:13133: checking size of long long
configure:13138: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13138: $? = 0
configure:13138: ./conftest
configure:13138: $? = 0
configure:13152: result: 8
configure:13166: checking size of double
configure:13171: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13171: $? = 0
configure:13171: ./conftest
configure:13171: $? = 0
configure:13185: result: 8
configure:13199: checking size of void*
configure:13204: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13204: $? = 0
configure:13204: ./conftest
configure:13204: $? = 0
configure:13218: result: 4
configure:13240: checking alignment of short
configure:13245: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13245: $? = 0
configure:13245: ./conftest
configure:13245: $? = 0
configure:13264: result: 2
configure:13276: checking alignment of int
configure:13281: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13281: $? = 0
configure:13281: ./conftest
configure:13281: $? = 0
configure:13300: result: 4
configure:13312: checking alignment of long
configure:13317: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13317: $? = 0
configure:13317: ./conftest
configure:13317: $? = 0
configure:13336: result: 4
configure:13348: checking alignment of double
configure:13353: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:13353: $? = 0
configure:13353: ./conftest
configure:13353: $? = 0
configure:13372: result: 4
configure:13389: checking whether byte ordering is bigendian
configure:13404: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:13404: $? = 0
configure:13449: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:13449: $? = 0
configure:13467: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
conftest.c:38:4: error: use of undeclared identifier 'not'
                 not big endian
                 ^
1 error generated.
configure:13467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:13595: result: no
configure:13622: checking for special C compiler options needed for large files
configure:13667: result: no
configure:13673: checking for _FILE_OFFSET_BITS value needed for large files
configure:13698: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:13698: $? = 0
configure:13730: result: no
configure:13857: checking valgrind.h usability
configure:13857: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2 -I/usr/include/valgrind conftest.c >&5
conftest.c:64:10: fatal error: 'valgrind.h' file not found
#include <valgrind.h>
         ^
1 error generated.
configure:13857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind.h>
configure:13857: result: no
configure:13857: checking valgrind.h presence
configure:13857: ccache clang -arch i386 -mmacosx-version-min=10.6 -E -I/usr/include/valgrind conftest.c
conftest.c:31:10: fatal error: 'valgrind.h' file not found
#include <valgrind.h>
         ^
1 error generated.
configure:13857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| #include <valgrind.h>
configure:13857: result: no
configure:13857: checking for valgrind.h
configure:13857: result: no
configure:13867: checking valgrind.h usability
configure:13867: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2 -I/usr/local/include/valgrind conftest.c >&5
conftest.c:64:10: fatal error: 'valgrind.h' file not found
#include <valgrind.h>
         ^
1 error generated.
configure:13867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind.h>
configure:13867: result: no
configure:13867: checking valgrind.h presence
configure:13867: ccache clang -arch i386 -mmacosx-version-min=10.6 -E -I/usr/local/include/valgrind conftest.c
conftest.c:31:10: fatal error: 'valgrind.h' file not found
#include <valgrind.h>
         ^
1 error generated.
configure:13867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| #include <valgrind.h>
configure:13867: result: no
configure:13867: checking for valgrind.h
configure:13867: result: no
configure:14073: checking Whether building STLPort library makes sense
configure:14103: result: no
configure:14107: checking Whether STLPort library will be actually built
configure:14120: result: no
configure:14129: checking for g++ include path
configure:14148: result: /usr/include/c++/4.2.1
configure:14157: checking whether ccache clang++ -arch i386 -mmacosx-version-min=10.6 supports thread safe statics
configure:14180: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -c -g -O2 -fthreadsafe-statics  conftest.cpp >&5
configure:14180: $? = 0
configure:14194: result: broken (i.e., no)
configure:14211: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -fvisibility=hidden
configure:14226: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2 -Werror -fvisibility=hidden   conftest.c  >&5
configure:14226: $? = 0
configure:14245: result: no
configure:14249: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -Wno-long-double
configure:14264: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2 -Werror -Wno-long-double   conftest.c  >&5
configure:14264: $? = 0
configure:14271: result: yes
configure:14278: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -mno-avx
configure:14293: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2 -Werror -mno-avx   conftest.c  >&5
configure:14293: $? = 0
configure:14300: result: yes
configure:14307: checking whether ccache clang -arch i386 -mmacosx-version-min=10.6 supports -std=gnu++0x without Language Defect 757
configure:14353: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -c -g -O2 -std=gnu++0x  conftest.cpp >&5
configure:14353: $? = 0
configure:14366: result: yes
configure:14567: checking if SFINAE is broken with anonymous types
configure:14591: ccache clang++ -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.cpp >&5
configure:14591: $? = 0
configure:14598: result: no
configure:14617: checking whether ccache clang++ -arch i386 -mmacosx-version-min=10.6 supports -fno-default-inline
configure:14660: result: no
configure:14664: checking whether ccache clang++ -arch i386 -mmacosx-version-min=10.6 supports -fno-enforce-eh-specs
configure:14706: result: no
configure:14714: checking which memory allocator to use
configure:14852: result: internal
configure:14857: checking for posix_fallocate
configure:14857: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
Undefined symbols for architecture i386:
  "_posix_fallocate", referenced from:
      _main in conftest-24nAzm.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define posix_fallocate innocuous_posix_fallocate
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char posix_fallocate (); 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 posix_fallocate
| 
| /* 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 posix_fallocate ();
| /* 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_posix_fallocate || defined __stub___posix_fallocate
| choke me
| #endif
| 
| int
| main ()
| {
| return posix_fallocate ();
|   ;
|   return 0;
| }
configure:14857: result: no
configure:14872: checking whether to add custom build version
configure:14880: result: no
configure:14885: checking whether to build with Java support
configure:14894: result: yes
configure:14956: checking for java
configure:14974: found /usr/bin/java
configure:14986: result: /usr/bin/java
configure:15024: checking whether to pass -d32 to Java interpreter
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available (implies -server, only for x86_64)
    -client	  to select the "client" VM
    -server	  to select the "server" VM
    -jvm	  is a synonym for the "client" VM  [deprecated]
    -hotspot	  is a synonym for the "client" VM  [deprecated]
                  The default VM is client.
                  
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
configure:15027: result: yes
configure:15044: checking the installed JDK
configure:15087: result: checked (JDK 1.6.0_29)
configure:15103: checking for target Java bytecode version
configure:15119: result: 1.6
configure:15139: checking for javac
configure:15157: found /usr/bin/javac
configure:15169: result: /usr/bin/javac
configure:15226: checking for javadoc
configure:15244: found /usr/bin/javadoc
configure:15256: result: /usr/bin/javadoc
configure:15436: checking for jawt lib name
configure:15606: result: -ljawt
configure:15910: checking for dmake
configure:15941: result: no
configure:15990: checking whether to enable EPM for packing
configure:16325: result: no
configure:16336: checking for gperf
configure:16354: found /usr/bin/gperf
configure:16366: result: /usr/bin/gperf
configure:16377: checking gperf version
configure:16380: result: OK
configure:16387: checking whether to build the ODK
configure:16390: result: yes
configure:16394: checking whether to build unowinreg.dll
configure:16401: result: no
configure:16668: checking whether to provide libstdc++/libgcc_s in the installset
configure:16671: result: no
configure:16692: checking which zlib to use
configure:16695: result: external
configure:16698: checking zlib.h usability
configure:16698: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  conftest.c >&5
configure:16698: $? = 0
configure:16698: result: yes
configure:16698: checking zlib.h presence
configure:16698: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  conftest.c
configure:16698: $? = 0
configure:16698: result: yes
configure:16698: checking for zlib.h
configure:16698: result: yes
configure:16706: checking for deflate in -lz
configure:16731: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c -lz   >&5
configure:16731: $? = 0
configure:16740: result: yes
configure:16896: checking which jpeg to use
configure:17012: result: internal
configure:17020: checking which clucene to use
configure:17143: result: internal
configure:17152: checking which expat to use
configure:17257: result: internal
configure:17265: checking which libcdr to use
configure:17362: result: internal
configure:17371: checking which libmspub to use
configure:17468: result: internal
configure:17477: checking which libvisio to use
configure:17574: result: internal
configure:17583: checking which libcmis to use
configure:17676: result: internal
configure:17686: checking which libwpd to use
configure:17782: result: internal
configure:17791: checking which littlecms v2 to use
configure:17931: result: internal
configure:17941: checking which cppunit to use
configure:18035: result: internal
configure:18143: checking which libwps to use
configure:18239: result: internal
configure:18248: checking which libwpg to use
configure:18344: result: internal
configure:18423: checking which libxslt to use
configure:18426: result: external
configure:18523: checking for xsltproc
configure:18541: found /usr/bin/xsltproc
configure:18554: result: /usr/bin/xsltproc
configure:18730: checking which libxml to use
configure:18733: result: external
configure:18834: checking for xmllint
configure:18852: found /usr/bin/xmllint
configure:18865: result: /usr/bin/xmllint
configure:18986: checking which Python to use
configure:19011: result: checking below
configure:19333: checking for a Python interpreter with version >= 2.6
configure:19350: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:19353: $? = 0
configure:19359: result: python
configure:19367: checking for python
configure:19385: found /usr/local/bin/python
configure:19397: result: /usr/local/bin/python
configure:19415: checking for python version
configure:19422: result: 2.7
configure:19434: checking for python platform
configure:19441: result: darwin
configure:19448: checking for python script directory
configure:19476: result: ${prefix}/lib/python2.7/site-packages
configure:19485: checking for python extension module directory
configure:19513: result: ${exec_prefix}/lib/python2.7/site-packages
configure:19576: checking Python.h usability
configure:19576: ccache clang -arch i386 -mmacosx-version-min=10.6 -c -g -O2  -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c >&5
In file included from conftest.c:64:
In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:8:
/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h:989:9: warning: 'SIZEOF_LONG' macro redefined
#define SIZEOF_LONG 8
        ^
conftest.c:20:9: note: previous definition is here
#define SIZEOF_LONG 4
        ^
In file included from conftest.c:64:
In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:126:
/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/modsupport.h:27:65: warning: 'format' attribute argument not supported: PyArg_ParseTuple
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
                                                                ^
/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyport.h:871:57: note: expanded from macro 'Py_FORMAT_PARSETUPLE'
#define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2)))
                                                        ^
2 warnings generated.
configure:19576: $? = 0
configure:19576: result: yes
configure:19576: checking Python.h presence
configure:19576: ccache clang -arch i386 -mmacosx-version-min=10.6 -E  -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c
In file included from conftest.c:31:
In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:8:
/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h:989:9: warning: 'SIZEOF_LONG' macro redefined
#define SIZEOF_LONG 8
        ^
conftest.c:20:9: note: previous definition is here
#define SIZEOF_LONG 4
        ^
1 warning generated.
configure:19576: $? = 0
configure:19576: result: yes
configure:19576: checking for Python.h
configure:19576: result: yes
configure:19660: checking which db to use
configure:19870: result: internal
configure:19884: checking whether to build the MySQL Connector extension
configure:19892: result: no
configure:20128: checking which hsqldb to use
configure:20190: result: internal
configure:20212: checking for library containing com_err
configure:20243: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
Undefined symbols for architecture i386:
  "_com_err", referenced from:
      _main in conftest-uzHzYU.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| 
| /* 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 com_err ();
| int
| main ()
| {
| return com_err ();
|   ;
|   return 0;
| }
configure:20243: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c -lcom_err   >&5
configure:20243: $? = 0
configure:20260: result: -lcom_err
configure:20271: checking for library containing krb5_sendauth
configure:20302: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
Undefined symbols for architecture i386:
  "_krb5_sendauth", referenced from:
      _main in conftest-sMgrkv.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20302: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| 
| /* 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 krb5_sendauth ();
| int
| main ()
| {
| return krb5_sendauth ();
|   ;
|   return 0;
| }
configure:20302: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c -lkrb5   >&5
configure:20302: $? = 0
configure:20319: result: -lkrb5
configure:20334: checking for library containing gss_init_sec_context
configure:20365: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
Undefined symbols for architecture i386:
  "_gss_init_sec_context", referenced from:
      _main in conftest-5dpdHi.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "3.7"
| #define PACKAGE_STRING "LibreOffice 3.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.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
| #define HAVE_CUPS_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_LONG 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 4
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 4
| #define ALIGNOF_DOUBLE 4
| /* end confdefs.h.  */
| 
| /* 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 gss_init_sec_context ();
| int
| main ()
| {
| return gss_init_sec_context ();
|   ;
|   return 0;
| }
configure:20365: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c -lgssapi_krb5   >&5
configure:20365: $? = 0
configure:20382: result: -lgssapi_krb5
configure:20775: checking PostgreSQL C interface
configure:20841: result: internal
configure:20921: checking which saxon to use
configure:21120: result: internal
configure:21136: checking whether building the stax is required
configure:21150: result: yes (no system saxon and no prebuilt copy)
configure:21155: checking which libcurl to use
configure:21169: result: external
configure:21252: checking for curl-config
configure:21270: found /usr/bin/curl-config
configure:21282: result: /usr/bin/curl-config
configure:21298: checking whether libcurl is >= 7.13.1
configure:21303: result: yes, you have 7.21.4
configure:21919: checking which boost to use
configure:22605: result: internal
configure:22615: checking which mdds to use
configure:22706: result: internal
configure:22711: checking which hash container mdds shall use
configure:22714: result: boost::unordered_map
configure:22720: checking which vigra to use
configure:22747: result: internal
configure:22754: checking which odbc headers to use
configure:22773: result: internal
configure:22779: checking whether to build Mozilla addressbook connectivity
configure:22782: result: no
configure:22792: checking whether to build XML Security support
configure:22801: result: yes
configure:22806: checking whether to build LDAP configuration backend
configure:22920: result: no. Either Mozilla or OpenLDAP required
configure:22932: checking which Mozilla to use
configure:23150: result: none
configure:23687: checking which NSS to use
configure:23782: result: internal
configure:23817: checking which mozilla headers to use
configure:24072: result: internal
configure:24080: checking which sane header to use
configure:24094: result: internal
configure:24110: checking which icu to use
configure:24554: result: internal
configure:24576: checking whether to enable graphite support
configure:24728: result: no
configure:24737: checking whether to build nsplugin extension
configure:24749: result: no, disabled gtk2
configure:24758: checking whether to use X11
configure:24764: result: no
configure:25586: checking whether to use Xrender
configure:25651: result: no
configure:25655: checking whether to enable RandR support
configure:25791: result: no
configure:25799: checking whether to use neon
configure:25807: result: yes
configure:25809: checking which neon to use
configure:26030: result: internal
configure:26050: checking which libssl to use
configure:26053: result: external
configure:26256: checking which redland library to use
configure:26543: result: internal
configure:26556: checking which libhunspell to use
configure:26745: result: internal
configure:26755: checking which altlinuxhyph to use
configure:26955: result: internal
configure:26964: checking which mythes to use
configure:27184: result: internal
configure:27194: checking which lpsolve to use
configure:27391: result: internal
configure:27399: checking which libexttextcat to use
configure:27493: result: internal
configure:27559: checking for getopt
configure:27559: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:27559: $? = 0
configure:27559: result: yes
configure:27572: checking for readdir_r
configure:27572: ccache clang -arch i386 -mmacosx-version-min=10.6 -o conftest -g -O2   conftest.c  >&5
configure:27572: $? = 0
configure:27572: result: yes
configure:27798: checking for bison
configure:27816: found /usr/bin/bison
configure:27828: result: /usr/bin/bison
configure:27840: checking the bison version
configure:27851: result: checked (/usr/bin/bison 2.3)
configure:27865: checking for flex
configure:27883: found /usr/bin/flex
configure:27895: result: /usr/bin/flex
configure:27909: checking for patch
configure:27927: found /usr/bin/patch
configure:27939: result: /usr/bin/patch
configure:27962: checking whether /usr/bin/patch is GNU patch
configure:27965: result: yes
configure:27984: checking for gnucp
configure:28017: result: no
configure:27984: checking for cp
configure:28002: found /bin/cp
configure:28014: result: /bin/cp
configure:28037: checking whether /bin/cp is GNU cp from coreutils with preserve= support
configure:28050: result: no gnucp found - using the system's cp command
configure:28148: checking for zip
configure:28166: found /usr/bin/zip
configure:28178: result: /usr/bin/zip
configure:28193: checking for unzip
configure:28211: found /usr/bin/unzip
configure:28223: result: /usr/bin/unzip
configure:28324: checking which VCLplugs shall be built
configure:28368: result: none
configure:28377: checking whether to enable GConf support
configure:28470: result: no
configure:28479: checking whether to enable GNOME VFS support
configure:28572: result: no
configure:29080: checking for LIBPNG
configure:29087: $PKG_CONFIG --exists --print-errors "libpng"
configure:29090: $? = 0
configure:29103: $PKG_CONFIG --exists --print-errors "libpng"
configure:29106: $? = 0
configure:29141: result: yes
configure:29148: checking whether to enable libpng linking in quickstarter
configure:29151: result: yes
configure:29293: checking whether to build the OpenGL Transitions component
configure:29301: result: yes
configure:29448: checking whether to build the Presentation Minimizer extension
configure:29451: result: yes
configure:29463: checking whether to build the Presenter Console extension
configure:29466: result: yes
configure:29478: checking whether to build the PDF Import extension
configure:29481: result: yes
configure:29485: checking which pdf backend to use
configure:29604: result: internal
configure:29622: checking for sdext module
configure:29627: checking whether to build the Wiki Publisher extension
configure:29640: result: no
configure:29690: checking whether to build the Report Builder extension
configure:29693: result: yes
configure:29696: checking which jfreereport libs to use
configure:30450: result: internal
configure:30479: checking which Apache commons-* libs to use
configure:30776: result: internal
configure:30789: checking whether to build extension for support of scripts in BeanShell
configure:30835: result: no
configure:30845: checking whether to build extension for support of scripts in JavaScript
configure:30891: result: no
configure:31689: checking whether to enable the lockdown pieces
configure:31697: result: no
configure:31702: checking whether to enable evolution 2 support
configure:31796: result: no
configure:31803: checking whether to enable TDE address book support
configure:31854: result: no
configure:31860: checking whether to enable KDE address book support
configure:31911: result: no
configure:31917: checking whether to include MathMLDTD
configure:31930: result: no
configure:31935: checking which themes to include
configure:31951: result:  crystal default hicontrast oxygen tango
configure:31955: checking for helppack integration
configure:31964: result: integration
configure:31972: checking for extensions integration
configure:31977: result: yes, use integration
configure:31986: checking for Watch Window extension integration
configure:31995: result: no
configure:32000: checking for SmART Gallery (Diagram) extension integration
configure:32009: result: no
configure:32014: checking for Validator extension integration
configure:32023: result: no
configure:32028: checking for Barcode extension integration
configure:32037: result: no
configure:32042: checking for ConvertTextToNumber extension integration
configure:32052: result: no
configure:32057: checking for Numbertext extension integration
configure:32066: result: no
configure:32071: checking for Hungarian Cross-reference Toolbar extension integration
configure:32080: result: no
configure:32085: checking for Typography Toolbar extension integration
configure:32094: result: no
configure:32099: checking for Google Docs extension integration
configure:32108: result: no
configure:32113: checking for NLPSolver extension integration
configure:32121: result: no
configure:32125: checking for LanguageTool extension integration
configure:32133: result: no
configure:32137: checking for oooblogger extension integration
configure:32146: result: no
configure:32152: checking for Sun Professional Template Pack integration (only supported languages displayed)
configure:32155: result: no integration
configure:32202: checking whether to include third-party fonts
configure:32205: result: yes
configure:32217: checking whether to include Agfa Monotype fonts
configure:32226: result: no
configure:32232: checking whether to include PPDs
configure:32235: result: yes
configure:32245: checking whether to include AFMs
configure:32248: result: yes
configure:32259: checking whether to include extra galleries
configure:32262: result: no
configure:32277: checking whether to include extra templates
configure:32280: result: no
configure:32295: checking whether to include extra samples
configure:32298: result: no
configure:32313: checking whether to include extra fonts
configure:32316: result: no
configure:32331: checking whether to download OxygenOffice branding and set custom settings
configure:32334: result: no
configure:32347: checking whether to build global menu support
configure:32350: result: no
configure:32427: checking whether to enable online update
configure:32432: result: yes
configure:32451: checking whether build target is Release Build
configure:32454: result: no
configure:32464: checking whether to create MSI with LIMITUI=1 (silent install)
configure:32467: result: no
configure:32480: checking whether and how to use Xinerama
configure:32485: result: yes
configure:32606: checking what librsvg to use
configure:32619: result: internal
configure:32941: checking whether to use the system cairo
configure:33322: result: no
configure:33354: checking whether to use the system gdk-pixbuf
configure:33370: result: no
configure:33383: checking whether to use the system GLib
configure:33399: result: no
configure:33507: checking whether to use the system gettext runtime
configure:33526: result: yes
configure:33534: checking whether to use the system libcroco
configure:33550: result: no
configure:33563: checking whether to use the system pango
configure:33579: result: no
configure:33592: checking whether to use the system libgsf
configure:33608: result: no
configure:33621: checking whether to use the system libpng
configure:33643: result: no
configure:33649: checking whether to use specific JVM search path at runtime
configure:33663: result: no
configure:33677: checking for jakarta-ant
configure:33710: result: no
configure:33677: checking for ant
configure:33695: found /usr/bin/ant
configure:33707: result: /usr/bin/ant
configure:33786: checking if /usr/share/ant/bin/ant works
configure:33812: /usr/share/ant/bin/ant -buildfile conftest.xml 1>&2
Buildfile: /LibreOfficeDev/gsoc/CONF-FOR-BUILD/conftest.xml

conftest:
    [javac] /LibreOfficeDev/gsoc/CONF-FOR-BUILD/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1 source file

BUILD SUCCESSFUL
Total time: 0 seconds
configure:33815: $? = 0
configure:33818: result: Ant works
configure:33852: checking Ant lib directory
configure:33881: result: Ant lib directory found.
configure:33889: checking whether Ant is >= 1.6.0
configure: ant_version 1.8.2 
configure: ant_version_major 1 
configure: ant_version_minor 8 
configure:33901: result: yes, 1.8.2
configure:34012: checking for doxygen
configure:34015: result: no
configure:34075: checking for product version
configure:34078: result: 3.7
configure:34082: checking which languages to be built
configure:34097: result: en-US
configure:34151: checking for custom 'intro' progress bar color
configure:34156: result: none
configure:34165: checking for custom 'intro' progress bar size
configure:34170: result: none
configure:34179: checking for custom 'intro' progress bar position
configure:34184: result: none
configure:34193: checking for custom 'intro' progress bar frame color
configure:34198: result: none
configure:34207: checking for alternative branding images directory
configure:34218: result: none
configure:34246: checking for yet another 'intro' bitmap
configure:34252: result: none
configure:34265: checking for yet another 'about' svg
configure:34271: result: none
configure:34284: checking for yet another 'flat_logo' svg
configure:34290: result: none
configure:34303: checking for yet another 'start center left' bitmap
configure:34309: result: none
configure:34322: checking for yet another 'start center right' bitmap
configure:34328: result: none
configure:34341: checking for yet another 'start center rtl left' bitmap
configure:34347: result: none
configure:34360: checking for yet another 'start center rtl right' bitmap
configure:34366: result: none
configure:34379: checking for yet another 'start center space' bitmap
configure:34385: result: none
configure:34399: checking for vendor
configure:34402: result: not set
configure:34412: checking for UNIX wrapper name
configure:34415: result: not set
configure:34424: checking whether to install the compat oo* wrappers
configure:34432: result: no
configure:34437: checking for product name
configure:34440: result: LibreOffice
configure:34445: checking for install dirname
configure:34450: result: libreoffice
configure:34454: checking for prefix
configure:34459: result: /usr/local
configure:34463: checking for libdir
configure:34466: result: /usr/local/lib
configure:34470: checking for data dir
configure:34473: result: /usr/local/share
configure:34477: checking for man dir
configure:34480: result: /usr/local/share/man
configure:34484: checking for doc dir
configure:34487: result: /usr/local/share/doc/libreoffice
configure:34491: checking for install dir
configure:34494: result: /usr/local/lib/libreoffice
configure:34498: checking for dev-install dir
configure:34501: result: /LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/installation
configure:34508: checking build verbosity
configure:34522: result: not set
configure:34527: checking whether to use zenity during build
configure:34584: result: no
configure:34590: checking whether to enable dependency tracking
configure:34597: result: yes
configure:34602: checking for number of processors to use
configure:34628: result: 4
configure:34659: checking whether to create a big library for better performance
configure:34667: result: no
configure:34672: checking for maximum of jobs per processor
configure:34682: result: 1
configure:34689: checking for maximum parallelism for gmake
configure:34716: result: per module:1, for tail_build:4
configure:35018: creating ./config.status

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

This file was extended by LibreOffice config.status 3.7, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on Iains-MacBook-Pro.local

config.status:1398: creating config_host.mk
config.status:1398: creating ooo.lst
config.status:1398: creating bin/repo-list

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

ac_cv_alignof_double=4
ac_cv_alignof_int=4
ac_cv_alignof_long=4
ac_cv_alignof_short=2
ac_cv_build=i386-apple-darwin11.3.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='ccache clang -arch i386 -mmacosx-version-min=10.6'
ac_cv_env_CDR_CFLAGS_set=
ac_cv_env_CDR_CFLAGS_value=
ac_cv_env_CDR_LIBS_set=
ac_cv_env_CDR_LIBS_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CLUCENE_CFLAGS_set=
ac_cv_env_CLUCENE_CFLAGS_value=
ac_cv_env_CLUCENE_LIBS_set=
ac_cv_env_CLUCENE_LIBS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPPUNIT_CFLAGS_set=
ac_cv_env_CPPUNIT_CFLAGS_value=
ac_cv_env_CPPUNIT_LIBS_set=
ac_cv_env_CPPUNIT_LIBS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_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=set
ac_cv_env_CXX_value='ccache clang++ -arch i386 -mmacosx-version-min=10.6'
ac_cv_env_DBUSMENUGTK_CFLAGS_set=
ac_cv_env_DBUSMENUGTK_CFLAGS_value=
ac_cv_env_DBUSMENUGTK_LIBS_set=
ac_cv_env_DBUSMENUGTK_LIBS_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_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_GCONF_CFLAGS_set=
ac_cv_env_GCONF_CFLAGS_value=
ac_cv_env_GCONF_LIBS_set=
ac_cv_env_GCONF_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_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_GNOMEVFS_CFLAGS_set=
ac_cv_env_GNOMEVFS_CFLAGS_value=
ac_cv_env_GNOMEVFS_LIBS_set=
ac_cv_env_GNOMEVFS_LIBS_value=
ac_cv_env_GOBJECT_CFLAGS_set=
ac_cv_env_GOBJECT_CFLAGS_value=
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_GRAPHITE_CFLAGS_set=
ac_cv_env_GRAPHITE_CFLAGS_value=
ac_cv_env_GRAPHITE_LIBS_set=
ac_cv_env_GRAPHITE_LIBS_value=
ac_cv_env_GSTREAMER_CFLAGS_set=
ac_cv_env_GSTREAMER_CFLAGS_value=
ac_cv_env_GSTREAMER_LIBS_set=
ac_cv_env_GSTREAMER_LIBS_value=
ac_cv_env_GTHREAD_CFLAGS_set=
ac_cv_env_GTHREAD_CFLAGS_value=
ac_cv_env_GTHREAD_LIBS_set=
ac_cv_env_GTHREAD_LIBS_value=
ac_cv_env_GTK210_CFLAGS_set=
ac_cv_env_GTK210_CFLAGS_value=
ac_cv_env_GTK210_LIBS_set=
ac_cv_env_GTK210_LIBS_value=
ac_cv_env_GTK3_CFLAGS_set=
ac_cv_env_GTK3_CFLAGS_value=
ac_cv_env_GTK3_LIBS_set=
ac_cv_env_GTK3_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_GTK_PRINT_CFLAGS_set=
ac_cv_env_GTK_PRINT_CFLAGS_value=
ac_cv_env_GTK_PRINT_LIBS_set=
ac_cv_env_GTK_PRINT_LIBS_value=
ac_cv_env_HUNSPELL_CFLAGS_set=
ac_cv_env_HUNSPELL_CFLAGS_value=
ac_cv_env_HUNSPELL_LIBS_set=
ac_cv_env_HUNSPELL_LIBS_value=
ac_cv_env_KDE_GLIB_CFLAGS_set=
ac_cv_env_KDE_GLIB_CFLAGS_value=
ac_cv_env_KDE_GLIB_LIBS_set=
ac_cv_env_KDE_GLIB_LIBS_value=
ac_cv_env_LCMS2_CFLAGS_set=
ac_cv_env_LCMS2_CFLAGS_value=
ac_cv_env_LCMS2_LIBS_set=
ac_cv_env_LCMS2_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBCMIS_CFLAGS_set=
ac_cv_env_LIBCMIS_CFLAGS_value=
ac_cv_env_LIBCMIS_LIBS_set=
ac_cv_env_LIBCMIS_LIBS_value=
ac_cv_env_LIBEXTTEXTCAT_CFLAGS_set=
ac_cv_env_LIBEXTTEXTCAT_CFLAGS_value=
ac_cv_env_LIBEXTTEXTCAT_LIBS_set=
ac_cv_env_LIBEXTTEXTCAT_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBRSVG_CFLAGS_set=
ac_cv_env_LIBRSVG_CFLAGS_value=
ac_cv_env_LIBRSVG_LIBS_set=
ac_cv_env_LIBRSVG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_MINGW_BOOST_DATE_TIME_DLL_set=
ac_cv_env_MINGW_BOOST_DATE_TIME_DLL_value=
ac_cv_env_MINGW_CAIRO_DLL_set=
ac_cv_env_MINGW_CAIRO_DLL_value=
ac_cv_env_MINGW_CRYPTO_DLL_set=
ac_cv_env_MINGW_CRYPTO_DLL_value=
ac_cv_env_MINGW_CURL_DLL_set=
ac_cv_env_MINGW_CURL_DLL_value=
ac_cv_env_MINGW_DB_DLL_set=
ac_cv_env_MINGW_DB_DLL_value=
ac_cv_env_MINGW_EXPAT_DLL_set=
ac_cv_env_MINGW_EXPAT_DLL_value=
ac_cv_env_MINGW_FONTCONFIG_DLL_set=
ac_cv_env_MINGW_FONTCONFIG_DLL_value=
ac_cv_env_MINGW_FREETYPE_DLL_set=
ac_cv_env_MINGW_FREETYPE_DLL_value=
ac_cv_env_MINGW_GCRYPT_DLL_set=
ac_cv_env_MINGW_GCRYPT_DLL_value=
ac_cv_env_MINGW_GNUTLS_DLL_set=
ac_cv_env_MINGW_GNUTLS_DLL_value=
ac_cv_env_MINGW_GPG_ERROR_DLL_set=
ac_cv_env_MINGW_GPG_ERROR_DLL_value=
ac_cv_env_MINGW_GRAPHITE2_DLL_set=
ac_cv_env_MINGW_GRAPHITE2_DLL_value=
ac_cv_env_MINGW_HUNSPELL_DLL_set=
ac_cv_env_MINGW_HUNSPELL_DLL_value=
ac_cv_env_MINGW_HYPHEN_DLL_set=
ac_cv_env_MINGW_HYPHEN_DLL_value=
ac_cv_env_MINGW_ICONV_DLL_set=
ac_cv_env_MINGW_ICONV_DLL_value=
ac_cv_env_MINGW_ICUDATA_DLL_set=
ac_cv_env_MINGW_ICUDATA_DLL_value=
ac_cv_env_MINGW_ICUI18N_DLL_set=
ac_cv_env_MINGW_ICUI18N_DLL_value=
ac_cv_env_MINGW_ICUUC_DLL_set=
ac_cv_env_MINGW_ICUUC_DLL_value=
ac_cv_env_MINGW_IDN_DLL_set=
ac_cv_env_MINGW_IDN_DLL_value=
ac_cv_env_MINGW_INTL_DLL_set=
ac_cv_env_MINGW_INTL_DLL_value=
ac_cv_env_MINGW_JPEG_DLL_set=
ac_cv_env_MINGW_JPEG_DLL_value=
ac_cv_env_MINGW_LCMS2_DLL_set=
ac_cv_env_MINGW_LCMS2_DLL_value=
ac_cv_env_MINGW_LIBXML_DLL_set=
ac_cv_env_MINGW_LIBXML_DLL_value=
ac_cv_env_MINGW_LIBXSLT_DLL_set=
ac_cv_env_MINGW_LIBXSLT_DLL_value=
ac_cv_env_MINGW_LPSOLVE_DLL_set=
ac_cv_env_MINGW_LPSOLVE_DLL_value=
ac_cv_env_MINGW_MINIZIP_DLL_set=
ac_cv_env_MINGW_MINIZIP_DLL_value=
ac_cv_env_MINGW_MYTHES_DLL_set=
ac_cv_env_MINGW_MYTHES_DLL_value=
ac_cv_env_MINGW_NEON_DLL_set=
ac_cv_env_MINGW_NEON_DLL_value=
ac_cv_env_MINGW_NSPR4_DLL_set=
ac_cv_env_MINGW_NSPR4_DLL_value=
ac_cv_env_MINGW_NSS3_DLL_set=
ac_cv_env_MINGW_NSS3_DLL_value=
ac_cv_env_MINGW_NSSUTIL3_DLL_set=
ac_cv_env_MINGW_NSSUTIL3_DLL_value=
ac_cv_env_MINGW_PIXMAN_DLL_set=
ac_cv_env_MINGW_PIXMAN_DLL_value=
ac_cv_env_MINGW_PLC4_DLL_set=
ac_cv_env_MINGW_PLC4_DLL_value=
ac_cv_env_MINGW_PLDS4_DLL_set=
ac_cv_env_MINGW_PLDS4_DLL_value=
ac_cv_env_MINGW_PNG15_DLL_set=
ac_cv_env_MINGW_PNG15_DLL_value=
ac_cv_env_MINGW_RAPTOR_DLL_set=
ac_cv_env_MINGW_RAPTOR_DLL_value=
ac_cv_env_MINGW_RASQAL_DLL_set=
ac_cv_env_MINGW_RASQAL_DLL_value=
ac_cv_env_MINGW_REDLAND_DLL_set=
ac_cv_env_MINGW_REDLAND_DLL_value=
ac_cv_env_MINGW_SQLITE3_DLL_set=
ac_cv_env_MINGW_SQLITE3_DLL_value=
ac_cv_env_MINGW_SSH2_DLL_set=
ac_cv_env_MINGW_SSH2_DLL_value=
ac_cv_env_MINGW_SSL3_DLL_set=
ac_cv_env_MINGW_SSL3_DLL_value=
ac_cv_env_MINGW_SSL_DLL_set=
ac_cv_env_MINGW_SSL_DLL_value=
ac_cv_env_MINGW_TASN1_DLL_set=
ac_cv_env_MINGW_TASN1_DLL_value=
ac_cv_env_MINGW_ZLIB_DLL_set=
ac_cv_env_MINGW_ZLIB_DLL_value=
ac_cv_env_MINIZIP_CFLAGS_set=
ac_cv_env_MINIZIP_CFLAGS_value=
ac_cv_env_MINIZIP_LIBS_set=
ac_cv_env_MINIZIP_LIBS_value=
ac_cv_env_MOZILLAXPCOM_CFLAGS_set=
ac_cv_env_MOZILLAXPCOM_CFLAGS_value=
ac_cv_env_MOZILLAXPCOM_LIBS_set=
ac_cv_env_MOZILLAXPCOM_LIBS_value=
ac_cv_env_MOZILLA_HEADERS_CFLAGS_set=
ac_cv_env_MOZILLA_HEADERS_CFLAGS_value=
ac_cv_env_MOZILLA_HEADERS_LIBS_set=
ac_cv_env_MOZILLA_HEADERS_LIBS_value=
ac_cv_env_MOZLIBREQ_CFLAGS_set=
ac_cv_env_MOZLIBREQ_CFLAGS_value=
ac_cv_env_MOZLIBREQ_LIBS_set=
ac_cv_env_MOZLIBREQ_LIBS_value=
ac_cv_env_MSPUB_CFLAGS_set=
ac_cv_env_MSPUB_CFLAGS_value=
ac_cv_env_MSPUB_LIBS_set=
ac_cv_env_MSPUB_LIBS_value=
ac_cv_env_MYTHES_CFLAGS_set=
ac_cv_env_MYTHES_CFLAGS_value=
ac_cv_env_MYTHES_LIBS_set=
ac_cv_env_MYTHES_LIBS_value=
ac_cv_env_NEON_CFLAGS_set=
ac_cv_env_NEON_CFLAGS_value=
ac_cv_env_NEON_LIBS_set=
ac_cv_env_NEON_LIBS_value=
ac_cv_env_NSS_CFLAGS_set=
ac_cv_env_NSS_CFLAGS_value=
ac_cv_env_NSS_LIBS_set=
ac_cv_env_NSS_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POPPLER_CFLAGS_set=
ac_cv_env_POPPLER_CFLAGS_value=
ac_cv_env_POPPLER_LIBS_set=
ac_cv_env_POPPLER_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_REDLAND_CFLAGS_set=
ac_cv_env_REDLAND_CFLAGS_value=
ac_cv_env_REDLAND_LIBS_set=
ac_cv_env_REDLAND_LIBS_value=
ac_cv_env_VISIO_CFLAGS_set=
ac_cv_env_VISIO_CFLAGS_value=
ac_cv_env_VISIO_LIBS_set=
ac_cv_env_VISIO_LIBS_value=
ac_cv_env_WPD_CFLAGS_set=
ac_cv_env_WPD_CFLAGS_value=
ac_cv_env_WPD_LIBS_set=
ac_cv_env_WPD_LIBS_value=
ac_cv_env_WPG_CFLAGS_set=
ac_cv_env_WPG_CFLAGS_value=
ac_cv_env_WPG_LIBS_set=
ac_cv_env_WPG_LIBS_value=
ac_cv_env_WPS_CFLAGS_set=
ac_cv_env_WPS_CFLAGS_value=
ac_cv_env_WPS_LIBS_set=
ac_cv_env_WPS_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XRANDR_CFLAGS_set=
ac_cv_env_XRANDR_CFLAGS_value=
ac_cv_env_XRANDR_LIBS_set=
ac_cv_env_XRANDR_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_getopt=yes
ac_cv_func_posix_fallocate=no
ac_cv_func_readdir_r=yes
ac_cv_header_Python_h=yes
ac_cv_header_cups_cups_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=i386-apple-darwin11.3.0
ac_cv_lib_cups_cupsPrintFiles=yes
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_ANT=/usr/bin/ant
ac_cv_path_AWK=/usr/bin/awk
ac_cv_path_BASH=/bin/sh
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_COMPATH=/usr/local/bin/ccache
ac_cv_path_CURLCONFIG=/usr/bin/curl-config
ac_cv_path_DMAKE=no
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_GNUCP=/bin/cp
ac_cv_path_GPERF=/usr/bin/gperf
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_JAVACOMPILER=/usr/bin/javac
ac_cv_path_JAVADOC=/usr/bin/javadoc
ac_cv_path_JAVAINTERPRETER=/usr/bin/java
ac_cv_path_PATCH=/usr/bin/patch
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SHA1SUM=/usr/bin/shasum
ac_cv_path_UNZIP=/usr/bin/unzip
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='ccache clang -arch i386 -mmacosx-version-min=10.6 -E'
ac_cv_prog_CXXCPP='ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC='ccache clang -arch i386 -mmacosx-version-min=10.6'
ac_cv_prog_ac_ct_NM=nm
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_search_com_err=-lcom_err
ac_cv_search_gss_init_sec_context=-lgssapi_krb5
ac_cv_search_krb5_sendauth=-lkrb5
ac_cv_sizeof_double=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_voidp=4
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
pkg_cv_LIBPNG_CFLAGS='-I/usr/X11/include/libpng15  '
pkg_cv_LIBPNG_LIBS='-L/usr/X11/lib -lpng15  '

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

ABOUT_BACKGROUND_SVG=''
ALIGNOF_DOUBLE='4'
ALIGNOF_INT='4'
ALIGNOF_LONG='4'
ALIGNOF_SHORT='2'
ALLOC=''
ALL_LANGS='en-US af am ar as ast be bg bn bn-IN bo br brx bs ca ca-XV cs cy da de dgo dz el en-GB en-ZA eo es et eu fa fi fr ga gd gl gu he hi hr hu id is it ja ka kk km kn ko kok ks ku lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR qtz ro ru rw sa-IN sat sd sh si sk sl sq sr ss st sv sw-TZ ta te tg th tn tr ts tt ug uk uz ve vi xh zh-CN zh-TW zu'
ANCIENT_BISON='NO'
ANDROID_NDK_HOME=''
ANDROID_SDK_HOME=''
ANT='/usr/share/ant/bin/ant'
ANT_HOME='/usr/share/ant'
ANT_LIB='/usr/share/ant/lib'
AR='ar'
ATL_INCLUDE=''
ATL_LIB=''
AWK='/usr/bin/awk'
AWTLIB='-ljawt'
BARCODE_EXTENSION_PACK=''
BASH='/bin/sh'
BISON='/usr/bin/bison'
BOOST_CPPFLAGS=''
BOOST_DATE_TIME_LIB=''
BOOST_LDFLAGS=''
BSH_JAR=''
BUILD_DMAKE='YES'
BUILD_EPM='NO'
BUILD_MAX_JOBS='1'
BUILD_MOZAB=''
BUILD_NCPUS='4'
BUILD_POSTGRESQL_SDBC='YES'
BUILD_STAX='YES'
BUILD_TYPE='LibO NATIVE DESKTOP DBCONNECTIVITY EXTENSIONS SCRIPTING DYNLOADING HELP DICTIONARIES ODK JPEG CLUCENE EXPAT LIBCDR LIBMSPUB LIBVISIO LIBCMIS LIBWPD LCMS2 CPPUNIT LIBWPS LIBWPG PYUNO BERKELEYDB HSQLDB POSTGRESQL SAXON BOOST MDDS VIGRA LIBXMLSEC NSS SANE ICU NEON REDLAND HUNSPELL HYPHEN MYTHES LPSOLVE LIBEXTTEXTCAT XPDF SDEXT JFREEREPORT APACHE_COMMONS TOMCAT MORE_FONTS AFMS LIBRSVG CAIRO LIBPNG'
BUILD_UNOWINREG='NO'
BUILD_VER_STRING=''
BUILD_X64=''
BZIP2=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='ccache clang -arch i386 -mmacosx-version-min=10.6'
CCACHE=''
CC_FOR_BUILD='ccache clang -arch i386 -mmacosx-version-min=10.6'
CDR_CFLAGS=''
CDR_LIBS=''
CFLAGS='-g -O2'
CLASSPATH=''
CLUCENE_CFLAGS=''
CLUCENE_LIBS=''
CL_X64=''
COM='GCC'
COMEX=''
COMMONS_CODEC_JAR=''
COMMONS_HTTPCLIENT_JAR=''
COMMONS_LANG_JAR=''
COMMONS_LOGGING_JAR=''
COMPATH='/usr/local'
COM_FOR_BUILD='GCC'
COM_GCC_IS_CLANG='TRUE'
CPP='ccache clang -arch i386 -mmacosx-version-min=10.6 -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_LIBS=''
CPU='I'
CPUNAME='INTEL'
CPUNAME_FOR_BUILD='INTEL'
CPU_FOR_BUILD='I'
CROSS_COMPILING=''
CSC_PATH=''
CT2N_EXTENSION_PACK=''
CURLCONFIG='/usr/bin/curl-config'
CURL_CFLAGS=''
CURL_LIBS='-lcurl'
CXX='ccache clang++ -arch i386 -mmacosx-version-min=10.6'
CXXCPP='ccache clang++ -arch i386 -mmacosx-version-min=10.6 -E'
CXXFLAGS='-g -O2'
CXX_FOR_BUILD='ccache clang++ -arch i386 -mmacosx-version-min=10.6'
CXX_X64_BINARY=''
DATADIR='/usr/local/share'
DBUSMENUGTK_CFLAGS=''
DBUSMENUGTK_LIBS=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DB_CPPLIB=''
DB_LIB=''
DEFS='-DPACKAGE_NAME=\"LibreOffice\" -DPACKAGE_TARNAME=\"libreoffice\" -DPACKAGE_VERSION=\"3.7\" -DPACKAGE_STRING=\"LibreOffice\ 3.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"http://documentfoundation.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 -DHAVE_CUPS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_LONG=4 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_DOUBLE=8 -DSIZEOF_VOIDP=4 -DALIGNOF_SHORT=2 -DALIGNOF_INT=4 -DALIGNOF_LONG=4 -DALIGNOF_DOUBLE=4 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1'
DEVINSTALLDIR='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/installation'
DIAGRAM_EXTENSION_PACK=''
DICT_SYSTEM_DIR='file:///usr/share/hunspell'
DIRECTXSDK_HOME=''
DIRECTXSDK_LIB=''
DISABLE_ACTIVEX='TRUE'
DISABLE_ATL='TRUE'
DISABLE_DBCONNECTIVITY=''
DISABLE_DYNLOADING=''
DISABLE_EXTENSIONS=''
DISABLE_LINKOO=''
DISABLE_NEON=''
DISABLE_PYTHON=''
DISABLE_SCRIPTING=''
DLLTOOL=''
DMAKE='no'
DOCDIR='/usr/local/share/doc/libreoffice'
DOXYGEN=''
DO_FETCH_TARBALLS='YES'
DPKG=''
DYNAMIC_CRT=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CAIRO_CANVAS=''
ENABLE_CRASHDUMP=''
ENABLE_CUPS='YES'
ENABLE_DBUS=''
ENABLE_DEBUG=''
ENABLE_DEBUG_FOR=''
ENABLE_DIRECTX=''
ENABLE_EVOAB2=''
ENABLE_GCONF=''
ENABLE_GIO=''
ENABLE_GNOMEVFS=''
ENABLE_GRAPHITE=''
ENABLE_GSTREAMER=''
ENABLE_GTK3=''
ENABLE_GTK=''
ENABLE_GTK_PRINT=''
ENABLE_HEADLESS=''
ENABLE_KAB=''
ENABLE_KDE4=''
ENABLE_KDE=''
ENABLE_LIBRSVG='INTERNAL'
ENABLE_LOCKDOWN=''
ENABLE_LOMENUBAR='FALSE'
ENABLE_LTO=''
ENABLE_MEDIAWIKI='NO'
ENABLE_MINIMIZER='YES'
ENABLE_MYSQLC='NO'
ENABLE_NSPLUGIN='NO'
ENABLE_ONLINE_UPDATE='TRUE'
ENABLE_OPENGL='TRUE'
ENABLE_OXYGENOFFICE='NO'
ENABLE_PDFIMPORT='YES'
ENABLE_PRESENTER_SCREEN='YES'
ENABLE_QUICKSTART_LIBPNG='TRUE'
ENABLE_RANDR=''
ENABLE_RELEASE_BUILD='FALSE'
ENABLE_REPORTBUILDER='YES'
ENABLE_SCRIPTING_BEANSHELL='NO'
ENABLE_SCRIPTING_JAVASCRIPT='NO'
ENABLE_SCRIPTING_PYTHON='YES'
ENABLE_SILENT_MSI='FALSE'
ENABLE_SYMBOLS=''
ENABLE_SYSTRAY_GTK=''
ENABLE_TDE=''
ENABLE_TDEAB=''
ENABLE_XMLSEC='YES'
ENABLE_ZENITY='FALSE'
EPM='NO'
EPM_FLAGS=''
EXCEPTIONS=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
EXTERNAL_WARNINGS_NOT_ERRORS='TRUE'
FLAT_LOGO_SVG=''
FLEX='/usr/bin/flex'
FLUTE_JAR=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FONTCONFIG_TARBALL=''
FRAMEWORKSHOME='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks'
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
FREETYPE_TARBALL=''
GAWK=''
GCC_HOME='/usr'
GCONF_CFLAGS=''
GCONF_LIBS=''
GIO_CFLAGS=''
GIO_LIBS=''
GIT_LINK_SRC=''
GIT_REPO_NAMES=' help dictionaries'
GLIB_CFLAGS=''
GLIB_LIBS=''
GMAKE_MODULE_PARALLELISM='1'
GMAKE_PARALLELISM='4'
GNOMEVFS_CFLAGS=''
GNOMEVFS_LIBS=''
GNUCP=''
GNUMAKE='make'
GNUPATCH='/usr/bin/patch'
GNUTAR='gnutar'
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GOOGLE_DOCS_EXTENSION_PACK=''
GPERF='/usr/bin/gperf'
GRAPHITE_CFLAGS=''
GRAPHITE_LIBS=''
GREP='/usr/bin/grep'
GSTREAMER_CFLAGS=''
GSTREAMER_LIBS=''
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
GTK210_CFLAGS=''
GTK210_LIBS=''
GTK3_CFLAGS=''
GTK3_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GTK_PRINT_CFLAGS=''
GTK_PRINT_LIBS=''
GUI='UNX'
GUIBASE='aqua'
GUIBASE_FOR_BUILD='aqua'
GUI_FOR_BUILD='UNX'
GXX_INCLUDE_PATH='/usr/include/c++/4.2.1'
HAVE_BOOST_UNORDERED_MAP='TRUE'
HAVE_CXX0X='TRUE'
HAVE_GCC_AVX='TRUE'
HAVE_GCC_FINLINE_LIMIT=''
HAVE_GCC_FNO_DEFAULT_INLINE=''
HAVE_GCC_FNO_ENFORCE_EH_SPECS=''
HAVE_GCC_FNO_INLINE=''
HAVE_GCC_GGDB2=''
HAVE_GCC_NO_LONG_DOUBLE='TRUE'
HAVE_GCC_VISIBILITY_BROKEN=''
HAVE_GCC_VISIBILITY_FEATURE=''
HAVE_GETOPT='YES'
HAVE_GNUMAKE_FILE_FUNC=''
HAVE_LD_BSYMBOLIC_FUNCTIONS=''
HAVE_LD_HASH_STYLE='FALSE'
HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION=''
HAVE_POSIX_FALLOCATE='NO'
HAVE_READDIR_R='YES'
HAVE_SFINAE_ANONYMOUS_BROKEN=''
HAVE_THREADSAFE_STATICS=''
HSQLDB_JAR=''
HUNART_EXTENSION_PACK=''
HUNSPELL_CFLAGS=''
HUNSPELL_LIBS=''
HYPHEN_LIB=''
HYPH_SYSTEM_DIR='file:///usr/share/hyphen'
ICUCONFIG=''
ICUCONFIG_FOR_BUILD=''
ICU_MAJOR='49'
ICU_MICRO='1'
ICU_MINOR='1'
ICU_RECLASSIFIED_CLOSE_PARENTHESIS='YES'
ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER='YES'
ICU_RECLASSIFIED_HEBREW_LETTER='YES'
ICU_RECLASSIFIED_PREPEND_SET_EMPTY='YES'
ILIB=''
INPATH='unxmacxi.pro'
INPATH_FOR_BUILD='unxmacxi.pro'
INSTALLDIR='/usr/local/lib/libreoffice'
INSTALLDIRNAME='libreoffice'
INTRO_BITMAP=''
JAVACISGCJ=''
JAVACISKAFFE=''
JAVACOMPILER='/usr/bin/javac'
JAVADOC='/usr/bin/javadoc'
JAVAFLAGS=''
JAVAIFLAGS='-d32'
JAVAINTERPRETER='/usr/bin/java'
JAVALIB=''
JAVA_HOME='/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home'
JAVA_SOURCE_VER='1.6'
JAVA_TARGET_VER='1.6'
JDK='sun'
JDKLIB=''
JFREEREPORT_JAR=''
JITC_PROCESSOR_TYPE=''
JVM_ONE_PATH_CHECK=''
KDE4_CFLAGS=''
KDE4_LIBS=''
KDE_CFLAGS=''
KDE_GLIB_CFLAGS=''
KDE_GLIB_LIBS=''
KDE_HAVE_GLIB=''
KDE_LIBS=''
L10N_MODULE='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/translations'
LCMS2_CFLAGS=''
LCMS2_LIBS=''
LDFLAGS=''
LFS_CFLAGS=''
LIBBASE_JAR=''
LIBCMIS_CFLAGS=''
LIBCMIS_LIBS=''
LIBDIR='/usr/local/lib'
LIBEXTTEXTCAT_CFLAGS=''
LIBEXTTEXTCAT_LIBS=''
LIBFONTS_JAR=''
LIBFORMULA_JAR=''
LIBLAYOUT_JAR=''
LIBLOADER_JAR=''
LIBMGR_X64_BINARY=''
LIBMYSQL_PATH=''
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/X11/include/libpng15  '
LIBPNG_LIBS='-L/usr/X11/lib -lpng15  '
LIBREPOSITORY_JAR=''
LIBRSVG_CFLAGS=''
LIBRSVG_LIBS=''
LIBS=''
LIBSERIALIZER_JAR=''
LIBXML_CFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/include/libxml2'
LIBXML_JAR=''
LIBXML_LIBS='-lxml2 -lz -lpthread -liconv -lm'
LIBXSLT_CFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/include/libxml2'
LIBXSLT_LIBS='-lxslt -lxml2 -lz -lpthread -liconv -lm'
LINK_X64_BINARY=''
LO_PATH='.:/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solenv/bin:/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solenv/unxmacxi/bin:/Users/Iain/android-sdks/platform-tools:/Users/Iain/android-sdks/tools:/usr/local/share/python:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/Users/Iain/android-sdks/platform-tools:/Users/Iain/android-ndk-r7b:/Users/Iain/android-sdks/tools'
LTLIBOBJS=''
MACOSX_DEPLOYMENT_TARGET='10.6'
MACOSX_DEPLOYMENT_TARGET_FOR_BUILD='10.6'
MACOSX_SDK_PATH='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk'
MAC_OS_X_VERSION_MAX_ALLOWED='1060'
MAC_OS_X_VERSION_MIN_REQUIRED='1060'
MANDIR='/usr/local/share/man'
MDDS_CPPFLAGS='-DMDDS_HASH_CONTAINER_BOOST'
MERGELIBS=''
MFC_INCLUDE=''
MFC_LIB=''
MIDL_PATH=''
MINGWCXX=''
MINGWSTRIP=''
MINGW_BOOST_DATE_TIME_DLL=''
MINGW_CAIRO_DLL=''
MINGW_CLIB_DIR=''
MINGW_CRYPTO_DLL=''
MINGW_CURL_DLL=''
MINGW_DB_DLL=''
MINGW_EXPAT_DLL=''
MINGW_FONTCONFIG_DLL=''
MINGW_FREETYPE_DLL=''
MINGW_GCCDLL=''
MINGW_GCRYPT_DLL=''
MINGW_GNUTLS_DLL=''
MINGW_GPG_ERROR_DLL=''
MINGW_GRAPHITE2_DLL=''
MINGW_GXXDLL=''
MINGW_HUNSPELL_DLL=''
MINGW_HYPHEN_DLL=''
MINGW_ICONV_DLL=''
MINGW_ICUDATA_DLL=''
MINGW_ICUI18N_DLL=''
MINGW_ICUUC_DLL=''
MINGW_IDN_DLL=''
MINGW_INTL_DLL=''
MINGW_JPEG_DLL=''
MINGW_LCMS2_DLL=''
MINGW_LIBXML_DLL=''
MINGW_LIBXSLT_DLL=''
MINGW_LIB_INCLUDE_PATH=''
MINGW_LPSOLVE_DLL=''
MINGW_MINIZIP_DLL=''
MINGW_MYTHES_DLL=''
MINGW_NEON_DLL=''
MINGW_NSPR4_DLL=''
MINGW_NSS3_DLL=''
MINGW_NSSUTIL3_DLL=''
MINGW_PIXMAN_DLL=''
MINGW_PLC4_DLL=''
MINGW_PLDS4_DLL=''
MINGW_PNG15_DLL=''
MINGW_RAPTOR_DLL=''
MINGW_RASQAL_DLL=''
MINGW_REDLAND_DLL=''
MINGW_SHARED_GCCLIB=''
MINGW_SHARED_GXXLIB=''
MINGW_SHARED_LIBSTDCPP=''
MINGW_SQLITE3_DLL=''
MINGW_SSH2_DLL=''
MINGW_SSL3_DLL=''
MINGW_SSL_DLL=''
MINGW_TASN1_DLL=''
MINGW_ZLIB_DLL=''
MINIZIP_CFLAGS=''
MINIZIP_LIBS=''
ML_EXE=''
MOC4='moc'
MOC='moc'
MOCQT4=''
MOZILLABUILD=''
MOZILLAXPCOM_CFLAGS=''
MOZILLAXPCOM_LIBS=''
MOZILLA_HEADERS_CFLAGS=''
MOZILLA_HEADERS_LIBS=''
MOZILLA_TOOLKIT=''
MOZILLA_VERSION=''
MOZLIBREQ_CFLAGS=''
MOZLIBREQ_LIBS=''
MOZ_FLAVOUR=''
MOZ_INC=''
MOZ_LDAP_CFLAGS=''
MOZ_LIB=''
MOZ_LIB_XPCOM=''
MSPDB_PATH=''
MSPUB_CFLAGS=''
MSPUB_LIBS=''
MYSQLCONFIG=''
MYSQL_DEFINES=''
MYSQL_INC=''
MYSQL_LIB=''
MYTHES_CFLAGS=''
MYTHES_LIBS=''
NEON_CFLAGS=''
NEON_LIBS='-lneon'
NEON_VERSION=''
NM='nm'
NSS_CFLAGS=''
NSS_LIBS=''
NUMBERTEXT_EXTENSION_PACK=''
OBJDUMP=''
OBJEXT='o'
OOOBLOGGER_EXTENSION_PACK=''
OOOP_FONTS_PACK=''
OOOP_GALLERY_PACK=''
OOOP_SAMPLES_PACK=''
OOOP_TEMPLATES_PACK=''
OOO_JUNIT_JAR=''
OOO_VENDOR=''
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto'
OS='MACOSX'
OSVERSION=''
OS_FOR_BUILD='MACOSX'
OUTDIR='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro'
OUTDIR_FOR_BUILD='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro'
OUTPATH='unxmacxi'
OUTPATH_FOR_BUILD='unxmacxi'
OXYGENOFFICE_PACK=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='LibreOffice'
PACKAGE_STRING='LibreOffice 3.7'
PACKAGE_TARNAME='libreoffice'
PACKAGE_URL='http://documentfoundation.org/'
PACKAGE_VERSION='3.7'
PATCH='/usr/bin/patch'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PGCONFIG=''
PKGFORMAT='native'
PKGMK=''
PKG_CONFIG='/usr/local/bin/pkg-config'
POPPLER_CFLAGS=''
POPPLER_LIBS=''
POSTGRESQL_INC='%OVERRIDE_ME%'
POSTGRESQL_LIB=''
PREBUILD_MOZAB=''
PREFIXDIR='/usr/local'
PRODUCT='full'
PRODUCTNAME='LibreOffice'
PRODUCTVERSION='3.7'
PROEXT='.pro'
PROGRESSBARCOLOR='126,170,23'
PROGRESSFRAMECOLOR='207,208,211'
PROGRESSPOSITION='164,225'
PROGRESSSIZE='319,10'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON='/usr/local/bin/python'
PYTHON_CFLAGS='-I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_FOR_BUILD=''
PYTHON_LIBS='-L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -ldl  -framework CoreFoundation'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
P_SEP=':'
QMAKE4='qmake'
QMAKEQT4=''
RANLIB='ranlib'
REDLAND_CFLAGS=''
REDLAND_LIBS=''
RHINO_JAR=''
RPM=''
RTL_ARCH='x86'
RTL_OS='MacOSX'
SAC_JAR=''
SAXON_JAR=''
SCPDEFS=' -DWITH_HELP -DWITH_POSTGRESQL_SDBC -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_SCRIPTING_BEANSHELL -DWITHOUT_EXTENSION_SCRIPTING_JAVASCRIPT -DWITHOUT_MATHMLDTD -DTHEME_CRYSTAL -DTHEME_DEFAULT -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION -DWITH_EXTENSION_INTEGRATION'
SED='/usr/bin/sed'
SERIALIZER_JAR=''
SERVLETAPI_JAR=''
SHA1SUM='/usr/bin/shasum'
SHELL='/bin/sh'
SHOWINCLUDES_PREFIX=''
SIZEOF_DOUBLE='8'
SIZEOF_INT='4'
SIZEOF_LONG='4'
SIZEOF_LONGLONG='8'
SIZEOF_POINTER='4'
SIZEOF_SHORT='2'
SOLARINC='-I. -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/inc/external -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/inc -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solenv/inc  -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM/Headers'
SOLARINC_FOR_BUILD='-I. -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/inc/external -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/inc -I/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solenv/inc  -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM/Headers'
SOLARLIB='-L/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/lib'
SOLARLIB_FOR_BUILD='-L/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver/unxmacxi.pro/lib'
SOLARVER='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/solver'
SOLAR_JAVA='TRUE'
SOURCEVERSION='OOO370'
SPLIT_APP_MODULES=''
SPLIT_OPT_FEATURES=''
SRC_ROOT='/LibreOfficeDev/gsoc/CONF-FOR-BUILD'
STARTCENTER_LEFT_BITMAP=''
STARTCENTER_RIGHT_BITMAP=''
STARTCENTER_RTL_LEFT_BITMAP=''
STARTCENTER_RTL_RIGHT_BITMAP=''
STARTCENTER_SPACE_BITMAP=''
STRIP='strip'
STRIP_COMPONENTS='--strip-components'
SUNTEMPLATES_DE_PACK=''
SUNTEMPLATES_EN_US_PACK=''
SUNTEMPLATES_ES_PACK=''
SUNTEMPLATES_FR_PACK=''
SUNTEMPLATES_HU_PACK=''
SUNTEMPLATES_IT_PACK=''
SYSBASE=''
SYSTEM_APACHE_COMMONS='NO'
SYSTEM_BOOST='NO'
SYSTEM_BSH=''
SYSTEM_CAIRO=''
SYSTEM_CLUCENE='NO'
SYSTEM_CPPUNIT='NO'
SYSTEM_CURL='YES'
SYSTEM_DB='NO'
SYSTEM_DB_CFLAGS=''
SYSTEM_DICTS='YES'
SYSTEM_EXPAT='NO'
SYSTEM_GDKPIXBUF='NO'
SYSTEM_GENBRK=''
SYSTEM_GENCCODE=''
SYSTEM_GENCMN=''
SYSTEM_GETTEXT='NO'
SYSTEM_GLIB='NO'
SYSTEM_GRAPHITE=''
SYSTEM_HSQLDB='NO'
SYSTEM_HUNSPELL='NO'
SYSTEM_HYPH='NO'
SYSTEM_ICU='NO'
SYSTEM_JFREEREPORT='NO'
SYSTEM_JPEG='NO'
SYSTEM_LCMS2='NO'
SYSTEM_LIBC='YES'
SYSTEM_LIBCDR='NO'
SYSTEM_LIBCMIS='NO'
SYSTEM_LIBCROCO='NO'
SYSTEM_LIBEXTTEXTCAT='NO'
SYSTEM_LIBEXTTEXTCAT_DATA=''
SYSTEM_LIBGSF='NO'
SYSTEM_LIBMSPUB='NO'
SYSTEM_LIBPNG='NO'
SYSTEM_LIBRSVG='NO'
SYSTEM_LIBVISIO='NO'
SYSTEM_LIBWPD='NO'
SYSTEM_LIBWPG='NO'
SYSTEM_LIBWPS='NO'
SYSTEM_LIBXML='YES'
SYSTEM_LIBXSLT='YES'
SYSTEM_LIBXSLT_FOR_BUILD='YES'
SYSTEM_LPSOLVE='NO'
SYSTEM_MDDS='NO'
SYSTEM_MESA_HEADERS='YES'
SYSTEM_MINIZIP=''
SYSTEM_MOZILLA=''
SYSTEM_MOZILLA_HEADERS='NO'
SYSTEM_MYSQL=''
SYSTEM_MYSQL_CPPCONN=''
SYSTEM_MYTHES='NO'
SYSTEM_NEON='NO'
SYSTEM_NSS='NO'
SYSTEM_ODBC_HEADERS='NO'
SYSTEM_OPENSSL='YES'
SYSTEM_PANGO='NO'
SYSTEM_POPPLER='NO'
SYSTEM_POSTGRESQL='NO'
SYSTEM_PYTHON='YES'
SYSTEM_REDLAND='NO'
SYSTEM_RHINO=''
SYSTEM_SAXON='NO'
SYSTEM_SERVLETAPI=''
SYSTEM_STDLIBS='YES'
SYSTEM_VIGRA='NO'
SYSTEM_ZLIB='YES'
TARFILE_LOCATION='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/src'
TDE_CFLAGS=''
TDE_LIBS=''
TEMP_DIRECTORY='/var/folders/lj/hg5df43s7q9db93271qzndh80000gn/T/'
THES_SYSTEM_DIR='file:///usr/share/mythes'
TMP_DIRECTORY=''
TYPO_EXTENSION_PACK=''
UNIXWRAPPERNAME=''
UNZIP='/usr/bin/unzip'
UPD='370'
USE_FT_EMBOLDEN=''
USE_XINERAMA='YES'
UUIDGEN=''
VALGRIND_CFLAGS=''
VALIDATOR_EXTENSION_PACK=''
VERBOSE=''
VISIO_CFLAGS=''
VISIO_LIBS=''
WATCH_WINDOW_EXTENSION_PACK=''
WINDOWS_SDK_HOME=''
WINDRES=''
WIN_FIND=''
WIN_GREP=''
WIN_LS=''
WIN_TOUCH=''
WITHOUT_AFMS=''
WITHOUT_PPDS=''
WITH_AGFA_MONOTYPE_FONTS='NO'
WITH_BINFILTER='NO'
WITH_COMPAT_OOWRAPPERS=''
WITH_EXTENSION_INTEGRATION='YES'
WITH_EXTRA_FONT='NO'
WITH_EXTRA_GALLERY='NO'
WITH_EXTRA_SAMPLE='NO'
WITH_EXTRA_TEMPLATE='NO'
WITH_FONTS='YES'
WITH_GSSAPI='YES'
WITH_HELPPACK_INTEGRATION='YES'
WITH_KRB5='YES'
WITH_LANG=''
WITH_LANG_LIST='en-US'
WITH_LDAP='NO'
WITH_LINKER_HASH_STYLE=''
WITH_MINGW=''
WITH_MOZILLA='NO'
WITH_MYSPELL_DICTS='YES'
WITH_OPENLDAP='NO'
WITH_POOR_HELP_LOCALIZATIONS=''
WITH_STLPORT='NO'
WITH_THEMES=' crystal default hicontrast oxygen tango'
WITH_VC_REDIST=''
WORDS_BIGENDIAN='no'
WORKDIR='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/workdir/unxmacxi.pro'
WORKDIR_FOR_BUILD='/LibreOfficeDev/gsoc/CONF-FOR-BUILD/workdir/unxmacxi.pro'
WPD_CFLAGS=''
WPD_LIBS=''
WPG_CFLAGS=''
WPG_LIBS=''
WPS_CFLAGS=''
WPS_LIBS=''
XCLASSPATH=''
XINC='no_x_includes'
XINERAMA_LINK='dynamic'
XLIB='no_x_libraries'
XMKMF=''
XMLLINT='/usr/bin/xmllint'
XRANDR_CFLAGS=''
XRANDR_DLOPEN=''
XRANDR_LIBS=''
XSLTPROC='/usr/bin/xsltproc'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP='/usr/bin/zip'
ZNTY=''
_cc=''
ac_ct_CC='ccache clang -arch i386 -mmacosx-version-min=10.6'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin11.3.0'
build_alias=''
build_cpu='i386'
build_os='darwin11.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr/local'
host='i386-apple-darwin11.3.0'
host_alias=''
host_cpu='i386'
host_os='darwin11.3.0'
host_vendor='apple'
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'
nodep=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/'
pkgpythondir='${pythondir}/'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
use_shl_version=''
x_Cygwin='#'
x_GNUCP='#'
x_JAVALIB='#'
x_JDKLIB='#'

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

/* confdefs.h */
#define PACKAGE_NAME "LibreOffice"
#define PACKAGE_TARNAME "libreoffice"
#define PACKAGE_VERSION "3.7"
#define PACKAGE_STRING "LibreOffice 3.7"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "http://documentfoundation.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
#define HAVE_CUPS_H 1
#define STDC_HEADERS 1
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_DOUBLE 8
#define SIZEOF_VOIDP 4
#define ALIGNOF_SHORT 2
#define ALIGNOF_INT 4
#define ALIGNOF_LONG 4
#define ALIGNOF_DOUBLE 4
#define HAVE_GETOPT 1
#define HAVE_READDIR_R 1

configure: exit 0