aboutsummaryrefslogtreecommitdiffstats
path: root/autom4te.cache/traces.0
blob: c0da51e50cf6859bd6eea8e823141cc94f71c604 (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
m4trace:configure.in:29: -1- AC_INIT([bash], [4.0-release], [bug-bash@gnu.org])
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.in:29: -1- m4_pattern_forbid([_AC_])
m4trace:configure.in:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
m4trace:configure.in:29: -1- m4_pattern_allow([^AS_FLAGS$])
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?m4_])
m4trace:configure.in:29: -1- m4_pattern_forbid([^dnl$])
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?AS_])
m4trace:configure.in:29: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([SHELL])
m4trace:configure.in:29: -1- m4_pattern_allow([^SHELL$])
m4trace:configure.in:29: -1- AC_SUBST([PATH_SEPARATOR])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
m4trace:configure.in:29: -1- m4_pattern_allow([^PATH_SEPARATOR$])
m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PACKAGE_NAME])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PACKAGE_STRING])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.in:29: -1- AC_SUBST([exec_prefix], [NONE])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([exec_prefix])
m4trace:configure.in:29: -1- m4_pattern_allow([^exec_prefix$])
m4trace:configure.in:29: -1- AC_SUBST([prefix], [NONE])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([prefix])
m4trace:configure.in:29: -1- m4_pattern_allow([^prefix$])
m4trace:configure.in:29: -1- AC_SUBST([program_transform_name], [s,x,x,])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([program_transform_name])
m4trace:configure.in:29: -1- m4_pattern_allow([^program_transform_name$])
m4trace:configure.in:29: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([bindir])
m4trace:configure.in:29: -1- m4_pattern_allow([^bindir$])
m4trace:configure.in:29: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([sbindir])
m4trace:configure.in:29: -1- m4_pattern_allow([^sbindir$])
m4trace:configure.in:29: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([libexecdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^libexecdir$])
m4trace:configure.in:29: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([datarootdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.in:29: -1- AC_SUBST([datadir], ['${datarootdir}'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([datadir])
m4trace:configure.in:29: -1- m4_pattern_allow([^datadir$])
m4trace:configure.in:29: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([sysconfdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^sysconfdir$])
m4trace:configure.in:29: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([sharedstatedir])
m4trace:configure.in:29: -1- m4_pattern_allow([^sharedstatedir$])
m4trace:configure.in:29: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([localstatedir])
m4trace:configure.in:29: -1- m4_pattern_allow([^localstatedir$])
m4trace:configure.in:29: -1- AC_SUBST([includedir], ['${prefix}/include'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([includedir])
m4trace:configure.in:29: -1- m4_pattern_allow([^includedir$])
m4trace:configure.in:29: -1- AC_SUBST([oldincludedir], ['/usr/include'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([oldincludedir])
m4trace:configure.in:29: -1- m4_pattern_allow([^oldincludedir$])
m4trace:configure.in:29: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
				     ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
				     ['${datarootdir}/doc/${PACKAGE}'])])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([docdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^docdir$])
m4trace:configure.in:29: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([infodir])
m4trace:configure.in:29: -1- m4_pattern_allow([^infodir$])
m4trace:configure.in:29: -1- AC_SUBST([htmldir], ['${docdir}'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([htmldir])
m4trace:configure.in:29: -1- m4_pattern_allow([^htmldir$])
m4trace:configure.in:29: -1- AC_SUBST([dvidir], ['${docdir}'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([dvidir])
m4trace:configure.in:29: -1- m4_pattern_allow([^dvidir$])
m4trace:configure.in:29: -1- AC_SUBST([pdfdir], ['${docdir}'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([pdfdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^pdfdir$])
m4trace:configure.in:29: -1- AC_SUBST([psdir], ['${docdir}'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([psdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^psdir$])
m4trace:configure.in:29: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([libdir])
m4trace:configure.in:29: -1- m4_pattern_allow([^libdir$])
m4trace:configure.in:29: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([localedir])
m4trace:configure.in:29: -1- m4_pattern_allow([^localedir$])
m4trace:configure.in:29: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([mandir])
m4trace:configure.in:29: -1- m4_pattern_allow([^mandir$])
m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
#undef PACKAGE_NAME])
m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME])
m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
#undef PACKAGE_VERSION])
m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
#undef PACKAGE_STRING])
m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT])
m4trace:configure.in:29: -1- AC_SUBST([DEFS])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([DEFS])
m4trace:configure.in:29: -1- m4_pattern_allow([^DEFS$])
m4trace:configure.in:29: -1- AC_SUBST([ECHO_C])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([ECHO_C])
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_C$])
m4trace:configure.in:29: -1- AC_SUBST([ECHO_N])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([ECHO_N])
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_N$])
m4trace:configure.in:29: -1- AC_SUBST([ECHO_T])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([ECHO_T])
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_T$])
m4trace:configure.in:29: -1- AC_SUBST([LIBS])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.in:29: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.in:29: -1- AC_SUBST([build_alias])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([build_alias])
m4trace:configure.in:29: -1- m4_pattern_allow([^build_alias$])
m4trace:configure.in:29: -1- AC_SUBST([host_alias])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([host_alias])
m4trace:configure.in:29: -1- m4_pattern_allow([^host_alias$])
m4trace:configure.in:29: -1- AC_SUBST([target_alias])
m4trace:configure.in:29: -1- AC_SUBST_TRACE([target_alias])
m4trace:configure.in:29: -1- m4_pattern_allow([^target_alias$])
m4trace:configure.in:36: -1- AC_CONFIG_AUX_DIR([./support])
m4trace:configure.in:37: -1- AC_CONFIG_HEADERS([config.h])
m4trace:configure.in:51: -1- AC_CANONICAL_HOST
m4trace:configure.in:51: -1- AC_CANONICAL_BUILD
m4trace:configure.in:51: -1- AC_REQUIRE_AUX_FILE([config.sub])
m4trace:configure.in:51: -1- AC_REQUIRE_AUX_FILE([config.guess])
m4trace:configure.in:51: -1- AC_SUBST([build], [$ac_cv_build])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([build])
m4trace:configure.in:51: -1- m4_pattern_allow([^build$])
m4trace:configure.in:51: -1- AC_SUBST([build_cpu], [$[1]])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([build_cpu])
m4trace:configure.in:51: -1- m4_pattern_allow([^build_cpu$])
m4trace:configure.in:51: -1- AC_SUBST([build_vendor], [$[2]])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([build_vendor])
m4trace:configure.in:51: -1- m4_pattern_allow([^build_vendor$])
m4trace:configure.in:51: -1- AC_SUBST([build_os])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([build_os])
m4trace:configure.in:51: -1- m4_pattern_allow([^build_os$])
m4trace:configure.in:51: -1- AC_SUBST([host], [$ac_cv_host])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([host])
m4trace:configure.in:51: -1- m4_pattern_allow([^host$])
m4trace:configure.in:51: -1- AC_SUBST([host_cpu], [$[1]])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.in:51: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.in:51: -1- AC_SUBST([host_vendor], [$[2]])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.in:51: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.in:51: -1- AC_SUBST([host_os])
m4trace:configure.in:51: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.in:51: -1- m4_pattern_allow([^host_os$])
m4trace:configure.in:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
aclocal.m4:1959: AM_PATH_LISPDIR is expanded from...
configure.in:101: the top level])
m4trace:configure.in:101: -1- AC_SUBST([EMACS])
m4trace:configure.in:101: -1- AC_SUBST_TRACE([EMACS])
m4trace:configure.in:101: -1- m4_pattern_allow([^EMACS$])
m4trace:configure.in:101: -1- AC_SUBST([lispdir])
m4trace:configure.in:101: -1- AC_SUBST_TRACE([lispdir])
m4trace:configure.in:101: -1- m4_pattern_allow([^lispdir$])
m4trace:configure.in:102: -1- AC_SUBST([DEBUGGER_START_FILE])
m4trace:configure.in:102: -1- AC_SUBST_TRACE([DEBUGGER_START_FILE])
m4trace:configure.in:102: -1- m4_pattern_allow([^DEBUGGER_START_FILE$])
m4trace:configure.in:106: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:106: the top level])
m4trace:configure.in:107: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:107: the top level])
m4trace:configure.in:108: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:108: the top level])
m4trace:configure.in:109: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:109: the top level])
m4trace:configure.in:110: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:110: the top level])
m4trace:configure.in:111: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:111: the top level])
m4trace:configure.in:112: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:112: the top level])
m4trace:configure.in:123: -1- AC_DEFINE_TRACE_LITERAL([USING_BASH_MALLOC])
m4trace:configure.in:123: -1- m4_pattern_allow([^USING_BASH_MALLOC$])
m4trace:configure.in:133: -1- AC_DEFINE_TRACE_LITERAL([DISABLE_MALLOC_WRAPPERS])
m4trace:configure.in:133: -1- m4_pattern_allow([^DISABLE_MALLOC_WRAPPERS$])
m4trace:configure.in:143: -1- AC_DEFINE_TRACE_LITERAL([AFS])
m4trace:configure.in:143: -1- m4_pattern_allow([^AFS$])
m4trace:configure.in:194: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:194: the top level])
m4trace:configure.in:210: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:210: the top level])
m4trace:configure.in:211: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:211: the top level])
m4trace:configure.in:212: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:212: the top level])
m4trace:configure.in:213: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:213: the top level])
m4trace:configure.in:214: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:214: the top level])
m4trace:configure.in:215: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:215: the top level])
m4trace:configure.in:216: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:216: the top level])
m4trace:configure.in:217: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:217: the top level])
m4trace:configure.in:218: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:218: the top level])
m4trace:configure.in:219: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:219: the top level])
m4trace:configure.in:220: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:220: the top level])
m4trace:configure.in:221: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:221: the top level])
m4trace:configure.in:222: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:222: the top level])
m4trace:configure.in:223: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:223: the top level])
m4trace:configure.in:224: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:224: the top level])
m4trace:configure.in:225: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:225: the top level])
m4trace:configure.in:226: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:226: the top level])
m4trace:configure.in:227: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:227: the top level])
m4trace:configure.in:228: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:228: the top level])
m4trace:configure.in:229: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:229: the top level])
m4trace:configure.in:230: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:230: the top level])
m4trace:configure.in:231: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:231: the top level])
m4trace:configure.in:232: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:232: the top level])
m4trace:configure.in:233: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:233: the top level])
m4trace:configure.in:234: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:234: the top level])
m4trace:configure.in:235: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:235: the top level])
m4trace:configure.in:236: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:236: the top level])
m4trace:configure.in:237: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:237: the top level])
m4trace:configure.in:238: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:238: the top level])
m4trace:configure.in:239: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:239: the top level])
m4trace:configure.in:240: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:240: the top level])
m4trace:configure.in:241: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:241: the top level])
m4trace:configure.in:244: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:244: the top level])
m4trace:configure.in:245: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:245: the top level])
m4trace:configure.in:246: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.in:246: the top level])
m4trace:configure.in:255: -1- AC_DEFINE_TRACE_LITERAL([ALIAS])
m4trace:configure.in:255: -1- m4_pattern_allow([^ALIAS$])
m4trace:configure.in:258: -1- AC_DEFINE_TRACE_LITERAL([PUSHD_AND_POPD])
m4trace:configure.in:258: -1- m4_pattern_allow([^PUSHD_AND_POPD$])
m4trace:configure.in:261: -1- AC_DEFINE_TRACE_LITERAL([RESTRICTED_SHELL])
m4trace:configure.in:261: -1- m4_pattern_allow([^RESTRICTED_SHELL$])
m4trace:configure.in:264: -1- AC_DEFINE_TRACE_LITERAL([PROCESS_SUBSTITUTION])
m4trace:configure.in:264: -1- m4_pattern_allow([^PROCESS_SUBSTITUTION$])
m4trace:configure.in:267: -1- AC_DEFINE_TRACE_LITERAL([PROMPT_STRING_DECODE])
m4trace:configure.in:267: -1- m4_pattern_allow([^PROMPT_STRING_DECODE$])
m4trace:configure.in:270: -1- AC_DEFINE_TRACE_LITERAL([SELECT_COMMAND])
m4trace:configure.in:270: -1- m4_pattern_allow([^SELECT_COMMAND$])
m4trace:configure.in:273: -1- AC_DEFINE_TRACE_LITERAL([HELP_BUILTIN])
m4trace:configure.in:273: -1- m4_pattern_allow([^HELP_BUILTIN$])
m4trace:configure.in:276: -1- AC_DEFINE_TRACE_LITERAL([ARRAY_VARS])
m4trace:configure.in:276: -1- m4_pattern_allow([^ARRAY_VARS$])
m4trace:configure.in:279: -1- AC_DEFINE_TRACE_LITERAL([DPAREN_ARITHMETIC])
m4trace:configure.in:279: -1- m4_pattern_allow([^DPAREN_ARITHMETIC$])
m4trace:configure.in:282: -1- AC_DEFINE_TRACE_LITERAL([BRACE_EXPANSION])
m4trace:configure.in:282: -1- m4_pattern_allow([^BRACE_EXPANSION$])
m4trace:configure.in:285: -1- AC_DEFINE_TRACE_LITERAL([DISABLED_BUILTINS])
m4trace:configure.in:285: -1- m4_pattern_allow([^DISABLED_BUILTINS$])
m4trace:configure.in:288: -1- AC_DEFINE_TRACE_LITERAL([COMMAND_TIMING])
m4trace:configure.in:288: -1- m4_pattern_allow([^COMMAND_TIMING$])
m4trace:configure.in:291: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_ECHO_TO_XPG])
m4trace:configure.in:291: -1- m4_pattern_allow([^DEFAULT_ECHO_TO_XPG$])
m4trace:configure.in:294: -1- AC_DEFINE_TRACE_LITERAL([STRICT_POSIX])
m4trace:configure.in:294: -1- m4_pattern_allow([^STRICT_POSIX$])
m4trace:configure.in:297: -1- AC_DEFINE_TRACE_LITERAL([EXTENDED_GLOB])
m4trace:configure.in:297: -1- m4_pattern_allow([^EXTENDED_GLOB$])
m4trace:configure.in:300: -1- AC_DEFINE_TRACE_LITERAL([COND_COMMAND])
m4trace:configure.in:300: -1- m4_pattern_allow([^COND_COMMAND$])
m4trace:configure.in:303: -1- AC_DEFINE_TRACE_LITERAL([COND_REGEXP])
m4trace:configure.in:303: -1- m4_pattern_allow([^COND_REGEXP$])
m4trace:configure.in:306: -1- AC_DEFINE_TRACE_LITERAL([COPROCESS_SUPPORT])
m4trace:configure.in:306: -1- m4_pattern_allow([^COPROCESS_SUPPORT$])
m4trace:configure.in:309: -1- AC_DEFINE_TRACE_LITERAL([ARITH_FOR_COMMAND])
m4trace:configure.in:309: -1- m4_pattern_allow([^ARITH_FOR_COMMAND$])
m4trace:configure.in:312: -1- AC_DEFINE_TRACE_LITERAL([NETWORK_REDIRECTIONS])
m4trace:configure.in:312: -1- m4_pattern_allow([^NETWORK_REDIRECTIONS$])
m4trace:configure.in:315: -1- AC_DEFINE_TRACE_LITERAL([PROGRAMMABLE_COMPLETION])
m4trace:configure.in:315: -1- m4_pattern_allow([^PROGRAMMABLE_COMPLETION$])
m4trace:configure.in:318: -1- AC_DEFINE_TRACE_LITERAL([NO_MULTIBYTE_SUPPORT])
m4trace:configure.in:318: -1- m4_pattern_allow([^NO_MULTIBYTE_SUPPORT$])
m4trace:configure.in:321: -1- AC_DEFINE_TRACE_LITERAL([DEBUGGER])
m4trace:configure.in:321: -1- m4_pattern_allow([^DEBUGGER$])
m4trace:configure.in:324: -1- AC_DEFINE_TRACE_LITERAL([CASEMOD_ATTRS])
m4trace:configure.in:324: -1- m4_pattern_allow([^CASEMOD_ATTRS$])
m4trace:configure.in:327: -1- AC_DEFINE_TRACE_LITERAL([CASEMOD_EXPANSIONS])
m4trace:configure.in:327: -1- m4_pattern_allow([^CASEMOD_EXPANSIONS$])
m4trace:configure.in:331: -1- AC_DEFINE_TRACE_LITERAL([MEMSCRAMBLE])
m4trace:configure.in:331: -1- m4_pattern_allow([^MEMSCRAMBLE$])
m4trace:configure.in:356: -1- AC_SUBST([TESTSCRIPT])
m4trace:configure.in:356: -1- AC_SUBST_TRACE([TESTSCRIPT])
m4trace:configure.in:356: -1- m4_pattern_allow([^TESTSCRIPT$])
m4trace:configure.in:357: -1- AC_SUBST([PURIFY])
m4trace:configure.in:357: -1- AC_SUBST_TRACE([PURIFY])
m4trace:configure.in:357: -1- m4_pattern_allow([^PURIFY$])
m4trace:configure.in:358: -1- AC_SUBST([MALLOC_TARGET])
m4trace:configure.in:358: -1- AC_SUBST_TRACE([MALLOC_TARGET])
m4trace:configure.in:358: -1- m4_pattern_allow([^MALLOC_TARGET$])
m4trace:configure.in:359: -1- AC_SUBST([MALLOC_SRC])
m4trace:configure.in:359: -1- AC_SUBST_TRACE([MALLOC_SRC])
m4trace:configure.in:359: -1- m4_pattern_allow([^MALLOC_SRC$])
m4trace:configure.in:361: -1- AC_SUBST([MALLOC_LIB])
m4trace:configure.in:361: -1- AC_SUBST_TRACE([MALLOC_LIB])
m4trace:configure.in:361: -1- m4_pattern_allow([^MALLOC_LIB$])
m4trace:configure.in:362: -1- AC_SUBST([MALLOC_LIBRARY])
m4trace:configure.in:362: -1- AC_SUBST_TRACE([MALLOC_LIBRARY])
m4trace:configure.in:362: -1- m4_pattern_allow([^MALLOC_LIBRARY$])
m4trace:configure.in:363: -1- AC_SUBST([MALLOC_LDFLAGS])
m4trace:configure.in:363: -1- AC_SUBST_TRACE([MALLOC_LDFLAGS])
m4trace:configure.in:363: -1- m4_pattern_allow([^MALLOC_LDFLAGS$])
m4trace:configure.in:364: -1- AC_SUBST([MALLOC_DEP])
m4trace:configure.in:364: -1- AC_SUBST_TRACE([MALLOC_DEP])
m4trace:configure.in:364: -1- m4_pattern_allow([^MALLOC_DEP$])
m4trace:configure.in:366: -1- AC_SUBST([htmldir])
m4trace:configure.in:366: -1- AC_SUBST_TRACE([htmldir])
m4trace:configure.in:366: -1- m4_pattern_allow([^htmldir$])
m4trace:configure.in:368: -1- AC_SUBST([HELPDIR])
m4trace:configure.in:368: -1- AC_SUBST_TRACE([HELPDIR])
m4trace:configure.in:368: -1- m4_pattern_allow([^HELPDIR$])
m4trace:configure.in:369: -1- AC_SUBST([HELPDIRDEFINE])
m4trace:configure.in:369: -1- AC_SUBST_TRACE([HELPDIRDEFINE])
m4trace:configure.in:369: -1- m4_pattern_allow([^HELPDIRDEFINE$])
m4trace:configure.in:370: -1- AC_SUBST([HELPINSTALL])
m4trace:configure.in:370: -1- AC_SUBST_TRACE([HELPINSTALL])
m4trace:configure.in:370: -1- m4_pattern_allow([^HELPINSTALL$])
m4trace:configure.in:371: -1- AC_SUBST([HELPSTRINGS])
m4trace:configure.in:371: -1- AC_SUBST_TRACE([HELPSTRINGS])
m4trace:configure.in:371: -1- m4_pattern_allow([^HELPSTRINGS$])
m4trace:configure.in:380: -1- AC_SUBST([CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^CC$])
m4trace:configure.in:380: -1- AC_SUBST([CFLAGS])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.in:380: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.in:380: -1- AC_SUBST([LDFLAGS])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([LDFLAGS])
m4trace:configure.in:380: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.in:380: -1- AC_SUBST([LIBS])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.in:380: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.in:380: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.in:380: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.in:380: -1- AC_SUBST([CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^CC$])
m4trace:configure.in:380: -1- AC_SUBST([CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^CC$])
m4trace:configure.in:380: -1- AC_SUBST([CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^CC$])
m4trace:configure.in:380: -1- AC_SUBST([CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^CC$])
m4trace:configure.in:380: -1- AC_SUBST([ac_ct_CC])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([ac_ct_CC])
m4trace:configure.in:380: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.in:380: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([EXEEXT])
m4trace:configure.in:380: -1- m4_pattern_allow([^EXEEXT$])
m4trace:configure.in:380: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
m4trace:configure.in:380: -1- AC_SUBST_TRACE([OBJEXT])
m4trace:configure.in:380: -1- m4_pattern_allow([^OBJEXT$])
m4trace:configure.in:384: -1- _m4_warn([obsolete], [The macro `AC_MINIX' is obsolete.
You should run autoupdate.], [../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.in:384: the top level])
m4trace:configure.in:384: -1- AC_SUBST([CPP])
m4trace:configure.in:384: -1- AC_SUBST_TRACE([CPP])
m4trace:configure.in:384: -1- m4_pattern_allow([^CPP$])
m4trace:configure.in:384: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.in:384: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.in:384: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.in:384: -1- AC_SUBST([CPP])
m4trace:configure.in:384: -1- AC_SUBST_TRACE([CPP])
m4trace:configure.in:384: -1- m4_pattern_allow([^CPP$])
m4trace:configure.in:384: -1- AC_SUBST([GREP])
m4trace:configure.in:384: -1- AC_SUBST_TRACE([GREP])
m4trace:configure.in:384: -1- m4_pattern_allow([^GREP$])
m4trace:configure.in:384: -1- AC_SUBST([EGREP])
m4trace:configure.in:384: -1- AC_SUBST_TRACE([EGREP])
m4trace:configure.in:384: -1- m4_pattern_allow([^EGREP$])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
m4trace:configure.in:384: -1- m4_pattern_allow([^STDC_HEADERS$])
m4trace:configure.in:384: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H])
m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE])
m4trace:configure.in:384: -1- m4_pattern_allow([^_POSIX_SOURCE$])
m4trace:configure.in:384: -1- AH_OUTPUT([_POSIX_SOURCE], [/* Define to 1 if you need to in order for `stat\' and other things to work. */
#undef _POSIX_SOURCE])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE])
m4trace:configure.in:384: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
m4trace:configure.in:384: -1- AH_OUTPUT([_POSIX_1_SOURCE], [/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_MINIX])
m4trace:configure.in:384: -1- m4_pattern_allow([^_MINIX$])
m4trace:configure.in:384: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */
#undef _MINIX])
m4trace:configure.in:384: -1- AH_OUTPUT([USE_SYSTEM_EXTENSIONS], [/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([__EXTENSIONS__])
m4trace:configure.in:384: -1- m4_pattern_allow([^__EXTENSIONS__$])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE])
m4trace:configure.in:384: -1- m4_pattern_allow([^_ALL_SOURCE$])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
m4trace:configure.in:384: -1- m4_pattern_allow([^_GNU_SOURCE$])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_PTHREAD_SEMANTICS])
m4trace:configure.in:384: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_TANDEM_SOURCE])
m4trace:configure.in:384: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
m4trace:configure.in:386: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS])
m4trace:configure.in:386: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$])
m4trace:configure.in:386: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS])
m4trace:configure.in:386: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES])
m4trace:configure.in:386: -1- m4_pattern_allow([^_LARGE_FILES$])
m4trace:configure.in:386: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES])
m4trace:configure.in:423: -1- AC_SUBST([CROSS_COMPILE])
m4trace:configure.in:423: -1- AC_SUBST_TRACE([CROSS_COMPILE])
m4trace:configure.in:423: -1- m4_pattern_allow([^CROSS_COMPILE$])
m4trace:configure.in:425: -1- AC_SUBST([SIGNAMES_H])
m4trace:configure.in:425: -1- AC_SUBST_TRACE([SIGNAMES_H])
m4trace:configure.in:425: -1- m4_pattern_allow([^SIGNAMES_H$])
m4trace:configure.in:426: -1- AC_SUBST([SIGNAMES_O])
m4trace:configure.in:426: -1- AC_SUBST_TRACE([SIGNAMES_O])
m4trace:configure.in:426: -1- m4_pattern_allow([^SIGNAMES_O$])
m4trace:configure.in:435: -1- AC_SUBST([CC_FOR_BUILD])
m4trace:configure.in:435: -1- AC_SUBST_TRACE([CC_FOR_BUILD])
m4trace:configure.in:435: -1- m4_pattern_allow([^CC_FOR_BUILD$])
m4trace:configure.in:458: -1- _m4_warn([obsolete], [The macro `ac_cv_prog_gcc' is obsolete.
You should run autoupdate.], [../../lib/autoconf/c.m4:538: ac_cv_prog_gcc is expanded from...
configure.in:458: the top level])
m4trace:configure.in:477: -1- AC_SUBST([CFLAGS])
m4trace:configure.in:477: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.in:477: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.in:478: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.in:478: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.in:478: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.in:479: -1- AC_SUBST([LDFLAGS])
m4trace:configure.in:479: -1- AC_SUBST_TRACE([LDFLAGS])
m4trace:configure.in:479: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.in:480: -1- AC_SUBST([STATIC_LD])
m4trace:configure.in:480: -1- AC_SUBST_TRACE([STATIC_LD])
m4trace:configure.in:480: -1- m4_pattern_allow([^STATIC_LD$])
m4trace:configure.in:482: -1- AC_SUBST([CFLAGS_FOR_BUILD])
m4trace:configure.in:482: -1- AC_SUBST_TRACE([CFLAGS_FOR_BUILD])
m4trace:configure.in:482: -1- m4_pattern_allow([^CFLAGS_FOR_BUILD$])
m4trace:configure.in:483: -1- AC_SUBST([CPPFLAGS_FOR_BUILD])
m4trace:configure.in:483: -1- AC_SUBST_TRACE([CPPFLAGS_FOR_BUILD])
m4trace:configure.in:483: -1- m4_pattern_allow([^CPPFLAGS_FOR_BUILD$])
m4trace:configure.in:484: -1- AC_SUBST([LDFLAGS_FOR_BUILD])
m4trace:configure.in:484: -1- AC_SUBST_TRACE([LDFLAGS_FOR_BUILD])
m4trace:configure.in:484: -1- m4_pattern_allow([^LDFLAGS_FOR_BUILD$])
m4trace:configure.in:498: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1763: RL_LIB_READLINE_VERSION is expanded from...
configure.in:498: the top level])
m4trace:configure.in:498: -1- AC_DEFINE_TRACE_LITERAL([RL_READLINE_VERSION])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_READLINE_VERSION$])
m4trace:configure.in:498: -1- AH_OUTPUT([RL_READLINE_VERSION], [/* encoded version of the installed readline library */
#undef RL_READLINE_VERSION])
m4trace:configure.in:498: -1- AC_DEFINE_TRACE_LITERAL([RL_VERSION_MAJOR])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_VERSION_MAJOR$])
m4trace:configure.in:498: -1- AH_OUTPUT([RL_VERSION_MAJOR], [/* major version of installed readline library */
#undef RL_VERSION_MAJOR])
m4trace:configure.in:498: -1- AC_DEFINE_TRACE_LITERAL([RL_VERSION_MINOR])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_VERSION_MINOR$])
m4trace:configure.in:498: -1- AH_OUTPUT([RL_VERSION_MINOR], [/* minor version of installed readline library */
#undef RL_VERSION_MINOR])
m4trace:configure.in:498: -1- AC_SUBST([RL_VERSION])
m4trace:configure.in:498: -1- AC_SUBST_TRACE([RL_VERSION])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_VERSION$])
m4trace:configure.in:498: -1- AC_SUBST([RL_MAJOR])
m4trace:configure.in:498: -1- AC_SUBST_TRACE([RL_MAJOR])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_MAJOR$])
m4trace:configure.in:498: -1- AC_SUBST([RL_MINOR])
m4trace:configure.in:498: -1- AC_SUBST_TRACE([RL_MINOR])
m4trace:configure.in:498: -1- m4_pattern_allow([^RL_MINOR$])
m4trace:configure.in:511: -1- AC_DEFINE_TRACE_LITERAL([READLINE])
m4trace:configure.in:511: -1- m4_pattern_allow([^READLINE$])
m4trace:configure.in:546: -1- AC_DEFINE_TRACE_LITERAL([HISTORY])
m4trace:configure.in:546: -1- m4_pattern_allow([^HISTORY$])
m4trace:configure.in:549: -1- AC_DEFINE_TRACE_LITERAL([BANG_HISTORY])
m4trace:configure.in:549: -1- m4_pattern_allow([^BANG_HISTORY$])
m4trace:configure.in:579: -1- AC_SUBST([READLINE_LIB])
m4trace:configure.in:579: -1- AC_SUBST_TRACE([READLINE_LIB])
m4trace:configure.in:579: -1- m4_pattern_allow([^READLINE_LIB$])
m4trace:configure.in:580: -1- AC_SUBST([READLINE_DEP])
m4trace:configure.in:580: -1- AC_SUBST_TRACE([READLINE_DEP])
m4trace:configure.in:580: -1- m4_pattern_allow([^READLINE_DEP$])
m4trace:configure.in:581: -1- AC_SUBST([RL_LIBDIR])
m4trace:configure.in:581: -1- AC_SUBST_TRACE([RL_LIBDIR])
m4trace:configure.in:581: -1- m4_pattern_allow([^RL_LIBDIR$])
m4trace:configure.in:582: -1- AC_SUBST([RL_INCLUDEDIR])
m4trace:configure.in:582: -1- AC_SUBST_TRACE([RL_INCLUDEDIR])
m4trace:configure.in:582: -1- m4_pattern_allow([^RL_INCLUDEDIR$])
m4trace:configure.in:583: -1- AC_SUBST([RL_INCLUDE])
m4trace:configure.in:583: -1- AC_SUBST_TRACE([RL_INCLUDE])
m4trace:configure.in:583: -1- m4_pattern_allow([^RL_INCLUDE$])
m4trace:configure.in:584: -1- AC_SUBST([HISTORY_LIB])
m4trace:configure.in:584: -1- AC_SUBST_TRACE([HISTORY_LIB])
m4trace:configure.in:584: -1- m4_pattern_allow([^HISTORY_LIB$])
m4trace:configure.in:585: -1- AC_SUBST([HISTORY_DEP])
m4trace:configure.in:585: -1- AC_SUBST_TRACE([HISTORY_DEP])
m4trace:configure.in:585: -1- m4_pattern_allow([^HISTORY_DEP$])
m4trace:configure.in:586: -1- AC_SUBST([HIST_LIBDIR])
m4trace:configure.in:586: -1- AC_SUBST_TRACE([HIST_LIBDIR])
m4trace:configure.in:586: -1- m4_pattern_allow([^HIST_LIBDIR$])
m4trace:configure.in:587: -1- AC_SUBST([TILDE_LIB])
m4trace:configure.in:587: -1- AC_SUBST_TRACE([TILDE_LIB])
m4trace:configure.in:587: -1- m4_pattern_allow([^TILDE_LIB$])
m4trace:configure.in:592: -1- AC_REQUIRE_AUX_FILE([install-sh])
m4trace:configure.in:592: -1- AC_SUBST([INSTALL_PROGRAM])
m4trace:configure.in:592: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
m4trace:configure.in:592: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
m4trace:configure.in:592: -1- AC_SUBST([INSTALL_SCRIPT])
m4trace:configure.in:592: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
m4trace:configure.in:592: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
m4trace:configure.in:592: -1- AC_SUBST([INSTALL_DATA])
m4trace:configure.in:592: -1- AC_SUBST_TRACE([INSTALL_DATA])
m4trace:configure.in:592: -1- m4_pattern_allow([^INSTALL_DATA$])
m4trace:configure.in:593: -1- AC_SUBST([AR])
m4trace:configure.in:593: -1- AC_SUBST_TRACE([AR])
m4trace:configure.in:593: -1- m4_pattern_allow([^AR$])
m4trace:configure.in:597: -1- AC_SUBST([RANLIB])
m4trace:configure.in:597: -1- AC_SUBST_TRACE([RANLIB])
m4trace:configure.in:597: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.in:598: -1- AC_SUBST([YACC])
m4trace:configure.in:598: -1- AC_SUBST_TRACE([YACC])
m4trace:configure.in:598: -1- m4_pattern_allow([^YACC$])
m4trace:configure.in:598: -1- AC_SUBST([YACC])
m4trace:configure.in:598: -1- AC_SUBST_TRACE([YACC])
m4trace:configure.in:598: -1- m4_pattern_allow([^YACC$])
m4trace:configure.in:598: -1- AC_SUBST([YFLAGS])
m4trace:configure.in:598: -1- AC_SUBST_TRACE([YFLAGS])
m4trace:configure.in:598: -1- m4_pattern_allow([^YFLAGS$])
m4trace:configure.in:599: -1- AC_SUBST([SET_MAKE])
m4trace:configure.in:599: -1- AC_SUBST_TRACE([SET_MAKE])
m4trace:configure.in:599: -1- m4_pattern_allow([^SET_MAKE$])
m4trace:configure.in:605: -1- AC_SUBST([MAKE_SHELL])
m4trace:configure.in:605: -1- AC_SUBST_TRACE([MAKE_SHELL])
m4trace:configure.in:605: -1- m4_pattern_allow([^MAKE_SHELL$])
m4trace:configure.in:627: -1- AC_SUBST([SIZE])
m4trace:configure.in:627: -1- AC_SUBST_TRACE([SIZE])
m4trace:configure.in:627: -1- m4_pattern_allow([^SIZE$])
m4trace:configure.in:630: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
m4trace:configure.in:630: -1- m4_pattern_allow([^_GNU_SOURCE$])
m4trace:configure.in:633: -1- AC_DEFINE_TRACE_LITERAL([const])
m4trace:configure.in:633: -1- m4_pattern_allow([^const$])
m4trace:configure.in:633: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
#undef const])
m4trace:configure.in:634: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
   calls it, or to nothing if \'inline\' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif])
m4trace:configure.in:635: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif])
m4trace:configure.in:635: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN])
m4trace:configure.in:635: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
m4trace:configure.in:635: -1- AC_DEFINE_TRACE_LITERAL([AC_APPLE_UNIVERSAL_BUILD])
m4trace:configure.in:635: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
m4trace:configure.in:635: -1- AH_OUTPUT([AC_APPLE_UNIVERSAL_BUILD], [/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD])
m4trace:configure.in:636: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGIZE])
m4trace:configure.in:636: -1- m4_pattern_allow([^HAVE_STRINGIZE$])
m4trace:configure.in:636: -1- AH_OUTPUT([HAVE_STRINGIZE], [/* Define to 1 if cpp supports the ANSI @%:@ stringizing operator. */
#undef HAVE_STRINGIZE])
m4trace:configure.in:637: -1- _m4_warn([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/types.m4:455: AC_C_LONG_DOUBLE is expanded from...
configure.in:637: the top level])
m4trace:configure.in:637: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE_WIDER])
m4trace:configure.in:637: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE_WIDER$])
m4trace:configure.in:637: -1- AH_OUTPUT([HAVE_LONG_DOUBLE_WIDER], [/* Define to 1 if the type `long double\' works and has more range or precision
   than `double\'. */
#undef HAVE_LONG_DOUBLE_WIDER])
m4trace:configure.in:637: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE])
m4trace:configure.in:637: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
m4trace:configure.in:637: -1- AH_OUTPUT([HAVE_LONG_DOUBLE], [/* Define to 1 if the type `long double\' works and has more range or precision
   than `double\'. */
#undef HAVE_LONG_DOUBLE])
m4trace:configure.in:638: -1- AC_DEFINE_TRACE_LITERAL([PROTOTYPES])
m4trace:configure.in:638: -1- m4_pattern_allow([^PROTOTYPES$])
m4trace:configure.in:638: -1- AH_OUTPUT([PROTOTYPES], [/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES])
m4trace:configure.in:638: -1- AC_DEFINE_TRACE_LITERAL([__PROTOTYPES])
m4trace:configure.in:638: -1- m4_pattern_allow([^__PROTOTYPES$])
m4trace:configure.in:638: -1- AH_OUTPUT([__PROTOTYPES], [/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES])
m4trace:configure.in:639: -1- AH_OUTPUT([__CHAR_UNSIGNED__], [/* Define to 1 if type `char\' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif])
m4trace:configure.in:639: -1- AC_DEFINE_TRACE_LITERAL([__CHAR_UNSIGNED__])
m4trace:configure.in:639: -1- m4_pattern_allow([^__CHAR_UNSIGNED__$])
m4trace:configure.in:640: -1- AC_DEFINE_TRACE_LITERAL([volatile])
m4trace:configure.in:640: -1- m4_pattern_allow([^volatile$])
m4trace:configure.in:640: -1- AH_OUTPUT([volatile], [/* Define to empty if the keyword `volatile\' does not work. Warning: valid
   code using `volatile\' can become incorrect without. Disable with care. */
#undef volatile])
m4trace:configure.in:641: -1- AH_OUTPUT([restrict], [/* Define to the equivalent of the C99 \'restrict\' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict, even
   though the corresponding Sun C compiler does, which causes
   "#define restrict _Restrict" in the previous line.  Perhaps some future
   version of Sun C++ will work with _Restrict; if so, it\'ll probably
   define __RESTRICT, just as Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
#endif])
m4trace:configure.in:641: -1- AC_DEFINE_TRACE_LITERAL([restrict])
m4trace:configure.in:641: -1- m4_pattern_allow([^restrict$])
m4trace:configure.in:641: -1- AC_DEFINE_TRACE_LITERAL([restrict])
m4trace:configure.in:641: -1- m4_pattern_allow([^restrict$])
m4trace:configure.in:644: -1- AM_GNU_GETTEXT([no-libtool], [need-ngettext], [lib/intl])
m4trace:configure.in:644: -1- AC_SUBST([MKINSTALLDIRS])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([MKINSTALLDIRS])
m4trace:configure.in:644: -1- m4_pattern_allow([^MKINSTALLDIRS$])
m4trace:configure.in:644: -1- AC_SUBST([USE_NLS])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([USE_NLS])
m4trace:configure.in:644: -1- m4_pattern_allow([^USE_NLS$])
m4trace:configure.in:644: -1- AC_SUBST([MSGFMT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([MSGFMT])
m4trace:configure.in:644: -1- m4_pattern_allow([^MSGFMT$])
m4trace:configure.in:644: -1- AC_SUBST([GMSGFMT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([GMSGFMT])
m4trace:configure.in:644: -1- m4_pattern_allow([^GMSGFMT$])
m4trace:configure.in:644: -1- AC_SUBST([XGETTEXT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([XGETTEXT])
m4trace:configure.in:644: -1- m4_pattern_allow([^XGETTEXT$])
m4trace:configure.in:644: -1- AC_SUBST([MSGMERGE])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([MSGMERGE])
m4trace:configure.in:644: -1- m4_pattern_allow([^MSGMERGE$])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
You should run autoupdate.], [../../lib/autoconf/status.m4:1022: AC_OUTPUT_COMMANDS is expanded from...
aclocal.m4:3664: AM_PO_SUBDIRS is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([off_t])
m4trace:configure.in:644: -1- m4_pattern_allow([^off_t$])
m4trace:configure.in:644: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if <sys/types.h> does not define. */
#undef off_t])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([size_t])
m4trace:configure.in:644: -1- m4_pattern_allow([^size_t$])
m4trace:configure.in:644: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
#undef size_t])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_ALLOCA$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
#undef HAVE_ALLOCA])
m4trace:configure.in:644: -1- AC_LIBSOURCE([alloca.c])
m4trace:configure.in:644: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([ALLOCA])
m4trace:configure.in:644: -1- m4_pattern_allow([^ALLOCA$])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
m4trace:configure.in:644: -1- m4_pattern_allow([^C_ALLOCA$])
m4trace:configure.in:644: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
#undef C_ALLOCA])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
m4trace:configure.in:644: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
m4trace:configure.in:644: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c\' support on those systems.
   */
#undef CRAY_STACKSEG_END])
m4trace:configure.in:644: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
@%:@undef STACK_DIRECTION])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
m4trace:configure.in:644: -1- m4_pattern_allow([^STACK_DIRECTION$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
#undef HAVE_GETPAGESIZE])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_MMAP$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
#undef HAVE_MMAP])
m4trace:configure.in:644: -1- AC_SUBST([GLIBC21])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([GLIBC21])
m4trace:configure.in:644: -1- m4_pattern_allow([^GLIBC21$])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2570: gt_INTDIV0 is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([INTDIV0_RAISES_SIGFPE])
m4trace:configure.in:644: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
m4trace:configure.in:644: -1- AH_OUTPUT([INTDIV0_RAISES_SIGFPE], [/* Define if integer division by zero raises signal SIGFPE. */
#undef INTDIV0_RAISES_SIGFPE])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2672: jm_AC_HEADER_INTTYPES_H is expanded from...
aclocal.m4:3973: jm_AC_TYPE_UINTMAX_T is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H_WITH_UINTMAX])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_INTTYPES_H_WITH_UINTMAX], [/* Define if <inttypes.h> exists, doesn\'t clash with <sys/types.h>, and
   declares uintmax_t. */
#undef HAVE_INTTYPES_H_WITH_UINTMAX])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:3943: jm_AC_HEADER_STDINT_H is expanded from...
aclocal.m4:3973: jm_AC_TYPE_UINTMAX_T is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H_WITH_UINTMAX])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STDINT_H_WITH_UINTMAX], [/* Define if <stdint.h> exists, doesn\'t clash with <sys/types.h>, and declares
   uintmax_t. */
#undef HAVE_STDINT_H_WITH_UINTMAX])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:4000: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from...
aclocal.m4:3973: jm_AC_TYPE_UINTMAX_T is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_UNSIGNED_LONG_LONG], [/* Define if you have the unsigned long long type. */
#undef HAVE_UNSIGNED_LONG_LONG])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([uintmax_t])
m4trace:configure.in:644: -1- m4_pattern_allow([^uintmax_t$])
m4trace:configure.in:644: -1- AH_OUTPUT([uintmax_t], [/* Define to unsigned long or unsigned long long if <stdint.h> and
   <inttypes.h> don\'t define. */
#undef uintmax_t])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UINTMAX_T])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_UINTMAX_T], [/* Define if you have the \'uintmax_t\' type in <stdint.h> or <inttypes.h>. */
#undef HAVE_UINTMAX_T])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2645: gt_HEADER_INTTYPES_H is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define if <inttypes.h> exists and doesn\'t clash with <sys/types.h>. */
#undef HAVE_INTTYPES_H])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2700: gt_INTTYPES_PRI is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([PRI_MACROS_BROKEN])
m4trace:configure.in:644: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
m4trace:configure.in:644: -1- AH_OUTPUT([PRI_MACROS_BROKEN], [/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_NL_TYPES_H], [/* Define to 1 if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_FEOF_UNLOCKED], [/* Define to 1 if you have the `feof_unlocked\' function. */
#undef HAVE_FEOF_UNLOCKED])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_FGETS_UNLOCKED], [/* Define to 1 if you have the `fgets_unlocked\' function. */
#undef HAVE_FGETS_UNLOCKED])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETC_UNLOCKED], [/* Define to 1 if you have the `getc_unlocked\' function. */
#undef HAVE_GETC_UNLOCKED])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
#undef HAVE_GETCWD])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETEGID], [/* Define to 1 if you have the `getegid\' function. */
#undef HAVE_GETEGID])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETEUID], [/* Define to 1 if you have the `geteuid\' function. */
#undef HAVE_GETEUID])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETGID], [/* Define to 1 if you have the `getgid\' function. */
#undef HAVE_GETGID])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETUID], [/* Define to 1 if you have the `getuid\' function. */
#undef HAVE_GETUID])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */
#undef HAVE_MEMPCPY])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
#undef HAVE_MUNMAP])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */
#undef HAVE_PUTENV])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */
#undef HAVE_SETENV])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
#undef HAVE_SETLOCALE])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_LOCALECONV], [/* Define to 1 if you have the `localeconv\' function. */
#undef HAVE_LOCALECONV])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
#undef HAVE_STPCPY])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
#undef HAVE_STRCASECMP])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
#undef HAVE_STRDUP])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
#undef HAVE_STRTOUL])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_TSEARCH], [/* Define to 1 if you have the `tsearch\' function. */
#undef HAVE_TSEARCH])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */
#undef HAVE___ARGZ_COUNT])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */
#undef HAVE___ARGZ_STRINGIFY])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */
#undef HAVE___ARGZ_NEXT])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE___FSETLOCKING], [/* Define to 1 if you have the `__fsetlocking\' function. */
#undef HAVE___FSETLOCKING])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2478: AM_ICONV_LINK is expanded from...
aclocal.m4:2533: AM_ICONV is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2478: AM_ICONV_LINK is expanded from...
aclocal.m4:2533: AM_ICONV is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ICONV])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_ICONV$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_ICONV], [/* Define if you have the iconv() function. */
#undef HAVE_ICONV])
m4trace:configure.in:644: -1- AC_SUBST([LIBICONV])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([LIBICONV])
m4trace:configure.in:644: -1- m4_pattern_allow([^LIBICONV$])
m4trace:configure.in:644: -1- AC_SUBST([LTLIBICONV])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([LTLIBICONV])
m4trace:configure.in:644: -1- m4_pattern_allow([^LTLIBICONV$])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:2533: AM_ICONV is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([ICONV_CONST])
m4trace:configure.in:644: -1- m4_pattern_allow([^ICONV_CONST$])
m4trace:configure.in:644: -1- AH_OUTPUT([ICONV_CONST], [/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:1997: AM_LANGINFO_CODESET is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_LANGINFO_CODESET], [/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2767: AM_LC_MESSAGES is expanded from...
aclocal.m4:2356: AM_INTL_SUBDIR is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES])
m4trace:configure.in:644: -1- AC_SUBST([INTLBISON])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([INTLBISON])
m4trace:configure.in:644: -1- m4_pattern_allow([^INTLBISON$])
m4trace:configure.in:644: -1- AC_SUBST([USE_NLS])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([USE_NLS])
m4trace:configure.in:644: -1- m4_pattern_allow([^USE_NLS$])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:2068: AM_GNU_GETTEXT is expanded from...
configure.in:644: the top level])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
m4trace:configure.in:644: -1- m4_pattern_allow([^ENABLE_NLS$])
m4trace:configure.in:644: -1- AH_OUTPUT([ENABLE_NLS], [/* Define to 1 if translation of program messages to the user\'s native
   language is requested. */
#undef ENABLE_NLS])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_GETTEXT$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT])
m4trace:configure.in:644: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DCGETTEXT])
m4trace:configure.in:644: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
m4trace:configure.in:644: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
#undef HAVE_DCGETTEXT])
m4trace:configure.in:644: -1- AC_SUBST([BUILD_INCLUDED_LIBINTL])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([BUILD_INCLUDED_LIBINTL])
m4trace:configure.in:644: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
m4trace:configure.in:644: -1- AC_SUBST([USE_INCLUDED_LIBINTL])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([USE_INCLUDED_LIBINTL])
m4trace:configure.in:644: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
m4trace:configure.in:644: -1- AC_SUBST([CATOBJEXT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([CATOBJEXT])
m4trace:configure.in:644: -1- m4_pattern_allow([^CATOBJEXT$])
m4trace:configure.in:644: -1- AC_SUBST([DATADIRNAME])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([DATADIRNAME])
m4trace:configure.in:644: -1- m4_pattern_allow([^DATADIRNAME$])
m4trace:configure.in:644: -1- AC_SUBST([INSTOBJEXT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([INSTOBJEXT])
m4trace:configure.in:644: -1- m4_pattern_allow([^INSTOBJEXT$])
m4trace:configure.in:644: -1- AC_SUBST([GENCAT])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([GENCAT])
m4trace:configure.in:644: -1- m4_pattern_allow([^GENCAT$])
m4trace:configure.in:644: -1- AC_SUBST([INTLOBJS])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([INTLOBJS])
m4trace:configure.in:644: -1- m4_pattern_allow([^INTLOBJS$])
m4trace:configure.in:644: -1- AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([INTL_LIBTOOL_SUFFIX_PREFIX])
m4trace:configure.in:644: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
m4trace:configure.in:644: -1- AC_SUBST([INTLLIBS])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([INTLLIBS])
m4trace:configure.in:644: -1- m4_pattern_allow([^INTLLIBS$])
m4trace:configure.in:644: -1- AC_SUBST([LIBINTL])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([LIBINTL])
m4trace:configure.in:644: -1- m4_pattern_allow([^LIBINTL$])
m4trace:configure.in:644: -1- AC_SUBST([LTLIBINTL])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([LTLIBINTL])
m4trace:configure.in:644: -1- m4_pattern_allow([^LTLIBINTL$])
m4trace:configure.in:644: -1- AC_SUBST([POSUB])
m4trace:configure.in:644: -1- AC_SUBST_TRACE([POSUB])
m4trace:configure.in:644: -1- m4_pattern_allow([^POSUB$])
m4trace:configure.in:647: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'.
   */
#undef HAVE_DIRENT_H])
m4trace:configure.in:647: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'.
   */
#undef HAVE_SYS_NDIR_H])
m4trace:configure.in:647: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'.
   */
#undef HAVE_SYS_DIR_H])
m4trace:configure.in:647: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */
#undef HAVE_NDIR_H])
m4trace:configure.in:648: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME])
m4trace:configure.in:648: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
m4trace:configure.in:648: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME])
m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDARG_H], [/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_VARARGS_H], [/* Define to 1 if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMCAP_H], [/* Define to 1 if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMIO_H], [/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMIOS_H], [/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_PWD_H], [/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_GRP_H], [/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H])
m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_REGEX_H], [/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_PTE_H], [/* Define to 1 if you have the <sys/pte.h> header file. */
#undef HAVE_SYS_PTE_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_STREAM_H], [/* Define to 1 if you have the <sys/stream.h> header file. */
#undef HAVE_SYS_STREAM_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_SELECT_H], [/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_FILE_H], [/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_RESOURCE_H], [/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TIMES_H], [/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H])
m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_WAIT_H], [/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H])
m4trace:configure.in:658: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H])
m4trace:configure.in:658: -1- AH_OUTPUT([HAVE_ARPA_INET_H], [/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H])
m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
m4trace:configure.in:669: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
m4trace:configure.in:669: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H])
m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
m4trace:configure.in:669: -1- m4_pattern_allow([^HAVE_ALLOCA$])
m4trace:configure.in:669: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
#undef HAVE_ALLOCA])
m4trace:configure.in:669: -1- AC_LIBSOURCE([alloca.c])
m4trace:configure.in:669: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
m4trace:configure.in:669: -1- AC_SUBST_TRACE([ALLOCA])
m4trace:configure.in:669: -1- m4_pattern_allow([^ALLOCA$])
m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
m4trace:configure.in:669: -1- m4_pattern_allow([^C_ALLOCA$])
m4trace:configure.in:669: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
#undef C_ALLOCA])
m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
m4trace:configure.in:669: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
m4trace:configure.in:669: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c\' support on those systems.
   */
#undef CRAY_STACKSEG_END])
m4trace:configure.in:669: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
@%:@undef STACK_DIRECTION])
m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
m4trace:configure.in:669: -1- m4_pattern_allow([^STACK_DIRECTION$])
m4trace:configure.in:670: -1- AC_DEFINE_TRACE_LITERAL([GETPGRP_VOID])
m4trace:configure.in:670: -1- m4_pattern_allow([^GETPGRP_VOID$])
m4trace:configure.in:670: -1- AH_OUTPUT([GETPGRP_VOID], [/* Define to 1 if the `getpgrp\' function requires zero arguments. */
#undef GETPGRP_VOID])
m4trace:configure.in:671: -1- _m4_warn([obsolete], [The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete.  Remove it and all references to SETVBUF_REVERSED.], [../../lib/autoconf/functions.m4:1680: AC_FUNC_SETVBUF_REVERSED is expanded from...
configure.in:671: the top level])
m4trace:configure.in:672: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' function. */
#undef HAVE_VPRINTF])
m4trace:configure.in:672: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT])
m4trace:configure.in:672: -1- m4_pattern_allow([^HAVE_DOPRNT$])
m4trace:configure.in:672: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\' but do have `_doprnt.\' */
#undef HAVE_DOPRNT])
m4trace:configure.in:673: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCOLL])
m4trace:configure.in:673: -1- m4_pattern_allow([^HAVE_STRCOLL$])
m4trace:configure.in:673: -1- AH_OUTPUT([HAVE_STRCOLL], [/* Define to 1 if you have the `strcoll\' function and it is properly defined.
   */
#undef HAVE_STRCOLL])
m4trace:configure.in:694: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VPRINTF])
m4trace:configure.in:694: -1- m4_pattern_allow([^HAVE_VPRINTF$])
m4trace:configure.in:699: -1- AC_LIBSOURCE([vprint.c])
m4trace:configure.in:699: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS vprint.$ac_objext"])
m4trace:configure.in:699: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:699: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:703: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
You should run autoupdate.], [../../lib/autoconf/types.m4:699: AC_TYPE_SIGNAL is expanded from...
configure.in:703: the top level])
m4trace:configure.in:703: -1- AC_DEFINE_TRACE_LITERAL([RETSIGTYPE])
m4trace:configure.in:703: -1- m4_pattern_allow([^RETSIGTYPE$])
m4trace:configure.in:703: -1- AH_OUTPUT([RETSIGTYPE], [/* Define as the return type of signal handlers (`int\' or `void\'). */
#undef RETSIGTYPE])
m4trace:configure.in:706: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SETOSTYPE])
m4trace:configure.in:706: -2- m4_pattern_allow([^HAVE_SETOSTYPE$])
m4trace:configure.in:707: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WAIT3])
m4trace:configure.in:707: -2- m4_pattern_allow([^HAVE_WAIT3$])
m4trace:configure.in:708: -2- AC_DEFINE_TRACE_LITERAL([HAVE_ISINF_IN_LIBC])
m4trace:configure.in:708: -2- m4_pattern_allow([^HAVE_ISINF_IN_LIBC$])
m4trace:configure.in:709: -2- AC_DEFINE_TRACE_LITERAL([HAVE_ISNAN_IN_LIBC])
m4trace:configure.in:709: -2- m4_pattern_allow([^HAVE_ISNAN_IN_LIBC$])
m4trace:configure.in:712: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MKFIFO])
m4trace:configure.in:712: -2- m4_pattern_allow([^HAVE_MKFIFO$])
m4trace:configure.in:712: -2- AC_DEFINE_TRACE_LITERAL([MKFIFO_MISSING])
m4trace:configure.in:712: -2- m4_pattern_allow([^MKFIFO_MISSING$])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_DUP2], [/* Define to 1 if you have the `dup2\' function. */
#undef HAVE_DUP2])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_EACCESS], [/* Define to 1 if you have the `eaccess\' function. */
#undef HAVE_EACCESS])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_FCNTL], [/* Define to 1 if you have the `fcntl\' function. */
#undef HAVE_FCNTL])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETDTABLESIZE], [/* Define to 1 if you have the `getdtablesize\' function. */
#undef HAVE_GETDTABLESIZE])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETGROUPS], [/* Define to 1 if you have the `getgroups\' function. */
#undef HAVE_GETGROUPS])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETHOSTNAME], [/* Define to 1 if you have the `gethostname\' function. */
#undef HAVE_GETHOSTNAME])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
#undef HAVE_GETPAGESIZE])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETPEERNAME], [/* Define to 1 if you have the `getpeername\' function. */
#undef HAVE_GETPEERNAME])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETRLIMIT], [/* Define to 1 if you have the `getrlimit\' function. */
#undef HAVE_GETRLIMIT])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETRUSAGE], [/* Define to 1 if you have the `getrusage\' function. */
#undef HAVE_GETRUSAGE])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */
#undef HAVE_GETTIMEOFDAY])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_KILL], [/* Define to 1 if you have the `kill\' function. */
#undef HAVE_KILL])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_KILLPG], [/* Define to 1 if you have the `killpg\' function. */
#undef HAVE_KILLPG])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_LSTAT], [/* Define to 1 if you have the `lstat\' function. */
#undef HAVE_LSTAT])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the `readlink\' function. */
#undef HAVE_READLINK])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_SBRK], [/* Define to 1 if you have the `sbrk\' function. */
#undef HAVE_SBRK])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the `select\' function. */
#undef HAVE_SELECT])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_SETDTABLESIZE], [/* Define to 1 if you have the `setdtablesize\' function. */
#undef HAVE_SETDTABLESIZE])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_SETITIMER], [/* Define to 1 if you have the `setitimer\' function. */
#undef HAVE_SETITIMER])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_TCGETPGRP], [/* Define to 1 if you have the `tcgetpgrp\' function. */
#undef HAVE_TCGETPGRP])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_UNAME], [/* Define to 1 if you have the `uname\' function. */
#undef HAVE_UNAME])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_ULIMIT], [/* Define to 1 if you have the `ulimit\' function. */
#undef HAVE_ULIMIT])
m4trace:configure.in:715: -1- AH_OUTPUT([HAVE_WAITPID], [/* Define to 1 if you have the `waitpid\' function. */
#undef HAVE_WAITPID])
m4trace:configure.in:719: -1- AC_LIBSOURCE([rename.c])
m4trace:configure.in:719: -1- AH_OUTPUT([HAVE_RENAME], [/* Define to 1 if you have the `rename\' function. */
#undef HAVE_RENAME])
m4trace:configure.in:719: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"])
m4trace:configure.in:719: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:719: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_BCOPY], [/* Define to 1 if you have the `bcopy\' function. */
#undef HAVE_BCOPY])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_BZERO], [/* Define to 1 if you have the `bzero\' function. */
#undef HAVE_BZERO])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_CONFSTR], [/* Define to 1 if you have the `confstr\' function. */
#undef HAVE_CONFSTR])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_FNMATCH], [/* Define to 1 if you have the `fnmatch\' function. */
#undef HAVE_FNMATCH])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_GETADDRINFO], [/* Define to 1 if you have the `getaddrinfo\' function. */
#undef HAVE_GETADDRINFO])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the `gethostbyname\' function. */
#undef HAVE_GETHOSTBYNAME])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_GETSERVBYNAME], [/* Define to 1 if you have the `getservbyname\' function. */
#undef HAVE_GETSERVBYNAME])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_GETSERVENT], [/* Define to 1 if you have the `getservent\' function. */
#undef HAVE_GETSERVENT])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_INET_ATON], [/* Define to 1 if you have the `inet_aton\' function. */
#undef HAVE_INET_ATON])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */
#undef HAVE_MEMMOVE])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_PATHCONF], [/* Define to 1 if you have the `pathconf\' function. */
#undef HAVE_PATHCONF])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */
#undef HAVE_PUTENV])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_RAISE], [/* Define to 1 if you have the `raise\' function. */
#undef HAVE_RAISE])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the `regcomp\' function. */
#undef HAVE_REGCOMP])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_REGEXEC], [/* Define to 1 if you have the `regexec\' function. */
#undef HAVE_REGEXEC])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */
#undef HAVE_SETENV])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SETLINEBUF], [/* Define to 1 if you have the `setlinebuf\' function. */
#undef HAVE_SETLINEBUF])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
#undef HAVE_SETLOCALE])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SETVBUF], [/* Define to 1 if you have the `setvbuf\' function. */
#undef HAVE_SETVBUF])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SIGINTERRUPT], [/* Define to 1 if you have the `siginterrupt\' function. */
#undef HAVE_SIGINTERRUPT])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
#undef HAVE_STRCHR])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_SYSCONF], [/* Define to 1 if you have the `sysconf\' function. */
#undef HAVE_SYSCONF])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_TCGETATTR], [/* Define to 1 if you have the `tcgetattr\' function. */
#undef HAVE_TCGETATTR])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_TIMES], [/* Define to 1 if you have the `times\' function. */
#undef HAVE_TIMES])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_TTYNAME], [/* Define to 1 if you have the `ttyname\' function. */
#undef HAVE_TTYNAME])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_TZSET], [/* Define to 1 if you have the `tzset\' function. */
#undef HAVE_TZSET])
m4trace:configure.in:722: -1- AH_OUTPUT([HAVE_UNSETENV], [/* Define to 1 if you have the `unsetenv\' function. */
#undef HAVE_UNSETENV])
m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */
#undef HAVE_VSNPRINTF])
m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
#undef HAVE_SNPRINTF])
m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_VASPRINTF], [/* Define to 1 if you have the `vasprintf\' function. */
#undef HAVE_VASPRINTF])
m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_ASPRINTF], [/* Define to 1 if you have the `asprintf\' function. */
#undef HAVE_ASPRINTF])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISASCII], [/* Define to 1 if you have the `isascii\' function. */
#undef HAVE_ISASCII])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISBLANK], [/* Define to 1 if you have the `isblank\' function. */
#undef HAVE_ISBLANK])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISGRAPH], [/* Define to 1 if you have the `isgraph\' function. */
#undef HAVE_ISGRAPH])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISPRINT], [/* Define to 1 if you have the `isprint\' function. */
#undef HAVE_ISPRINT])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISSPACE], [/* Define to 1 if you have the `isspace\' function. */
#undef HAVE_ISSPACE])
m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_ISXDIGIT], [/* Define to 1 if you have the `isxdigit\' function. */
#undef HAVE_ISXDIGIT])
m4trace:configure.in:730: -1- AH_OUTPUT([HAVE_GETPWENT], [/* Define to 1 if you have the `getpwent\' function. */
#undef HAVE_GETPWENT])
m4trace:configure.in:730: -1- AH_OUTPUT([HAVE_GETPWNAM], [/* Define to 1 if you have the `getpwnam\' function. */
#undef HAVE_GETPWNAM])
m4trace:configure.in:730: -1- AH_OUTPUT([HAVE_GETPWUID], [/* Define to 1 if you have the `getpwuid\' function. */
#undef HAVE_GETPWUID])
m4trace:configure.in:731: -1- AC_LIBSOURCE([getcwd.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([memset.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strcasecmp.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strerror.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strftime.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strnlen.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strpbrk.c])
m4trace:configure.in:731: -1- AC_LIBSOURCE([strstr.c])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
#undef HAVE_GETCWD])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
#undef HAVE_MEMSET])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
#undef HAVE_STRCASECMP])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */
#undef HAVE_STRERROR])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRFTIME], [/* Define to 1 if you have the `strftime\' function. */
#undef HAVE_STRFTIME])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRNLEN], [/* Define to 1 if you have the `strnlen\' function. */
#undef HAVE_STRNLEN])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRPBRK], [/* Define to 1 if you have the `strpbrk\' function. */
#undef HAVE_STRPBRK])
m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_STRSTR], [/* Define to 1 if you have the `strstr\' function. */
#undef HAVE_STRSTR])
m4trace:configure.in:731: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"])
m4trace:configure.in:731: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:731: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtod.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtol.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtoul.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtoll.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtoull.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtoimax.c])
m4trace:configure.in:732: -1- AC_LIBSOURCE([strtoumax.c])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOD], [/* Define to 1 if you have the `strtod\' function. */
#undef HAVE_STRTOD])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */
#undef HAVE_STRTOL])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
#undef HAVE_STRTOUL])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOLL], [/* Define to 1 if you have the `strtoll\' function. */
#undef HAVE_STRTOLL])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOULL], [/* Define to 1 if you have the `strtoull\' function. */
#undef HAVE_STRTOULL])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOIMAX], [/* Define to 1 if you have the `strtoimax\' function. */
#undef HAVE_STRTOIMAX])
m4trace:configure.in:732: -1- AH_OUTPUT([HAVE_STRTOUMAX], [/* Define to 1 if you have the `strtoumax\' function. */
#undef HAVE_STRTOUMAX])
m4trace:configure.in:732: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"])
m4trace:configure.in:732: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:732: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:733: -1- AC_LIBSOURCE([fdprintf.c])
m4trace:configure.in:733: -1- AH_OUTPUT([HAVE_FDPRINTF], [/* Define to 1 if you have the `fdprintf\' function. */
#undef HAVE_FDPRINTF])
m4trace:configure.in:733: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"])
m4trace:configure.in:733: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:733: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:735: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_CONFSTR])
m4trace:configure.in:735: -1- m4_pattern_allow([^HAVE_DECL_CONFSTR$])
m4trace:configure.in:735: -1- AH_OUTPUT([HAVE_DECL_CONFSTR], [/* Define to 1 if you have the declaration of `confstr\', and to 0 if you
   don\'t. */
#undef HAVE_DECL_CONFSTR])
m4trace:configure.in:735: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_CONFSTR])
m4trace:configure.in:735: -1- m4_pattern_allow([^HAVE_DECL_CONFSTR$])
m4trace:configure.in:736: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_PRINTF])
m4trace:configure.in:736: -1- m4_pattern_allow([^HAVE_DECL_PRINTF$])
m4trace:configure.in:736: -1- AH_OUTPUT([HAVE_DECL_PRINTF], [/* Define to 1 if you have the declaration of `printf\', and to 0 if you don\'t.
   */
#undef HAVE_DECL_PRINTF])
m4trace:configure.in:736: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_PRINTF])
m4trace:configure.in:736: -1- m4_pattern_allow([^HAVE_DECL_PRINTF$])
m4trace:configure.in:737: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SBRK])
m4trace:configure.in:737: -1- m4_pattern_allow([^HAVE_DECL_SBRK$])
m4trace:configure.in:737: -1- AH_OUTPUT([HAVE_DECL_SBRK], [/* Define to 1 if you have the declaration of `sbrk\', and to 0 if you don\'t.
   */
#undef HAVE_DECL_SBRK])
m4trace:configure.in:737: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SBRK])
m4trace:configure.in:737: -1- m4_pattern_allow([^HAVE_DECL_SBRK$])
m4trace:configure.in:738: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SETREGID])
m4trace:configure.in:738: -1- m4_pattern_allow([^HAVE_DECL_SETREGID$])
m4trace:configure.in:738: -1- AH_OUTPUT([HAVE_DECL_SETREGID], [/* Define to 1 if you have the declaration of `setregid\', and to 0 if you
   don\'t. */
#undef HAVE_DECL_SETREGID])
m4trace:configure.in:738: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SETREGID])
m4trace:configure.in:738: -1- m4_pattern_allow([^HAVE_DECL_SETREGID$])
m4trace:configure.in:739: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRCPY])
m4trace:configure.in:739: -1- m4_pattern_allow([^HAVE_DECL_STRCPY$])
m4trace:configure.in:739: -1- AH_OUTPUT([HAVE_DECL_STRCPY], [/* Define to 1 if you have the declaration of `strcpy\', and to 0 if you don\'t.
   */
#undef HAVE_DECL_STRCPY])
m4trace:configure.in:739: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRCPY])
m4trace:configure.in:739: -1- m4_pattern_allow([^HAVE_DECL_STRCPY$])
m4trace:configure.in:740: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRSIGNAL])
m4trace:configure.in:740: -1- m4_pattern_allow([^HAVE_DECL_STRSIGNAL$])
m4trace:configure.in:740: -1- AH_OUTPUT([HAVE_DECL_STRSIGNAL], [/* Define to 1 if you have the declaration of `strsignal\', and to 0 if you
   don\'t. */
#undef HAVE_DECL_STRSIGNAL])
m4trace:configure.in:740: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRSIGNAL])
m4trace:configure.in:740: -1- m4_pattern_allow([^HAVE_DECL_STRSIGNAL$])
m4trace:configure.in:743: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD])
m4trace:configure.in:743: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$])
m4trace:configure.in:743: -1- AH_OUTPUT([HAVE_DECL_STRTOLD], [/* Define to 1 if you have the declaration of `strtold\', and to 0 if you
   don\'t. */
#undef HAVE_DECL_STRTOLD])
m4trace:configure.in:743: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2644: AC_CHECK_DECL is expanded from...
../../lib/autoconf/general.m4:2666: AC_CHECK_DECLS is expanded from...
configure.in:743: the top level])
m4trace:configure.in:743: -1- AC_DEFINE_TRACE_LITERAL([STRTOLD_BROKEN])
m4trace:configure.in:743: -1- m4_pattern_allow([^STRTOLD_BROKEN$])
m4trace:configure.in:743: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD])
m4trace:configure.in:743: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$])
m4trace:configure.in:760: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:760: the top level])
m4trace:configure.in:761: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:761: the top level])
m4trace:configure.in:762: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:762: the top level])
m4trace:configure.in:763: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:763: the top level])
m4trace:configure.in:764: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:764: the top level])
m4trace:configure.in:765: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:100: BASH_CHECK_DECL is expanded from...
configure.in:765: the top level])
m4trace:configure.in:767: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H])
m4trace:configure.in:767: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:767: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the `alarm\' function. */
#undef HAVE_ALARM])
m4trace:configure.in:767: -1- AC_LIBSOURCE([mktime.c])
m4trace:configure.in:767: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS mktime.$ac_objext"])
m4trace:configure.in:767: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:767: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:774: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H])
m4trace:configure.in:774: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H])
m4trace:configure.in:774: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H])
m4trace:configure.in:774: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H])
m4trace:configure.in:774: -1- AH_OUTPUT([HAVE_STDIO_EXT_H], [/* Define to 1 if you have the <stdio_ext.h> header file. */
#undef HAVE_STDIO_EXT_H])
m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H])
m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H])
m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
#undef HAVE_GETPAGESIZE])
m4trace:configure.in:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
m4trace:configure.in:777: -1- m4_pattern_allow([^HAVE_MMAP$])
m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
#undef HAVE_MMAP])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */
#undef HAVE___ARGZ_COUNT])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */
#undef HAVE___ARGZ_NEXT])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */
#undef HAVE___ARGZ_STRINGIFY])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */
#undef HAVE_DCGETTEXT])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */
#undef HAVE_MEMPCPY])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
#undef HAVE_MUNMAP])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
#undef HAVE_STPCPY])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_STRCSPN], [/* Define to 1 if you have the `strcspn\' function. */
#undef HAVE_STRCSPN])
m4trace:configure.in:778: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
#undef HAVE_STRDUP])
m4trace:configure.in:787: -1- AC_SUBST([INTL_DEP])
m4trace:configure.in:787: -1- AC_SUBST_TRACE([INTL_DEP])
m4trace:configure.in:787: -1- m4_pattern_allow([^INTL_DEP$])
m4trace:configure.in:788: -1- AC_SUBST([INTL_INC])
m4trace:configure.in:788: -1- AC_SUBST_TRACE([INTL_INC])
m4trace:configure.in:788: -1- m4_pattern_allow([^INTL_INC$])
m4trace:configure.in:789: -1- AC_SUBST([LIBINTL_H])
m4trace:configure.in:789: -1- AC_SUBST_TRACE([LIBINTL_H])
m4trace:configure.in:789: -1- m4_pattern_allow([^LIBINTL_H$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBRLEN])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_MBRLEN$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSCMP])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_MBSCMP$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSRTOWCS])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_MBSRTOWCS$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCRTOMB])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_WCRTOMB$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCSCOLL])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_WCSCOLL$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCSDUP])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_WCSDUP$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCWIDTH])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_WCWIDTH$])
m4trace:configure.in:795: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE])
m4trace:configure.in:795: -2- m4_pattern_allow([^HAVE_WCTYPE$])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_MBRTOWC$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
#undef HAVE_MBRTOWC])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBSTATE_T])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_MBSTATE_T$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_ISWLOWER], [/* Define to 1 if you have the `iswlower\' function. */
#undef HAVE_ISWLOWER])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_ISWUPPER], [/* Define to 1 if you have the `iswupper\' function. */
#undef HAVE_ISWUPPER])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_TOWLOWER], [/* Define to 1 if you have the `towlower\' function. */
#undef HAVE_TOWLOWER])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_TOWUPPER], [/* Define to 1 if you have the `towupper\' function. */
#undef HAVE_TOWUPPER])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_ISWCTYPE], [/* Define to 1 if you have the `iswctype\' function. */
#undef HAVE_ISWCTYPE])
m4trace:configure.in:795: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:1686: BASH_CHECK_MULTIBYTE is expanded from...
configure.in:795: the top level])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
m4trace:configure.in:795: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:1686: BASH_CHECK_MULTIBYTE is expanded from...
configure.in:795: the top level])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_T])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_WCHAR_T], [/* systems should define this type here */
#undef HAVE_WCHAR_T])
m4trace:configure.in:795: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:1686: BASH_CHECK_MULTIBYTE is expanded from...
configure.in:795: the top level])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE_T])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_WCTYPE_T$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_WCTYPE_T], [/* systems should define this type here */
#undef HAVE_WCTYPE_T])
m4trace:configure.in:795: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:1686: BASH_CHECK_MULTIBYTE is expanded from...
configure.in:795: the top level])
m4trace:configure.in:795: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WINT_T])
m4trace:configure.in:795: -1- m4_pattern_allow([^HAVE_WINT_T$])
m4trace:configure.in:795: -1- AH_OUTPUT([HAVE_WINT_T], [/* systems should define this type here */
#undef HAVE_WINT_T])
m4trace:configure.in:799: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */
#undef HAVE_LIBDL])
m4trace:configure.in:799: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL])
m4trace:configure.in:799: -1- m4_pattern_allow([^HAVE_LIBDL$])
m4trace:configure.in:800: -1- AH_OUTPUT([HAVE_DLOPEN], [/* Define to 1 if you have the `dlopen\' function. */
#undef HAVE_DLOPEN])
m4trace:configure.in:800: -1- AH_OUTPUT([HAVE_DLCLOSE], [/* Define to 1 if you have the `dlclose\' function. */
#undef HAVE_DLCLOSE])
m4trace:configure.in:800: -1- AH_OUTPUT([HAVE_DLSYM], [/* Define to 1 if you have the `dlsym\' function. */
#undef HAVE_DLSYM])
m4trace:configure.in:804: -1- _m4_warn([obsolete], [The macro `AC_DECL_SYS_SIGLIST' is obsolete.
You should run autoupdate.], [../../lib/autoconf/specific.m4:63: AC_DECL_SYS_SIGLIST is expanded from...
configure.in:804: the top level])
m4trace:configure.in:804: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SYS_SIGLIST])
m4trace:configure.in:804: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$])
m4trace:configure.in:804: -1- AH_OUTPUT([HAVE_DECL_SYS_SIGLIST], [/* Define to 1 if you have the declaration of `sys_siglist\', and to 0 if you
   don\'t. */
#undef HAVE_DECL_SYS_SIGLIST])
m4trace:configure.in:804: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SYS_SIGLIST])
m4trace:configure.in:804: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$])
m4trace:configure.in:808: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:560: BASH_FUNC_INET_ATON is expanded from...
configure.in:808: the top level])
m4trace:configure.in:808: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INET_ATON])
m4trace:configure.in:808: -1- m4_pattern_allow([^HAVE_INET_ATON$])
m4trace:configure.in:808: -1- AC_LIBSOURCE([inet_aton.c])
m4trace:configure.in:808: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS inet_aton.$ac_objext"])
m4trace:configure.in:808: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:808: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:814: -1- AH_OUTPUT([HAVE_LIBSUN], [/* Define to 1 if you have the `sun\' library (-lsun). */
#undef HAVE_LIBSUN])
m4trace:configure.in:814: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSUN])
m4trace:configure.in:814: -1- m4_pattern_allow([^HAVE_LIBSUN$])
m4trace:configure.in:819: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSOCKET])
m4trace:configure.in:819: -1- m4_pattern_allow([^HAVE_LIBSOCKET$])
m4trace:configure.in:819: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPEERNAME])
m4trace:configure.in:819: -1- m4_pattern_allow([^HAVE_GETPEERNAME$])
m4trace:configure.in:823: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:729: BASH_FUNC_GETHOSTBYNAME is expanded from...
configure.in:823: the top level])
m4trace:configure.in:823: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETHOSTBYNAME])
m4trace:configure.in:823: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME$])
m4trace:configure.in:827: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
m4trace:configure.in:827: -1- m4_pattern_allow([^uid_t$])
m4trace:configure.in:827: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
#undef uid_t])
m4trace:configure.in:827: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
m4trace:configure.in:827: -1- m4_pattern_allow([^gid_t$])
m4trace:configure.in:827: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
#undef gid_t])
m4trace:configure.in:827: -1- AC_DEFINE_TRACE_LITERAL([GETGROUPS_T])
m4trace:configure.in:827: -1- m4_pattern_allow([^GETGROUPS_T$])
m4trace:configure.in:827: -1- AH_OUTPUT([GETGROUPS_T], [/* Define to the type of elements in the array set by `getgroups\'. Usually
   this is either `int\' or `gid_t\'. */
#undef GETGROUPS_T])
m4trace:configure.in:828: -1- AC_DEFINE_TRACE_LITERAL([off_t])
m4trace:configure.in:828: -1- m4_pattern_allow([^off_t$])
m4trace:configure.in:828: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if <sys/types.h> does not define. */
#undef off_t])
m4trace:configure.in:829: -1- AC_DEFINE_TRACE_LITERAL([mode_t])
m4trace:configure.in:829: -1- m4_pattern_allow([^mode_t$])
m4trace:configure.in:829: -1- AH_OUTPUT([mode_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef mode_t])
m4trace:configure.in:830: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
m4trace:configure.in:830: -1- m4_pattern_allow([^uid_t$])
m4trace:configure.in:830: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
#undef uid_t])
m4trace:configure.in:830: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
m4trace:configure.in:830: -1- m4_pattern_allow([^gid_t$])
m4trace:configure.in:830: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
#undef gid_t])
m4trace:configure.in:831: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
m4trace:configure.in:831: -1- m4_pattern_allow([^pid_t$])
m4trace:configure.in:831: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef pid_t])
m4trace:configure.in:832: -1- AC_DEFINE_TRACE_LITERAL([size_t])
m4trace:configure.in:832: -1- m4_pattern_allow([^size_t$])
m4trace:configure.in:832: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
#undef size_t])
m4trace:configure.in:833: -1- AC_DEFINE_TRACE_LITERAL([ssize_t])
m4trace:configure.in:833: -1- m4_pattern_allow([^ssize_t$])
m4trace:configure.in:833: -1- AH_OUTPUT([ssize_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef ssize_t])
m4trace:configure.in:834: -1- AC_DEFINE_TRACE_LITERAL([time_t])
m4trace:configure.in:834: -1- m4_pattern_allow([^time_t$])
m4trace:configure.in:834: -1- AH_OUTPUT([time_t], [/* Define to `long\' if <sys/types.h> does not define. */
#undef time_t])
m4trace:configure.in:836: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:469: BASH_TYPE_LONG_LONG is expanded from...
configure.in:836: the top level])
m4trace:configure.in:836: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG])
m4trace:configure.in:836: -1- m4_pattern_allow([^HAVE_LONG_LONG$])
m4trace:configure.in:837: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:483: BASH_TYPE_UNSIGNED_LONG_LONG is expanded from...
configure.in:837: the top level])
m4trace:configure.in:837: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG])
m4trace:configure.in:837: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$])
m4trace:configure.in:839: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
You should run autoupdate.], [../../lib/autoconf/types.m4:699: AC_TYPE_SIGNAL is expanded from...
configure.in:839: the top level])
m4trace:configure.in:839: -1- AC_DEFINE_TRACE_LITERAL([RETSIGTYPE])
m4trace:configure.in:839: -1- m4_pattern_allow([^RETSIGTYPE$])
m4trace:configure.in:839: -1- AH_OUTPUT([RETSIGTYPE], [/* Define as the return type of signal handlers (`int\' or `void\'). */
#undef RETSIGTYPE])
m4trace:configure.in:840: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:534: BASH_TYPE_SIG_ATOMIC_T is expanded from...
configure.in:840: the top level])
m4trace:configure.in:840: -1- AC_DEFINE_TRACE_LITERAL([sig_atomic_t])
m4trace:configure.in:840: -1- m4_pattern_allow([^sig_atomic_t$])
m4trace:configure.in:840: -1- AH_OUTPUT([sig_atomic_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef sig_atomic_t])
m4trace:configure.in:842: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR])
m4trace:configure.in:842: -1- m4_pattern_allow([^SIZEOF_CHAR$])
m4trace:configure.in:842: -1- AH_OUTPUT([SIZEOF_CHAR], [/* The size of `char\', as computed by sizeof. */
#undef SIZEOF_CHAR])
m4trace:configure.in:843: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT])
m4trace:configure.in:843: -1- m4_pattern_allow([^SIZEOF_SHORT$])
m4trace:configure.in:843: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of `short\', as computed by sizeof. */
#undef SIZEOF_SHORT])
m4trace:configure.in:844: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT])
m4trace:configure.in:844: -1- m4_pattern_allow([^SIZEOF_INT$])
m4trace:configure.in:844: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of `int\', as computed by sizeof. */
#undef SIZEOF_INT])
m4trace:configure.in:845: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG])
m4trace:configure.in:845: -1- m4_pattern_allow([^SIZEOF_LONG$])
m4trace:configure.in:845: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */
#undef SIZEOF_LONG])
m4trace:configure.in:846: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR_P])
m4trace:configure.in:846: -1- m4_pattern_allow([^SIZEOF_CHAR_P$])
m4trace:configure.in:846: -1- AH_OUTPUT([SIZEOF_CHAR_P], [/* The size of `char *\', as computed by sizeof. */
#undef SIZEOF_CHAR_P])
m4trace:configure.in:847: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_DOUBLE])
m4trace:configure.in:847: -1- m4_pattern_allow([^SIZEOF_DOUBLE$])
m4trace:configure.in:847: -1- AH_OUTPUT([SIZEOF_DOUBLE], [/* The size of `double\', as computed by sizeof. */
#undef SIZEOF_DOUBLE])
m4trace:configure.in:848: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG_LONG])
m4trace:configure.in:848: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
m4trace:configure.in:848: -1- AH_OUTPUT([SIZEOF_LONG_LONG], [/* The size of `long long\', as computed by sizeof. */
#undef SIZEOF_LONG_LONG])
m4trace:configure.in:850: -1- AC_DEFINE_TRACE_LITERAL([u_int])
m4trace:configure.in:850: -1- m4_pattern_allow([^u_int$])
m4trace:configure.in:850: -1- AH_OUTPUT([u_int], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
#undef u_int])
m4trace:configure.in:851: -1- AC_DEFINE_TRACE_LITERAL([u_long])
m4trace:configure.in:851: -1- m4_pattern_allow([^u_long$])
m4trace:configure.in:851: -1- AH_OUTPUT([u_long], [/* Define to `unsigned long\' if <sys/types.h> does not define. */
#undef u_long])
m4trace:configure.in:853: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
m4trace:configure.in:853: -1- m4_pattern_allow([^bits16_t$])
m4trace:configure.in:853: -1- AH_OUTPUT([bits16_t], [/* Define to `short\' if <sys/types.h> does not define. */
#undef bits16_t])
m4trace:configure.in:853: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
m4trace:configure.in:853: -1- m4_pattern_allow([^bits16_t$])
m4trace:configure.in:853: -1- AH_OUTPUT([bits16_t], [/* Define to `char\' if <sys/types.h> does not define. */
#undef bits16_t])
m4trace:configure.in:853: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
m4trace:configure.in:853: -1- m4_pattern_allow([^bits16_t$])
m4trace:configure.in:853: -1- AH_OUTPUT([bits16_t], [/* Define to `short\' if <sys/types.h> does not define. */
#undef bits16_t])
m4trace:configure.in:854: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
m4trace:configure.in:854: -1- m4_pattern_allow([^u_bits16_t$])
m4trace:configure.in:854: -1- AH_OUTPUT([u_bits16_t], [/* Define to `unsigned short\' if <sys/types.h> does not define. */
#undef u_bits16_t])
m4trace:configure.in:854: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
m4trace:configure.in:854: -1- m4_pattern_allow([^u_bits16_t$])
m4trace:configure.in:854: -1- AH_OUTPUT([u_bits16_t], [/* Define to `unsigned char\' if <sys/types.h> does not define. */
#undef u_bits16_t])
m4trace:configure.in:854: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
m4trace:configure.in:854: -1- m4_pattern_allow([^u_bits16_t$])
m4trace:configure.in:854: -1- AH_OUTPUT([u_bits16_t], [/* Define to `unsigned short\' if <sys/types.h> does not define. */
#undef u_bits16_t])
m4trace:configure.in:855: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
m4trace:configure.in:855: -1- m4_pattern_allow([^bits32_t$])
m4trace:configure.in:855: -1- AH_OUTPUT([bits32_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef bits32_t])
m4trace:configure.in:855: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
m4trace:configure.in:855: -1- m4_pattern_allow([^bits32_t$])
m4trace:configure.in:855: -1- AH_OUTPUT([bits32_t], [/* Define to `long\' if <sys/types.h> does not define. */
#undef bits32_t])
m4trace:configure.in:855: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
m4trace:configure.in:855: -1- m4_pattern_allow([^bits32_t$])
m4trace:configure.in:855: -1- AH_OUTPUT([bits32_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef bits32_t])
m4trace:configure.in:856: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
m4trace:configure.in:856: -1- m4_pattern_allow([^u_bits32_t$])
m4trace:configure.in:856: -1- AH_OUTPUT([u_bits32_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
#undef u_bits32_t])
m4trace:configure.in:856: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
m4trace:configure.in:856: -1- m4_pattern_allow([^u_bits32_t$])
m4trace:configure.in:856: -1- AH_OUTPUT([u_bits32_t], [/* Define to `unsigned long\' if <sys/types.h> does not define. */
#undef u_bits32_t])
m4trace:configure.in:856: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
m4trace:configure.in:856: -1- m4_pattern_allow([^u_bits32_t$])
m4trace:configure.in:856: -1- AH_OUTPUT([u_bits32_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
#undef u_bits32_t])
m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
m4trace:configure.in:857: -1- m4_pattern_allow([^bits64_t$])
m4trace:configure.in:857: -1- AH_OUTPUT([bits64_t], [/* Define to `char *\' if <sys/types.h> does not define. */
#undef bits64_t])
m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
m4trace:configure.in:857: -1- m4_pattern_allow([^bits64_t$])
m4trace:configure.in:857: -1- AH_OUTPUT([bits64_t], [/* Define to `double\' if <sys/types.h> does not define. */
#undef bits64_t])
m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
m4trace:configure.in:857: -1- m4_pattern_allow([^bits64_t$])
m4trace:configure.in:857: -1- AH_OUTPUT([bits64_t], [/* Define to `long long\' if <sys/types.h> does not define. */
#undef bits64_t])
m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
m4trace:configure.in:857: -1- m4_pattern_allow([^bits64_t$])
m4trace:configure.in:857: -1- AH_OUTPUT([bits64_t], [/* Define to `long\' if <sys/types.h> does not define. */
#undef bits64_t])
m4trace:configure.in:857: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
m4trace:configure.in:857: -1- m4_pattern_allow([^bits64_t$])
m4trace:configure.in:857: -1- AH_OUTPUT([bits64_t], [/* Define to `double\' if <sys/types.h> does not define. */
#undef bits64_t])
m4trace:configure.in:859: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
m4trace:configure.in:859: -1- m4_pattern_allow([^ptrdiff_t$])
m4trace:configure.in:859: -1- AH_OUTPUT([ptrdiff_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef ptrdiff_t])
m4trace:configure.in:859: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
m4trace:configure.in:859: -1- m4_pattern_allow([^ptrdiff_t$])
m4trace:configure.in:859: -1- AH_OUTPUT([ptrdiff_t], [/* Define to `long\' if <sys/types.h> does not define. */
#undef ptrdiff_t])
m4trace:configure.in:859: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
m4trace:configure.in:859: -1- m4_pattern_allow([^ptrdiff_t$])
m4trace:configure.in:859: -1- AH_OUTPUT([ptrdiff_t], [/* Define to `long long\' if <sys/types.h> does not define. */
#undef ptrdiff_t])
m4trace:configure.in:859: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
m4trace:configure.in:859: -1- m4_pattern_allow([^ptrdiff_t$])
m4trace:configure.in:859: -1- AH_OUTPUT([ptrdiff_t], [/* Define to `int\' if <sys/types.h> does not define. */
#undef ptrdiff_t])
m4trace:configure.in:862: -1- AC_DEFINE_TRACE_LITERAL([STAT_MACROS_BROKEN])
m4trace:configure.in:862: -1- m4_pattern_allow([^STAT_MACROS_BROKEN$])
m4trace:configure.in:862: -1- AH_OUTPUT([STAT_MACROS_BROKEN], [/* Define to 1 if the `S_IS*\' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN])
m4trace:configure.in:867: -1- AC_DEFINE_TRACE_LITERAL([HAVE_HASH_BANG_EXEC])
m4trace:configure.in:867: -1- m4_pattern_allow([^HAVE_HASH_BANG_EXEC$])
m4trace:configure.in:872: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:546: BASH_FUNC_LSTAT is expanded from...
configure.in:872: the top level])
m4trace:configure.in:872: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LSTAT])
m4trace:configure.in:872: -1- m4_pattern_allow([^HAVE_LSTAT$])
m4trace:configure.in:876: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1877: BASH_FUNC_CTYPE_NONASCII is expanded from...
configure.in:876: the top level])
m4trace:configure.in:876: -1- AC_DEFINE_TRACE_LITERAL([CTYPE_NON_ASCII])
m4trace:configure.in:876: -1- m4_pattern_allow([^CTYPE_NON_ASCII$])
m4trace:configure.in:877: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:267: BASH_FUNC_DUP2_CLOEXEC_CHECK is expanded from...
configure.in:877: the top level])
m4trace:configure.in:877: -1- AC_DEFINE_TRACE_LITERAL([DUP2_BROKEN])
m4trace:configure.in:877: -1- m4_pattern_allow([^DUP2_BROKEN$])
m4trace:configure.in:878: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1232: BASH_SYS_PGRP_SYNC is expanded from...
configure.in:878: the top level])
m4trace:configure.in:878: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
m4trace:configure.in:878: -1- m4_pattern_allow([^PGRP_PIPE$])
m4trace:configure.in:879: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1192: BASH_SYS_SIGNAL_VINTAGE is expanded from...
configure.in:879: the top level])
m4trace:configure.in:879: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2518: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1192: BASH_SYS_SIGNAL_VINTAGE is expanded from...
configure.in:879: the top level])
m4trace:configure.in:879: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2518: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2518: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1192: BASH_SYS_SIGNAL_VINTAGE is expanded from...
configure.in:879: the top level])
m4trace:configure.in:879: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGNALS])
m4trace:configure.in:879: -1- m4_pattern_allow([^HAVE_POSIX_SIGNALS$])
m4trace:configure.in:879: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BSD_SIGNALS])
m4trace:configure.in:879: -1- m4_pattern_allow([^HAVE_BSD_SIGNALS$])
m4trace:configure.in:879: -1- AC_DEFINE_TRACE_LITERAL([HAVE_USG_SIGHOLD])
m4trace:configure.in:879: -1- m4_pattern_allow([^HAVE_USG_SIGHOLD$])
m4trace:configure.in:882: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:250: BASH_SYS_ERRLIST is expanded from...
configure.in:882: the top level])
m4trace:configure.in:882: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_ERRLIST])
m4trace:configure.in:882: -1- m4_pattern_allow([^HAVE_SYS_ERRLIST$])
m4trace:configure.in:883: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:208: BASH_SYS_SIGLIST is expanded from...
configure.in:883: the top level])
m4trace:configure.in:883: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SIGLIST])
m4trace:configure.in:883: -1- m4_pattern_allow([^HAVE_SYS_SIGLIST$])
m4trace:configure.in:884: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:164: BASH_DECL_UNDER_SYS_SIGLIST is expanded from...
aclocal.m4:181: BASH_UNDER_SYS_SIGLIST is expanded from...
configure.in:884: the top level])
m4trace:configure.in:884: -1- AC_DEFINE_TRACE_LITERAL([UNDER_SYS_SIGLIST_DECLARED])
m4trace:configure.in:884: -1- m4_pattern_allow([^UNDER_SYS_SIGLIST_DECLARED$])
m4trace:configure.in:884: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:181: BASH_UNDER_SYS_SIGLIST is expanded from...
configure.in:884: the top level])
m4trace:configure.in:884: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNDER_SYS_SIGLIST])
m4trace:configure.in:884: -1- m4_pattern_allow([^HAVE_UNDER_SYS_SIGLIST$])
m4trace:configure.in:887: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:363: BASH_TYPE_SIGHANDLER is expanded from...
configure.in:887: the top level])
m4trace:configure.in:887: -1- AC_DEFINE_TRACE_LITERAL([VOID_SIGHANDLER])
m4trace:configure.in:887: -1- m4_pattern_allow([^VOID_SIGHANDLER$])
m4trace:configure.in:888: -1- AC_DEFINE_TRACE_LITERAL([clock_t])
m4trace:configure.in:888: -1- m4_pattern_allow([^clock_t$])
m4trace:configure.in:889: -1- AC_DEFINE_TRACE_LITERAL([sigset_t])
m4trace:configure.in:889: -1- m4_pattern_allow([^sigset_t$])
m4trace:configure.in:890: -1- AC_DEFINE_TRACE_LITERAL([HAVE_QUAD_T])
m4trace:configure.in:890: -1- m4_pattern_allow([^HAVE_QUAD_T$])
m4trace:configure.in:890: -1- AC_DEFINE_TRACE_LITERAL([quad_t])
m4trace:configure.in:890: -1- m4_pattern_allow([^quad_t$])
m4trace:configure.in:891: -1- AC_DEFINE_TRACE_LITERAL([intmax_t])
m4trace:configure.in:891: -1- m4_pattern_allow([^intmax_t$])
m4trace:configure.in:892: -1- AC_DEFINE_TRACE_LITERAL([uintmax_t])
m4trace:configure.in:892: -1- m4_pattern_allow([^uintmax_t$])
m4trace:configure.in:894: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SOCKLEN_T])
m4trace:configure.in:894: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$])
m4trace:configure.in:894: -1- AC_DEFINE_TRACE_LITERAL([socklen_t])
m4trace:configure.in:894: -1- m4_pattern_allow([^socklen_t$])
m4trace:configure.in:896: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:504: BASH_TYPE_RLIMIT is expanded from...
configure.in:896: the top level])
m4trace:configure.in:896: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2462: AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:504: BASH_TYPE_RLIMIT is expanded from...
configure.in:896: the top level])
m4trace:configure.in:896: -1- AC_DEFINE_TRACE_LITERAL([RLIMTYPE])
m4trace:configure.in:896: -1- m4_pattern_allow([^RLIMTYPE$])
m4trace:configure.in:896: -1- AC_DEFINE_TRACE_LITERAL([RLIMTYPE])
m4trace:configure.in:896: -1- m4_pattern_allow([^RLIMTYPE$])
m4trace:configure.in:899: -2- AC_DEFINE_TRACE_LITERAL([TERMIOS_LDISC])
m4trace:configure.in:899: -2- m4_pattern_allow([^TERMIOS_LDISC$])
m4trace:configure.in:900: -2- AC_DEFINE_TRACE_LITERAL([TERMIO_LDISC])
m4trace:configure.in:900: -2- m4_pattern_allow([^TERMIO_LDISC$])
m4trace:configure.in:901: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1039: BASH_STRUCT_DIRENT_D_INO is expanded from...
configure.in:901: the top level])
m4trace:configure.in:901: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_INO])
m4trace:configure.in:901: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_INO$])
m4trace:configure.in:902: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1072: BASH_STRUCT_DIRENT_D_FILENO is expanded from...
configure.in:902: the top level])
m4trace:configure.in:902: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_FILENO])
m4trace:configure.in:902: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_FILENO$])
m4trace:configure.in:903: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1105: BASH_STRUCT_DIRENT_D_NAMLEN is expanded from...
configure.in:903: the top level])
m4trace:configure.in:903: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_NAMLEN])
m4trace:configure.in:903: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_NAMLEN$])
m4trace:configure.in:904: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1170: BASH_STRUCT_WINSIZE is expanded from...
configure.in:904: the top level])
m4trace:configure.in:904: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2462: AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1170: BASH_STRUCT_WINSIZE is expanded from...
configure.in:904: the top level])
m4trace:configure.in:904: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_SYS_IOCTL])
m4trace:configure.in:904: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_SYS_IOCTL$])
m4trace:configure.in:904: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_TERMIOS])
m4trace:configure.in:904: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_TERMIOS$])
m4trace:configure.in:905: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TIMEVAL])
m4trace:configure.in:905: -1- m4_pattern_allow([^HAVE_TIMEVAL$])
m4trace:configure.in:906: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_BLOCKS])
m4trace:configure.in:906: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_BLOCKS$])
m4trace:configure.in:906: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_BLOCKS], [/* Define to 1 if `st_blocks\' is member of `struct stat\'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS])
m4trace:configure.in:907: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])
m4trace:configure.in:907: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
m4trace:configure.in:907: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */
#undef TM_IN_SYS_TIME])
m4trace:configure.in:908: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TM_TM_ZONE])
m4trace:configure.in:908: -1- m4_pattern_allow([^HAVE_STRUCT_TM_TM_ZONE$])
m4trace:configure.in:908: -1- AH_OUTPUT([HAVE_STRUCT_TM_TM_ZONE], [/* Define to 1 if `tm_zone\' is member of `struct tm\'. */
#undef HAVE_STRUCT_TM_TM_ZONE])
m4trace:configure.in:908: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TM_ZONE])
m4trace:configure.in:908: -1- m4_pattern_allow([^HAVE_TM_ZONE$])
m4trace:configure.in:908: -1- AH_OUTPUT([HAVE_TM_ZONE], [/* Define to 1 if your `struct tm\' has `tm_zone\'. Deprecated, use
   `HAVE_STRUCT_TM_TM_ZONE\' instead. */
#undef HAVE_TM_ZONE])
m4trace:configure.in:908: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_TZNAME])
m4trace:configure.in:908: -1- m4_pattern_allow([^HAVE_DECL_TZNAME$])
m4trace:configure.in:908: -1- AH_OUTPUT([HAVE_DECL_TZNAME], [/* Define to 1 if you have the declaration of `tzname\', and to 0 if you don\'t.
   */
#undef HAVE_DECL_TZNAME])
m4trace:configure.in:908: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_TZNAME])
m4trace:configure.in:908: -1- m4_pattern_allow([^HAVE_DECL_TZNAME$])
m4trace:configure.in:908: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TZNAME])
m4trace:configure.in:908: -1- m4_pattern_allow([^HAVE_TZNAME$])
m4trace:configure.in:908: -1- AH_OUTPUT([HAVE_TZNAME], [/* Define to 1 if you don\'t have `tm_zone\' but do have the external array
   `tzname\'. */
#undef HAVE_TZNAME])
m4trace:configure.in:909: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMEZONE])
m4trace:configure.in:909: -1- m4_pattern_allow([^HAVE_STRUCT_TIMEZONE$])
m4trace:configure.in:912: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:296: BASH_FUNC_STRSIGNAL is expanded from...
configure.in:912: the top level])
m4trace:configure.in:912: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSIGNAL])
m4trace:configure.in:912: -1- m4_pattern_allow([^HAVE_STRSIGNAL$])
m4trace:configure.in:913: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:310: BASH_FUNC_OPENDIR_CHECK is expanded from...
configure.in:913: the top level])
m4trace:configure.in:913: -1- AC_DEFINE_TRACE_LITERAL([OPENDIR_NOT_ROBUST])
m4trace:configure.in:913: -1- m4_pattern_allow([^OPENDIR_NOT_ROBUST$])
m4trace:configure.in:914: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:680: BASH_FUNC_ULIMIT_MAXFDS is expanded from...
configure.in:914: the top level])
m4trace:configure.in:914: -1- AC_DEFINE_TRACE_LITERAL([ULIMIT_MAXFDS])
m4trace:configure.in:914: -1- m4_pattern_allow([^ULIMIT_MAXFDS$])
m4trace:configure.in:915: -1- AH_OUTPUT([HAVE_FPURGE], [/* Define to 1 if you have the `fpurge\' function. */
#undef HAVE_FPURGE])
m4trace:configure.in:915: -1- AH_OUTPUT([HAVE___FPURGE], [/* Define to 1 if you have the `__fpurge\' function. */
#undef HAVE___FPURGE])
m4trace:configure.in:915: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:915: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
m4trace:configure.in:915: -1- AH_OUTPUT([HAVE_DECL_FPURGE], [/* Define to 1 if you have the declaration of `fpurge\', and to 0 if you don\'t.
   */
#undef HAVE_DECL_FPURGE])
m4trace:configure.in:915: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:915: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
m4trace:configure.in:916: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:576: BASH_FUNC_GETENV is expanded from...
configure.in:916: the top level])
m4trace:configure.in:916: -1- AC_DEFINE_TRACE_LITERAL([CAN_REDEFINE_GETENV])
m4trace:configure.in:916: -1- m4_pattern_allow([^CAN_REDEFINE_GETENV$])
m4trace:configure.in:918: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:699: BASH_FUNC_GETCWD is expanded from...
configure.in:918: the top level])
m4trace:configure.in:918: -1- AC_DEFINE_TRACE_LITERAL([GETCWD_BROKEN])
m4trace:configure.in:918: -1- m4_pattern_allow([^GETCWD_BROKEN$])
m4trace:configure.in:918: -1- AC_LIBSOURCE([getcwd.c])
m4trace:configure.in:918: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_objext"])
m4trace:configure.in:918: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:918: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:920: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:775: BASH_FUNC_POSIX_SETJMP is expanded from...
configure.in:920: the top level])
m4trace:configure.in:920: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGSETJMP])
m4trace:configure.in:920: -1- m4_pattern_allow([^HAVE_POSIX_SIGSETJMP$])
m4trace:configure.in:921: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:826: BASH_FUNC_STRCOLL is expanded from...
configure.in:921: the top level])
m4trace:configure.in:921: -1- AC_DEFINE_TRACE_LITERAL([STRCOLL_BROKEN])
m4trace:configure.in:921: -1- m4_pattern_allow([^STRCOLL_BROKEN$])
m4trace:configure.in:927: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:621: BASH_FUNC_STD_PUTENV is expanded from...
configure.in:927: the top level])
m4trace:configure.in:927: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
m4trace:configure.in:927: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
m4trace:configure.in:929: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
m4trace:configure.in:929: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:651: BASH_FUNC_STD_UNSETENV is expanded from...
configure.in:932: the top level])
m4trace:configure.in:932: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
m4trace:configure.in:932: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
m4trace:configure.in:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
m4trace:configure.in:934: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
m4trace:configure.in:937: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:875: BASH_FUNC_PRINTF_A_FORMAT is expanded from...
configure.in:937: the top level])
m4trace:configure.in:937: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PRINTF_A_FORMAT])
m4trace:configure.in:937: -1- m4_pattern_allow([^HAVE_PRINTF_A_FORMAT$])
m4trace:configure.in:940: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1294: BASH_SYS_REINSTALL_SIGHANDLERS is expanded from...
configure.in:940: the top level])
m4trace:configure.in:940: -1- AC_DEFINE_TRACE_LITERAL([MUST_REINSTALL_SIGHANDLERS])
m4trace:configure.in:940: -1- m4_pattern_allow([^MUST_REINSTALL_SIGHANDLERS$])
m4trace:configure.in:941: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1353: BASH_SYS_JOB_CONTROL_MISSING is expanded from...
configure.in:941: the top level])
m4trace:configure.in:941: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL_MISSING])
m4trace:configure.in:941: -1- m4_pattern_allow([^JOB_CONTROL_MISSING$])
m4trace:configure.in:942: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1412: BASH_SYS_NAMED_PIPES is expanded from...
configure.in:942: the top level])
m4trace:configure.in:942: -1- AC_DEFINE_TRACE_LITERAL([NAMED_PIPES_MISSING])
m4trace:configure.in:942: -1- m4_pattern_allow([^NAMED_PIPES_MISSING$])
m4trace:configure.in:945: -1- AC_DEFINE_TRACE_LITERAL([GWINSZ_IN_SYS_IOCTL])
m4trace:configure.in:945: -1- m4_pattern_allow([^GWINSZ_IN_SYS_IOCTL$])
m4trace:configure.in:945: -1- AH_OUTPUT([GWINSZ_IN_SYS_IOCTL], [/* Define to 1 if `TIOCGWINSZ\' requires <sys/ioctl.h>. */
#undef GWINSZ_IN_SYS_IOCTL])
m4trace:configure.in:946: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1493: BASH_HAVE_TIOCSTAT is expanded from...
configure.in:946: the top level])
m4trace:configure.in:946: -1- AC_DEFINE_TRACE_LITERAL([TIOCSTAT_IN_SYS_IOCTL])
m4trace:configure.in:946: -1- m4_pattern_allow([^TIOCSTAT_IN_SYS_IOCTL$])
m4trace:configure.in:947: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1505: BASH_HAVE_FIONREAD is expanded from...
configure.in:947: the top level])
m4trace:configure.in:947: -1- AC_DEFINE_TRACE_LITERAL([FIONREAD_IN_SYS_IOCTL])
m4trace:configure.in:947: -1- m4_pattern_allow([^FIONREAD_IN_SYS_IOCTL$])
m4trace:configure.in:949: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1921: BASH_CHECK_WCONTINUED is expanded from...
configure.in:949: the top level])
m4trace:configure.in:949: -1- AC_DEFINE_TRACE_LITERAL([WCONTINUED_BROKEN])
m4trace:configure.in:949: -1- m4_pattern_allow([^WCONTINUED_BROKEN$])
m4trace:configure.in:952: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1523: BASH_CHECK_SPEED_T is expanded from...
configure.in:952: the top level])
m4trace:configure.in:952: -1- AC_DEFINE_TRACE_LITERAL([SPEED_T_IN_SYS_TYPES])
m4trace:configure.in:952: -1- m4_pattern_allow([^SPEED_T_IN_SYS_TYPES$])
m4trace:configure.in:953: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPW_DECLS])
m4trace:configure.in:953: -1- m4_pattern_allow([^HAVE_GETPW_DECLS$])
m4trace:configure.in:954: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1650: BASH_CHECK_RTSIGS is expanded from...
configure.in:954: the top level])
m4trace:configure.in:954: -1- AC_DEFINE_TRACE_LITERAL([UNUSABLE_RT_SIGNALS])
m4trace:configure.in:954: -1- m4_pattern_allow([^UNUSABLE_RT_SIGNALS$])
m4trace:configure.in:955: -1- AC_SUBST([SIGLIST_O])
m4trace:configure.in:955: -1- AC_SUBST_TRACE([SIGLIST_O])
m4trace:configure.in:955: -1- m4_pattern_allow([^SIGLIST_O$])
m4trace:configure.in:959: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1602: BASH_CHECK_KERNEL_RLIMIT is expanded from...
configure.in:959: the top level])
m4trace:configure.in:959: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2462: AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1602: BASH_CHECK_KERNEL_RLIMIT is expanded from...
configure.in:959: the top level])
m4trace:configure.in:959: -1- AC_DEFINE_TRACE_LITERAL([RLIMIT_NEEDS_KERNEL])
m4trace:configure.in:959: -1- m4_pattern_allow([^RLIMIT_NEEDS_KERNEL$])
m4trace:configure.in:969: -1- AC_SUBST([TERMCAP_LIB])
m4trace:configure.in:969: -1- AC_SUBST_TRACE([TERMCAP_LIB])
m4trace:configure.in:969: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.in:970: -1- AC_SUBST([TERMCAP_DEP])
m4trace:configure.in:970: -1- AC_SUBST_TRACE([TERMCAP_DEP])
m4trace:configure.in:970: -1- m4_pattern_allow([^TERMCAP_DEP$])
m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:972: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:972: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:972: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:972: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:973: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_STDIN])
m4trace:configure.in:973: -1- m4_pattern_allow([^HAVE_DEV_STDIN$])
m4trace:configure.in:974: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_MAIL_DIRECTORY])
m4trace:configure.in:974: -1- m4_pattern_allow([^DEFAULT_MAIL_DIRECTORY$])
m4trace:configure.in:981: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL])
m4trace:configure.in:981: -1- m4_pattern_allow([^JOB_CONTROL$])
m4trace:configure.in:987: -1- AC_SUBST([JOBS_O])
m4trace:configure.in:987: -1- AC_SUBST_TRACE([JOBS_O])
m4trace:configure.in:987: -1- m4_pattern_allow([^JOBS_O$])
m4trace:configure.in:1000: -1- AC_DEFINE_TRACE_LITERAL([SVR4_2])
m4trace:configure.in:1000: -1- m4_pattern_allow([^SVR4_2$])
m4trace:configure.in:1001: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1001: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1002: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1002: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1003: -1- AC_DEFINE_TRACE_LITERAL([SVR5])
m4trace:configure.in:1003: -1- m4_pattern_allow([^SVR5$])
m4trace:configure.in:1022: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
m4trace:configure.in:1022: -1- m4_pattern_allow([^PGRP_PIPE$])
m4trace:configure.in:1069: -1- AC_SUBST([SHOBJ_CC])
m4trace:configure.in:1069: -1- AC_SUBST_TRACE([SHOBJ_CC])
m4trace:configure.in:1069: -1- m4_pattern_allow([^SHOBJ_CC$])
m4trace:configure.in:1070: -1- AC_SUBST([SHOBJ_CFLAGS])
m4trace:configure.in:1070: -1- AC_SUBST_TRACE([SHOBJ_CFLAGS])
m4trace:configure.in:1070: -1- m4_pattern_allow([^SHOBJ_CFLAGS$])
m4trace:configure.in:1071: -1- AC_SUBST([SHOBJ_LD])
m4trace:configure.in:1071: -1- AC_SUBST_TRACE([SHOBJ_LD])
m4trace:configure.in:1071: -1- m4_pattern_allow([^SHOBJ_LD$])
m4trace:configure.in:1072: -1- AC_SUBST([SHOBJ_LDFLAGS])
m4trace:configure.in:1072: -1- AC_SUBST_TRACE([SHOBJ_LDFLAGS])
m4trace:configure.in:1072: -1- m4_pattern_allow([^SHOBJ_LDFLAGS$])
m4trace:configure.in:1073: -1- AC_SUBST([SHOBJ_XLDFLAGS])
m4trace:configure.in:1073: -1- AC_SUBST_TRACE([SHOBJ_XLDFLAGS])
m4trace:configure.in:1073: -1- m4_pattern_allow([^SHOBJ_XLDFLAGS$])
m4trace:configure.in:1074: -1- AC_SUBST([SHOBJ_LIBS])
m4trace:configure.in:1074: -1- AC_SUBST_TRACE([SHOBJ_LIBS])
m4trace:configure.in:1074: -1- m4_pattern_allow([^SHOBJ_LIBS$])
m4trace:configure.in:1075: -1- AC_SUBST([SHOBJ_STATUS])
m4trace:configure.in:1075: -1- AC_SUBST_TRACE([SHOBJ_STATUS])
m4trace:configure.in:1075: -1- m4_pattern_allow([^SHOBJ_STATUS$])
m4trace:configure.in:1107: -1- AC_SUBST([PROFILE_FLAGS])
m4trace:configure.in:1107: -1- AC_SUBST_TRACE([PROFILE_FLAGS])
m4trace:configure.in:1107: -1- m4_pattern_allow([^PROFILE_FLAGS$])
m4trace:configure.in:1109: -1- AC_SUBST([incdir])
m4trace:configure.in:1109: -1- AC_SUBST_TRACE([incdir])
m4trace:configure.in:1109: -1- m4_pattern_allow([^incdir$])
m4trace:configure.in:1110: -1- AC_SUBST([BUILD_DIR])
m4trace:configure.in:1110: -1- AC_SUBST_TRACE([BUILD_DIR])
m4trace:configure.in:1110: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.in:1113: -1- AC_SUBST([datarootdir])
m4trace:configure.in:1113: -1- AC_SUBST_TRACE([datarootdir])
m4trace:configure.in:1113: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.in:1114: -1- AC_SUBST([localedir])
m4trace:configure.in:1114: -1- AC_SUBST_TRACE([localedir])
m4trace:configure.in:1114: -1- m4_pattern_allow([^localedir$])
m4trace:configure.in:1116: -1- AC_SUBST([YACC])
m4trace:configure.in:1116: -1- AC_SUBST_TRACE([YACC])
m4trace:configure.in:1116: -1- m4_pattern_allow([^YACC$])
m4trace:configure.in:1117: -1- AC_SUBST([AR])
m4trace:configure.in:1117: -1- AC_SUBST_TRACE([AR])
m4trace:configure.in:1117: -1- m4_pattern_allow([^AR$])
m4trace:configure.in:1118: -1- AC_SUBST([ARFLAGS])
m4trace:configure.in:1118: -1- AC_SUBST_TRACE([ARFLAGS])
m4trace:configure.in:1118: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.in:1120: -1- AC_SUBST([BASHVERS])
m4trace:configure.in:1120: -1- AC_SUBST_TRACE([BASHVERS])
m4trace:configure.in:1120: -1- m4_pattern_allow([^BASHVERS$])
m4trace:configure.in:1121: -1- AC_SUBST([RELSTATUS])
m4trace:configure.in:1121: -1- AC_SUBST_TRACE([RELSTATUS])
m4trace:configure.in:1121: -1- m4_pattern_allow([^RELSTATUS$])
m4trace:configure.in:1122: -1- AC_SUBST([DEBUG])
m4trace:configure.in:1122: -1- AC_SUBST_TRACE([DEBUG])
m4trace:configure.in:1122: -1- m4_pattern_allow([^DEBUG$])
m4trace:configure.in:1123: -1- AC_SUBST([MALLOC_DEBUG])
m4trace:configure.in:1123: -1- AC_SUBST_TRACE([MALLOC_DEBUG])
m4trace:configure.in:1123: -1- m4_pattern_allow([^MALLOC_DEBUG$])
m4trace:configure.in:1125: -1- AC_SUBST([host_cpu])
m4trace:configure.in:1125: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.in:1125: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.in:1126: -1- AC_SUBST([host_vendor])
m4trace:configure.in:1126: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.in:1126: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.in:1127: -1- AC_SUBST([host_os])
m4trace:configure.in:1127: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.in:1127: -1- m4_pattern_allow([^host_os$])
m4trace:configure.in:1129: -1- AC_SUBST([LOCAL_LIBS])
m4trace:configure.in:1129: -1- AC_SUBST_TRACE([LOCAL_LIBS])
m4trace:configure.in:1129: -1- m4_pattern_allow([^LOCAL_LIBS$])
m4trace:configure.in:1130: -1- AC_SUBST([LOCAL_CFLAGS])
m4trace:configure.in:1130: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
m4trace:configure.in:1130: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.in:1131: -1- AC_SUBST([LOCAL_LDFLAGS])
m4trace:configure.in:1131: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
m4trace:configure.in:1131: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.in:1132: -1- AC_SUBST([LOCAL_DEFS])
m4trace:configure.in:1132: -1- AC_SUBST_TRACE([LOCAL_DEFS])
m4trace:configure.in:1132: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.in:1137: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \
	  lib/intl/Makefile \
	  lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \
	  lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in \
	  examples/loadables/Makefile examples/loadables/perl/Makefile])
m4trace:configure.in:1137: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
You should run autoupdate.], [])
m4trace:configure.in:1137: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:1137: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:1137: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.in:1137: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([INSTALL])