Changeset a50148a in rtems
- Timestamp:
- Nov 18, 1997, 10:29:32 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cb4cf6a7
- Parents:
- 83bb778
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r83bb778 ra50148a 1198 1198 1199 1199 # 1200 # Generate the configure.host file 1201 # 1202 1203 1204 # Extract the first word of "cat", so it can be a program name with args. 1205 set dummy cat; ac_word=$2 1206 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1207 echo "configure:1208: checking for $ac_word" >&5 1208 if eval "test \"`echo '$''{'ac_cv_path_CAT'+set}'`\" = set"; then 1209 echo $ac_n "(cached) $ac_c" 1>&6 1210 else 1211 case "$CAT" in 1212 /*) 1213 ac_cv_path_CAT="$CAT" # Let the user override the test with a path. 1214 ;; 1215 *) 1216 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1217 for ac_dir in $PATH; do 1218 test -z "$ac_dir" && ac_dir=. 1219 if test -f $ac_dir/$ac_word; then 1220 ac_cv_path_CAT="$ac_dir/$ac_word" 1221 break 1222 fi 1223 done 1224 IFS="$ac_save_ifs" 1225 ;; 1226 esac 1227 fi 1228 CAT="$ac_cv_path_CAT" 1229 if test -n "$CAT"; then 1230 echo "$ac_t""$CAT" 1>&6 1231 else 1232 echo "$ac_t""no" 1>&6 1233 fi 1234 1235 # Extract the first word of "rm", so it can be a program name with args. 1236 set dummy rm; ac_word=$2 1237 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1238 echo "configure:1239: checking for $ac_word" >&5 1239 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 1240 echo $ac_n "(cached) $ac_c" 1>&6 1241 else 1242 case "$RM" in 1243 /*) 1244 ac_cv_path_RM="$RM" # Let the user override the test with a path. 1245 ;; 1246 *) 1247 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1248 for ac_dir in $PATH; do 1249 test -z "$ac_dir" && ac_dir=. 1250 if test -f $ac_dir/$ac_word; then 1251 ac_cv_path_RM="$ac_dir/$ac_word" 1252 break 1253 fi 1254 done 1255 IFS="$ac_save_ifs" 1256 ;; 1257 esac 1258 fi 1259 RM="$ac_cv_path_RM" 1260 if test -n "$RM"; then 1261 echo "$ac_t""$RM" 1>&6 1262 else 1263 echo "$ac_t""no" 1>&6 1264 fi 1265 1266 # Extract the first word of "cp", so it can be a program name with args. 1267 set dummy cp; ac_word=$2 1268 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1269 echo "configure:1270: checking for $ac_word" >&5 1270 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 1271 echo $ac_n "(cached) $ac_c" 1>&6 1272 else 1273 case "$CP" in 1274 /*) 1275 ac_cv_path_CP="$CP" # Let the user override the test with a path. 1276 ;; 1277 *) 1278 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1279 for ac_dir in $PATH; do 1280 test -z "$ac_dir" && ac_dir=. 1281 if test -f $ac_dir/$ac_word; then 1282 ac_cv_path_CP="$ac_dir/$ac_word" 1283 break 1284 fi 1285 done 1286 IFS="$ac_save_ifs" 1287 ;; 1288 esac 1289 fi 1290 CP="$ac_cv_path_CP" 1291 if test -n "$CP"; then 1292 echo "$ac_t""$CP" 1>&6 1293 else 1294 echo "$ac_t""no" 1>&6 1295 fi 1296 1297 # Extract the first word of "mv", so it can be a program name with args. 1298 set dummy mv; ac_word=$2 1299 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1300 echo "configure:1301: checking for $ac_word" >&5 1301 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 1302 echo $ac_n "(cached) $ac_c" 1>&6 1303 else 1304 case "$MV" in 1305 /*) 1306 ac_cv_path_MV="$MV" # Let the user override the test with a path. 1307 ;; 1308 *) 1309 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1310 for ac_dir in $PATH; do 1311 test -z "$ac_dir" && ac_dir=. 1312 if test -f $ac_dir/$ac_word; then 1313 ac_cv_path_MV="$ac_dir/$ac_word" 1314 break 1315 fi 1316 done 1317 IFS="$ac_save_ifs" 1318 ;; 1319 esac 1320 fi 1321 MV="$ac_cv_path_MV" 1322 if test -n "$MV"; then 1323 echo "$ac_t""$MV" 1>&6 1324 else 1325 echo "$ac_t""no" 1>&6 1326 fi 1327 1328 # Extract the first word of "ln", so it can be a program name with args. 1329 set dummy ln; ac_word=$2 1330 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1331 echo "configure:1332: checking for $ac_word" >&5 1332 if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 1333 echo $ac_n "(cached) $ac_c" 1>&6 1334 else 1335 case "$LN" in 1336 /*) 1337 ac_cv_path_LN="$LN" # Let the user override the test with a path. 1338 ;; 1339 *) 1340 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1341 for ac_dir in $PATH; do 1342 test -z "$ac_dir" && ac_dir=. 1343 if test -f $ac_dir/$ac_word; then 1344 ac_cv_path_LN="$ac_dir/$ac_word" 1345 break 1346 fi 1347 done 1348 IFS="$ac_save_ifs" 1349 ;; 1350 esac 1351 fi 1352 LN="$ac_cv_path_LN" 1353 if test -n "$LN"; then 1354 echo "$ac_t""$LN" 1>&6 1355 else 1356 echo "$ac_t""no" 1>&6 1357 fi 1358 1359 # Extract the first word of "chmod", so it can be a program name with args. 1360 set dummy chmod; ac_word=$2 1361 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1362 echo "configure:1363: checking for $ac_word" >&5 1363 if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then 1364 echo $ac_n "(cached) $ac_c" 1>&6 1365 else 1366 case "$CHMOD" in 1367 /*) 1368 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path. 1369 ;; 1370 *) 1371 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1372 for ac_dir in $PATH; do 1373 test -z "$ac_dir" && ac_dir=. 1374 if test -f $ac_dir/$ac_word; then 1375 ac_cv_path_CHMOD="$ac_dir/$ac_word" 1376 break 1377 fi 1378 done 1379 IFS="$ac_save_ifs" 1380 ;; 1381 esac 1382 fi 1383 CHMOD="$ac_cv_path_CHMOD" 1384 if test -n "$CHMOD"; then 1385 echo "$ac_t""$CHMOD" 1>&6 1386 else 1387 echo "$ac_t""no" 1>&6 1388 fi 1389 1390 # Extract the first word of "sort", so it can be a program name with args. 1391 set dummy sort; ac_word=$2 1392 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1393 echo "configure:1394: checking for $ac_word" >&5 1394 if eval "test \"`echo '$''{'ac_cv_path_SORT'+set}'`\" = set"; then 1395 echo $ac_n "(cached) $ac_c" 1>&6 1396 else 1397 case "$SORT" in 1398 /*) 1399 ac_cv_path_SORT="$SORT" # Let the user override the test with a path. 1400 ;; 1401 *) 1402 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1403 for ac_dir in $PATH; do 1404 test -z "$ac_dir" && ac_dir=. 1405 if test -f $ac_dir/$ac_word; then 1406 ac_cv_path_SORT="$ac_dir/$ac_word" 1407 break 1408 fi 1409 done 1410 IFS="$ac_save_ifs" 1411 ;; 1412 esac 1413 fi 1414 SORT="$ac_cv_path_SORT" 1415 if test -n "$SORT"; then 1416 echo "$ac_t""$SORT" 1>&6 1417 else 1418 echo "$ac_t""no" 1>&6 1419 fi 1420 1421 1422 # Extract the first word of "mkdir", so it can be a program name with args. 1423 set dummy mkdir; ac_word=$2 1424 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1425 echo "configure:1426: checking for $ac_word" >&5 1426 if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then 1427 echo $ac_n "(cached) $ac_c" 1>&6 1428 else 1429 case "$MKDIR" in 1430 /*) 1431 ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path. 1432 ;; 1433 *) 1434 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1435 for ac_dir in $PATH; do 1436 test -z "$ac_dir" && ac_dir=. 1437 if test -f $ac_dir/$ac_word; then 1438 ac_cv_path_MKDIR="$ac_dir/$ac_word" 1439 break 1440 fi 1441 done 1442 IFS="$ac_save_ifs" 1443 ;; 1444 esac 1445 fi 1446 MKDIR="$ac_cv_path_MKDIR" 1447 if test -n "$MKDIR"; then 1448 echo "$ac_t""$MKDIR" 1>&6 1449 else 1450 echo "$ac_t""no" 1>&6 1451 fi 1452 1453 1454 1455 1456 echo $ac_n "checking for working $MKDIR -m 0755""... $ac_c" 1>&6 1457 echo "configure:1458: checking for working $MKDIR -m 0755" >&5 1458 if eval "test \"`echo '$''{'rtems_cv_prog_MKDIR_P'+set}'`\" = set"; then 1459 echo $ac_n "(cached) $ac_c" 1>&6 1460 else 1461 rm -rf conftestdata 1462 if $MKDIR -m 0775 conftestdata 2>/dev/null; then 1463 rtems_cv_prog_MKDIR_M="yes" 1464 else 1465 rtems_cv_prog_MKDIR_M="no" 1466 fi 1467 fi 1468 rm -rf conftestdata 1469 echo "$ac_t""$rtems_cv_prog_MKDIR_M" 1>&6 1470 1471 1472 1473 echo $ac_n "checking for working $MKDIR -p""... $ac_c" 1>&6 1474 echo "configure:1475: checking for working $MKDIR -p" >&5 1475 if eval "test \"`echo '$''{'rtems_cv_prog_mkdir_p'+set}'`\" = set"; then 1476 echo $ac_n "(cached) $ac_c" 1>&6 1477 else 1478 rm -rf conftestdata 1479 if $MKDIR -p conftestdata 2>/dev/null ;then 1480 rtems_cv_prog_MKDIR_P="yes" 1481 else 1482 rtems_cv_prog_MKDIR_P="no" 1483 fi 1484 fi 1485 rm -rf conftestdata 1486 echo "$ac_t""$rtems_cv_prog_MKDIR_P" 1>&6 1487 1488 test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p" 1489 test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755" 1490 1491 # Extract the first word of "enscript", so it can be a program name with args. 1492 set dummy enscript; ac_word=$2 1493 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1494 echo "configure:1495: checking for $ac_word" >&5 1495 if eval "test \"`echo '$''{'ac_cv_path_PR'+set}'`\" = set"; then 1496 echo $ac_n "(cached) $ac_c" 1>&6 1497 else 1498 case "$PR" in 1499 /*) 1500 ac_cv_path_PR="$PR" # Let the user override the test with a path. 1501 ;; 1502 *) 1503 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1504 for ac_dir in $PATH; do 1505 test -z "$ac_dir" && ac_dir=. 1506 if test -f $ac_dir/$ac_word; then 1507 ac_cv_path_PR="$ac_dir/$ac_word" 1508 break 1509 fi 1510 done 1511 IFS="$ac_save_ifs" 1512 ;; 1513 esac 1514 fi 1515 PR="$ac_cv_path_PR" 1516 if test -n "$PR"; then 1517 echo "$ac_t""$PR" 1>&6 1518 else 1519 echo "$ac_t""no" 1>&6 1520 fi 1521 1522 test -n "$PR" && PR="$PR -G2r" 1523 1524 if test -z "$PR"; then 1525 # Extract the first word of "mp", so it can be a program name with args. 1526 set dummy mp; ac_word=$2 1527 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1528 echo "configure:1529: checking for $ac_word" >&5 1529 if eval "test \"`echo '$''{'ac_cv_path_PR'+set}'`\" = set"; then 1530 echo $ac_n "(cached) $ac_c" 1>&6 1531 else 1532 case "$PR" in 1533 /*) 1534 ac_cv_path_PR="$PR" # Let the user override the test with a path. 1535 ;; 1536 *) 1537 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1538 for ac_dir in /usr/openwin$ac_dummy; do 1539 test -z "$ac_dir" && ac_dir=. 1540 if test -f $ac_dir/$ac_word; then 1541 ac_cv_path_PR="$ac_dir/$ac_word" 1542 break 1543 fi 1544 done 1545 IFS="$ac_save_ifs" 1546 ;; 1547 esac 1548 fi 1549 PR="$ac_cv_path_PR" 1550 if test -n "$PR"; then 1551 echo "$ac_t""$PR" 1>&6 1552 else 1553 echo "$ac_t""no" 1>&6 1554 fi 1555 1556 test -n "$PR" && PR="$PR -l" 1557 fi 1558 1559 if test -z "$PR"; then 1560 # Extract the first word of "pr", so it can be a program name with args. 1561 set dummy pr; ac_word=$2 1562 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1563 echo "configure:1564: checking for $ac_word" >&5 1564 if eval "test \"`echo '$''{'ac_cv_path_PR'+set}'`\" = set"; then 1565 echo $ac_n "(cached) $ac_c" 1>&6 1566 else 1567 case "$PR" in 1568 /*) 1569 ac_cv_path_PR="$PR" # Let the user override the test with a path. 1570 ;; 1571 *) 1572 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1573 for ac_dir in $PATH; do 1574 test -z "$ac_dir" && ac_dir=. 1575 if test -f $ac_dir/$ac_word; then 1576 ac_cv_path_PR="$ac_dir/$ac_word" 1577 break 1578 fi 1579 done 1580 IFS="$ac_save_ifs" 1581 ;; 1582 esac 1583 fi 1584 PR="$ac_cv_path_PR" 1585 if test -n "$PR"; then 1586 echo "$ac_t""$PR" 1>&6 1587 else 1588 echo "$ac_t""no" 1>&6 1589 fi 1590 1591 fi 1592 1593 if test -z "$PR"; then 1594 echo "configure: warning: *** 1595 Cannot determine a suitable program for 1596 printing asci files on ps-printers 1597 Expect errors when printing files " 1>&2 1598 fi 1599 1600 for ac_prog in lp lpr 1601 do 1602 # Extract the first word of "$ac_prog", so it can be a program name with args. 1603 set dummy $ac_prog; ac_word=$2 1604 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1605 echo "configure:1606: checking for $ac_word" >&5 1606 if eval "test \"`echo '$''{'ac_cv_path_PRINT'+set}'`\" = set"; then 1607 echo $ac_n "(cached) $ac_c" 1>&6 1608 else 1609 case "$PRINT" in 1610 /*) 1611 ac_cv_path_PRINT="$PRINT" # Let the user override the test with a path. 1612 ;; 1613 *) 1614 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1615 for ac_dir in $PATH; do 1616 test -z "$ac_dir" && ac_dir=. 1617 if test -f $ac_dir/$ac_word; then 1618 ac_cv_path_PRINT="$ac_dir/$ac_word" 1619 break 1620 fi 1621 done 1622 IFS="$ac_save_ifs" 1623 ;; 1624 esac 1625 fi 1626 PRINT="$ac_cv_path_PRINT" 1627 if test -n "$PRINT"; then 1628 echo "$ac_t""$PRINT" 1>&6 1629 else 1630 echo "$ac_t""no" 1>&6 1631 fi 1632 1633 test -n "$PRINT" && break 1634 done 1635 1636 1637 # Extract the first word of "touch", so it can be a program name with args. 1638 set dummy touch; ac_word=$2 1639 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1640 echo "configure:1641: checking for $ac_word" >&5 1641 if eval "test \"`echo '$''{'ac_cv_path_TOUCH'+set}'`\" = set"; then 1642 echo $ac_n "(cached) $ac_c" 1>&6 1643 else 1644 case "$TOUCH" in 1645 /*) 1646 ac_cv_path_TOUCH="$TOUCH" # Let the user override the test with a path. 1647 ;; 1648 *) 1649 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1650 for ac_dir in $PATH; do 1651 test -z "$ac_dir" && ac_dir=. 1652 if test -f $ac_dir/$ac_word; then 1653 ac_cv_path_TOUCH="$ac_dir/$ac_word" 1654 break 1655 fi 1656 done 1657 IFS="$ac_save_ifs" 1658 ;; 1659 esac 1660 fi 1661 TOUCH="$ac_cv_path_TOUCH" 1662 if test -n "$TOUCH"; then 1663 echo "$ac_t""$TOUCH" 1>&6 1664 else 1665 echo "$ac_t""no" 1>&6 1666 fi 1667 1668 # Extract the first word of "cmp", so it can be a program name with args. 1669 set dummy cmp; ac_word=$2 1670 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1671 echo "configure:1672: checking for $ac_word" >&5 1672 if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 1673 echo $ac_n "(cached) $ac_c" 1>&6 1674 else 1675 case "$CMP" in 1676 /*) 1677 ac_cv_path_CMP="$CMP" # Let the user override the test with a path. 1678 ;; 1679 *) 1680 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1681 for ac_dir in $PATH; do 1682 test -z "$ac_dir" && ac_dir=. 1683 if test -f $ac_dir/$ac_word; then 1684 ac_cv_path_CMP="$ac_dir/$ac_word" 1685 break 1686 fi 1687 done 1688 IFS="$ac_save_ifs" 1689 ;; 1690 esac 1691 fi 1692 CMP="$ac_cv_path_CMP" 1693 if test -n "$CMP"; then 1694 echo "$ac_t""$CMP" 1>&6 1695 else 1696 echo "$ac_t""no" 1>&6 1697 fi 1698 1699 # Extract the first word of "dirname", so it can be a program name with args. 1700 set dummy dirname; ac_word=$2 1701 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1702 echo "configure:1703: checking for $ac_word" >&5 1703 if eval "test \"`echo '$''{'ac_cv_path_DIRNAME'+set}'`\" = set"; then 1704 echo $ac_n "(cached) $ac_c" 1>&6 1705 else 1706 case "$DIRNAME" in 1707 /*) 1708 ac_cv_path_DIRNAME="$DIRNAME" # Let the user override the test with a path. 1709 ;; 1710 *) 1711 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1712 for ac_dir in $PATH; do 1713 test -z "$ac_dir" && ac_dir=. 1714 if test -f $ac_dir/$ac_word; then 1715 ac_cv_path_DIRNAME="$ac_dir/$ac_word" 1716 break 1717 fi 1718 done 1719 IFS="$ac_save_ifs" 1720 ;; 1721 esac 1722 fi 1723 DIRNAME="$ac_cv_path_DIRNAME" 1724 if test -n "$DIRNAME"; then 1725 echo "$ac_t""$DIRNAME" 1>&6 1726 else 1727 echo "$ac_t""no" 1>&6 1728 fi 1729 1730 # Extract the first word of "basename", so it can be a program name with args. 1731 set dummy basename; ac_word=$2 1732 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1733 echo "configure:1734: checking for $ac_word" >&5 1734 if eval "test \"`echo '$''{'ac_cv_path_BASENAME'+set}'`\" = set"; then 1735 echo $ac_n "(cached) $ac_c" 1>&6 1736 else 1737 case "$BASENAME" in 1738 /*) 1739 ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path. 1740 ;; 1741 *) 1742 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1743 for ac_dir in $PATH; do 1744 test -z "$ac_dir" && ac_dir=. 1745 if test -f $ac_dir/$ac_word; then 1746 ac_cv_path_BASENAME="$ac_dir/$ac_word" 1747 break 1748 fi 1749 done 1750 IFS="$ac_save_ifs" 1751 ;; 1752 esac 1753 fi 1754 BASENAME="$ac_cv_path_BASENAME" 1755 if test -n "$BASENAME"; then 1756 echo "$ac_t""$BASENAME" 1>&6 1757 else 1758 echo "$ac_t""no" 1>&6 1759 fi 1760 1761 1762 # Extract the first word of "unifdef", so it can be a program name with args. 1763 set dummy unifdef; ac_word=$2 1764 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1765 echo "configure:1766: checking for $ac_word" >&5 1766 if eval "test \"`echo '$''{'ac_cv_path_UNIFDEF'+set}'`\" = set"; then 1767 echo $ac_n "(cached) $ac_c" 1>&6 1768 else 1769 case "$UNIFDEF" in 1770 /*) 1771 ac_cv_path_UNIFDEF="$UNIFDEF" # Let the user override the test with a path. 1772 ;; 1773 *) 1774 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1775 for ac_dir in $PATH; do 1776 test -z "$ac_dir" && ac_dir=. 1777 if test -f $ac_dir/$ac_word; then 1778 ac_cv_path_UNIFDEF="$ac_dir/$ac_word" 1779 break 1780 fi 1781 done 1782 IFS="$ac_save_ifs" 1783 ;; 1784 esac 1785 fi 1786 UNIFDEF="$ac_cv_path_UNIFDEF" 1787 if test -n "$UNIFDEF"; then 1788 echo "$ac_t""$UNIFDEF" 1>&6 1789 else 1790 echo "$ac_t""no" 1>&6 1791 fi 1792 1793 # Extract the first word of "ed", so it can be a program name with args. 1794 set dummy ed; ac_word=$2 1795 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1796 echo "configure:1797: checking for $ac_word" >&5 1797 if eval "test \"`echo '$''{'ac_cv_path_ED'+set}'`\" = set"; then 1798 echo $ac_n "(cached) $ac_c" 1>&6 1799 else 1800 case "$ED" in 1801 /*) 1802 ac_cv_path_ED="$ED" # Let the user override the test with a path. 1803 ;; 1804 *) 1805 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1806 for ac_dir in $PATH; do 1807 test -z "$ac_dir" && ac_dir=. 1808 if test -f $ac_dir/$ac_word; then 1809 ac_cv_path_ED="$ac_dir/$ac_word" 1810 break 1811 fi 1812 done 1813 IFS="$ac_save_ifs" 1814 ;; 1815 esac 1816 fi 1817 ED="$ac_cv_path_ED" 1818 if test -n "$ED"; then 1819 echo "$ac_t""$ED" 1>&6 1820 else 1821 echo "$ac_t""no" 1>&6 1822 fi 1823 1824 # Extract the first word of "sed", so it can be a program name with args. 1825 set dummy sed; ac_word=$2 1826 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1827 echo "configure:1828: checking for $ac_word" >&5 1828 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 1829 echo $ac_n "(cached) $ac_c" 1>&6 1830 else 1831 case "$SED" in 1832 /*) 1833 ac_cv_path_SED="$SED" # Let the user override the test with a path. 1834 ;; 1835 *) 1836 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1837 for ac_dir in $PATH; do 1838 test -z "$ac_dir" && ac_dir=. 1839 if test -f $ac_dir/$ac_word; then 1840 ac_cv_path_SED="$ac_dir/$ac_word" 1841 break 1842 fi 1843 done 1844 IFS="$ac_save_ifs" 1845 ;; 1846 esac 1847 fi 1848 SED="$ac_cv_path_SED" 1849 if test -n "$SED"; then 1850 echo "$ac_t""$SED" 1>&6 1851 else 1852 echo "$ac_t""no" 1>&6 1853 fi 1854 1855 for ac_prog in mawk gawk nawk awk 1856 do 1857 # Extract the first word of "$ac_prog", so it can be a program name with args. 1858 set dummy $ac_prog; ac_word=$2 1859 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1860 echo "configure:1861: checking for $ac_word" >&5 1861 if eval "test \"`echo '$''{'ac_cv_path_AWK'+set}'`\" = set"; then 1862 echo $ac_n "(cached) $ac_c" 1>&6 1863 else 1864 case "$AWK" in 1865 /*) 1866 ac_cv_path_AWK="$AWK" # Let the user override the test with a path. 1867 ;; 1868 *) 1869 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1870 for ac_dir in $PATH; do 1871 test -z "$ac_dir" && ac_dir=. 1872 if test -f $ac_dir/$ac_word; then 1873 ac_cv_path_AWK="$ac_dir/$ac_word" 1874 break 1875 fi 1876 done 1877 IFS="$ac_save_ifs" 1878 ;; 1879 esac 1880 fi 1881 AWK="$ac_cv_path_AWK" 1882 if test -n "$AWK"; then 1883 echo "$ac_t""$AWK" 1>&6 1884 else 1885 echo "$ac_t""no" 1>&6 1886 fi 1887 1888 test -n "$AWK" && break 1889 done 1890 1891 for ac_prog in gm4 m4 1892 do 1893 # Extract the first word of "$ac_prog", so it can be a program name with args. 1894 set dummy $ac_prog; ac_word=$2 1895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1896 echo "configure:1897: checking for $ac_word" >&5 1897 if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then 1898 echo $ac_n "(cached) $ac_c" 1>&6 1899 else 1900 case "$M4" in 1901 /*) 1902 ac_cv_path_M4="$M4" # Let the user override the test with a path. 1903 ;; 1904 *) 1905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1906 for ac_dir in $PATH; do 1907 test -z "$ac_dir" && ac_dir=. 1908 if test -f $ac_dir/$ac_word; then 1909 ac_cv_path_M4="$ac_dir/$ac_word" 1910 break 1911 fi 1912 done 1913 IFS="$ac_save_ifs" 1914 ;; 1915 esac 1916 fi 1917 M4="$ac_cv_path_M4" 1918 if test -n "$M4"; then 1919 echo "$ac_t""$M4" 1>&6 1920 else 1921 echo "$ac_t""no" 1>&6 1922 fi 1923 1924 test -n "$M4" && break 1925 done 1926 1927 1928 # Extract the first word of "fgrep", so it can be a program name with args. 1929 set dummy fgrep; ac_word=$2 1930 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1931 echo "configure:1932: checking for $ac_word" >&5 1932 if eval "test \"`echo '$''{'ac_cv_path_FGREP'+set}'`\" = set"; then 1933 echo $ac_n "(cached) $ac_c" 1>&6 1934 else 1935 case "$FGREP" in 1936 /*) 1937 ac_cv_path_FGREP="$FGREP" # Let the user override the test with a path. 1938 ;; 1939 *) 1940 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1941 for ac_dir in $PATH; do 1942 test -z "$ac_dir" && ac_dir=. 1943 if test -f $ac_dir/$ac_word; then 1944 ac_cv_path_FGREP="$ac_dir/$ac_word" 1945 break 1946 fi 1947 done 1948 IFS="$ac_save_ifs" 1949 ;; 1950 esac 1951 fi 1952 FGREP="$ac_cv_path_FGREP" 1953 if test -n "$FGREP"; then 1954 echo "$ac_t""$FGREP" 1>&6 1955 else 1956 echo "$ac_t""no" 1>&6 1957 fi 1958 1959 # Extract the first word of "grep", so it can be a program name with args. 1960 set dummy grep; ac_word=$2 1961 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1962 echo "configure:1963: checking for $ac_word" >&5 1963 if eval "test \"`echo '$''{'ac_cv_path_GREP'+set}'`\" = set"; then 1964 echo $ac_n "(cached) $ac_c" 1>&6 1965 else 1966 case "$GREP" in 1967 /*) 1968 ac_cv_path_GREP="$GREP" # Let the user override the test with a path. 1969 ;; 1970 *) 1971 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1972 for ac_dir in $PATH; do 1973 test -z "$ac_dir" && ac_dir=. 1974 if test -f $ac_dir/$ac_word; then 1975 ac_cv_path_GREP="$ac_dir/$ac_word" 1976 break 1977 fi 1978 done 1979 IFS="$ac_save_ifs" 1980 ;; 1981 esac 1982 fi 1983 GREP="$ac_cv_path_GREP" 1984 if test -n "$GREP"; then 1985 echo "$ac_t""$GREP" 1>&6 1986 else 1987 echo "$ac_t""no" 1>&6 1988 fi 1989 1990 # Extract the first word of "egrep", so it can be a program name with args. 1991 set dummy egrep; ac_word=$2 1992 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1993 echo "configure:1994: checking for $ac_word" >&5 1994 if eval "test \"`echo '$''{'ac_cv_path_EGREP'+set}'`\" = set"; then 1995 echo $ac_n "(cached) $ac_c" 1>&6 1996 else 1997 case "$EGREP" in 1998 /*) 1999 ac_cv_path_EGREP="$EGREP" # Let the user override the test with a path. 2000 ;; 2001 *) 2002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2003 for ac_dir in $PATH; do 2004 test -z "$ac_dir" && ac_dir=. 2005 if test -f $ac_dir/$ac_word; then 2006 ac_cv_path_EGREP="$ac_dir/$ac_word" 2007 break 2008 fi 2009 done 2010 IFS="$ac_save_ifs" 2011 ;; 2012 esac 2013 fi 2014 EGREP="$ac_cv_path_EGREP" 2015 if test -n "$EGREP"; then 2016 echo "$ac_t""$EGREP" 1>&6 2017 else 2018 echo "$ac_t""no" 1>&6 2019 fi 2020 2021 2022 # Extract the first word of "catman", so it can be a program name with args. 2023 set dummy catman; ac_word=$2 2024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2025 echo "configure:2026: checking for $ac_word" >&5 2026 if eval "test \"`echo '$''{'ac_cv_path_CATMAN'+set}'`\" = set"; then 2027 echo $ac_n "(cached) $ac_c" 1>&6 2028 else 2029 case "$CATMAN" in 2030 /*) 2031 ac_cv_path_CATMAN="$CATMAN" # Let the user override the test with a path. 2032 ;; 2033 *) 2034 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2035 for ac_dir in $PATH:/usr/etc:/etc$ac_dummy; do 2036 test -z "$ac_dir" && ac_dir=. 2037 if test -f $ac_dir/$ac_word; then 2038 ac_cv_path_CATMAN="$ac_dir/$ac_word" 2039 break 2040 fi 2041 done 2042 IFS="$ac_save_ifs" 2043 ;; 2044 esac 2045 fi 2046 CATMAN="$ac_cv_path_CATMAN" 2047 if test -n "$CATMAN"; then 2048 echo "$ac_t""$CATMAN" 1>&6 2049 else 2050 echo "$ac_t""no" 1>&6 2051 fi 2052 2053 2054 for ac_prog in bash ksh sh 2055 do 2056 # Extract the first word of "$ac_prog", so it can be a program name with args. 2057 set dummy $ac_prog; ac_word=$2 2058 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2059 echo "configure:2060: checking for $ac_word" >&5 2060 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 2061 echo $ac_n "(cached) $ac_c" 1>&6 2062 else 2063 case "$KSH" in 2064 /*) 2065 ac_cv_path_KSH="$KSH" # Let the user override the test with a path. 2066 ;; 2067 *) 2068 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2069 for ac_dir in $PATH; do 2070 test -z "$ac_dir" && ac_dir=. 2071 if test -f $ac_dir/$ac_word; then 2072 ac_cv_path_KSH="$ac_dir/$ac_word" 2073 break 2074 fi 2075 done 2076 IFS="$ac_save_ifs" 2077 ;; 2078 esac 2079 fi 2080 KSH="$ac_cv_path_KSH" 2081 if test -n "$KSH"; then 2082 echo "$ac_t""$KSH" 1>&6 2083 else 2084 echo "$ac_t""no" 1>&6 2085 fi 2086 2087 test -n "$KSH" && break 2088 done 2089 2090 2091 if test -z "$KSH"; then 2092 { echo "configure: error: *** 2093 Cannot determine a usable shell bash/ksh/sh 2094 Please contact your system administrator " 1>&2; exit 1; }; 2095 fi 2096 2097 # Extract the first word of "ident", so it can be a program name with args. 2098 set dummy ident; ac_word=$2 2099 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2100 echo "configure:2101: checking for $ac_word" >&5 2101 if eval "test \"`echo '$''{'ac_cv_path_RCS_IDENT'+set}'`\" = set"; then 2102 echo $ac_n "(cached) $ac_c" 1>&6 2103 else 2104 case "$RCS_IDENT" in 2105 /*) 2106 ac_cv_path_RCS_IDENT="$RCS_IDENT" # Let the user override the test with a path. 2107 ;; 2108 *) 2109 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2110 for ac_dir in $PATH; do 2111 test -z "$ac_dir" && ac_dir=. 2112 if test -f $ac_dir/$ac_word; then 2113 ac_cv_path_RCS_IDENT="$ac_dir/$ac_word" 2114 break 2115 fi 2116 done 2117 IFS="$ac_save_ifs" 2118 ;; 2119 esac 2120 fi 2121 RCS_IDENT="$ac_cv_path_RCS_IDENT" 2122 if test -n "$RCS_IDENT"; then 2123 echo "$ac_t""$RCS_IDENT" 1>&6 2124 else 2125 echo "$ac_t""no" 1>&6 2126 fi 2127 2128 # Extract the first word of "co", so it can be a program name with args. 2129 set dummy co; ac_word=$2 2130 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2131 echo "configure:2132: checking for $ac_word" >&5 2132 if eval "test \"`echo '$''{'ac_cv_path_RCS_CO'+set}'`\" = set"; then 2133 echo $ac_n "(cached) $ac_c" 1>&6 2134 else 2135 case "$RCS_CO" in 2136 /*) 2137 ac_cv_path_RCS_CO="$RCS_CO" # Let the user override the test with a path. 2138 ;; 2139 *) 2140 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2141 for ac_dir in $PATH; do 2142 test -z "$ac_dir" && ac_dir=. 2143 if test -f $ac_dir/$ac_word; then 2144 ac_cv_path_RCS_CO="$ac_dir/$ac_word" 2145 break 2146 fi 2147 done 2148 IFS="$ac_save_ifs" 2149 ;; 2150 esac 2151 fi 2152 RCS_CO="$ac_cv_path_RCS_CO" 2153 if test -n "$RCS_CO"; then 2154 echo "$ac_t""$RCS_CO" 1>&6 2155 else 2156 echo "$ac_t""no" 1>&6 2157 fi 2158 2159 2160 2161 2162 # 1200 2163 # Target configurations are listed in alphabetical order. 1201 2164 # The BSPs for a target configuration are also listed in alphabetical order. … … 1265 2228 esac 1266 2229 1267 case "${host}" in1268 *-pc-linux*) host_os=Linux ;;1269 sparc-sun-sunos*) host_os=SunOS ;;1270 sparc-sun-solaris*) host_os=Solaris ;;1271 *-nextstep*) host_os=Nextstep3;;1272 mips*-sgi-irix5*) host_os=Irix5;;1273 *-hp-hpux9*) host_os=HPUX9;;1274 *) host_os=none1275 echo RTEMS not supported on host: $host1276 exit 1;;1277 esac1278 2230 1279 2231 if [ "${program_prefix}" = "NONE" ] ; then … … 1286 2238 1287 2239 1288 for ac_prog in mawk gawk nawk awk1289 do1290 # Extract the first word of "$ac_prog", so it can be a program name with args.1291 set dummy $ac_prog; ac_word=$21292 echo $ac_n "checking for $ac_word""... $ac_c" 1>&61293 echo "configure:1294: checking for $ac_word" >&51294 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then1295 echo $ac_n "(cached) $ac_c" 1>&61296 else1297 if test -n "$AWK"; then1298 ac_cv_prog_AWK="$AWK" # Let the user override the test.1299 else1300 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"1301 for ac_dir in $PATH; do1302 test -z "$ac_dir" && ac_dir=.1303 if test -f $ac_dir/$ac_word; then1304 ac_cv_prog_AWK="$ac_prog"1305 break1306 fi1307 done1308 IFS="$ac_save_ifs"1309 fi1310 fi1311 AWK="$ac_cv_prog_AWK"1312 if test -n "$AWK"; then1313 echo "$ac_t""$AWK" 1>&61314 else1315 echo "$ac_t""no" 1>&61316 fi1317 1318 test -n "$AWK" && break1319 done1320 1321 2240 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1322 echo "configure: 1323: checking whether ln -s works" >&52241 echo "configure:2242: checking whether ln -s works" >&5 1323 2242 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1324 2243 echo $ac_n "(cached) $ac_c" 1>&6 … … 1503 2422 ac_given_srcdir=$srcdir 1504 2423 1505 trap 'rm -fr `echo "Makefile \ 1506 c/Makefile \ 1507 c/build-tools/Makefile \ 1508 c/build-tools/os/Makefile \ 1509 c/build-tools/os/msdos/Makefile \ 1510 c/build-tools/scripts/Makefile \ 1511 c/build-tools/src/Makefile \ 1512 c/make/Makefile \ 1513 c/make/Templates/Makefile.inc \ 1514 c/src/Makefile \ 1515 c/src/exec/Makefile \ 1516 c/src/exec/posix/Makefile \ 1517 c/src/exec/posix/base/Makefile \ 1518 c/src/exec/posix/headers/Makefile \ 1519 c/src/exec/posix/inline/Makefile \ 1520 c/src/exec/posix/macros/Makefile \ 1521 c/src/exec/posix/optman/Makefile \ 1522 c/src/exec/posix/src/Makefile \ 1523 c/src/exec/posix/sys/Makefile \ 1524 c/src/exec/rtems/Makefile \ 1525 c/src/exec/rtems/headers/Makefile \ 1526 c/src/exec/rtems/inline/Makefile \ 1527 c/src/exec/rtems/macros/Makefile \ 1528 c/src/exec/rtems/optman/Makefile \ 1529 c/src/exec/rtems/src/Makefile \ 1530 c/src/exec/sapi/Makefile \ 1531 c/src/exec/sapi/headers/Makefile \ 1532 c/src/exec/sapi/inline/Makefile \ 1533 c/src/exec/sapi/macros/Makefile \ 1534 c/src/exec/sapi/optman/Makefile \ 1535 c/src/exec/sapi/src/Makefile \ 1536 c/src/exec/score/Makefile \ 1537 c/src/exec/score/cpu/Makefile \ 1538 c/src/exec/score/headers/Makefile \ 1539 c/src/exec/score/inline/Makefile \ 1540 c/src/exec/score/macros/Makefile \ 1541 c/src/exec/score/src/Makefile \ 1542 c/src/exec/score/tools/Makefile \ 1543 c/src/exec/score/tools/generic/Makefile \ 1544 c/src/exec/wrapup/Makefile \ 1545 c/src/exec/wrapup/posix/Makefile \ 1546 c/src/exec/wrapup/rtems/Makefile \ 1547 c/src/lib/Makefile \ 1548 c/src/lib/include/Makefile \ 1549 c/src/lib/libbsp/Makefile \ 1550 c/src/lib/libbsp/shmdr/Makefile \ 1551 c/src/lib/libc/Makefile \ 1552 c/src/lib/libcpu/Makefile \ 1553 c/src/lib/libmisc/Makefile \ 1554 c/src/lib/libmisc/assoc/Makefile \ 1555 c/src/lib/libmisc/cpuuse/Makefile \ 1556 c/src/lib/libmisc/error/Makefile \ 1557 c/src/lib/libmisc/monitor/Makefile \ 1558 c/src/lib/libmisc/rtmonuse/Makefile \ 1559 c/src/lib/libmisc/stackchk/Makefile \ 1560 c/src/lib/libmisc/wrapup/Makefile \ 1561 c/src/lib/start/Makefile \ 1562 c/src/lib/wrapup/Makefile \ 1563 c/src/tests/Makefile \ 1564 c/src/tests/samples/Makefile \ 1565 c/src/tests/samples/base_mp/Makefile \ 1566 c/src/tests/samples/base_mp/node1/Makefile \ 1567 c/src/tests/samples/base_mp/node2/Makefile \ 1568 c/src/tests/samples/base_sp/Makefile \ 1569 c/src/tests/samples/cdtest/Makefile \ 1570 c/src/tests/samples/hello/Makefile \ 1571 c/src/tests/samples/paranoia/Makefile \ 1572 c/src/tests/samples/ticker/Makefile \ 1573 c/src/tests/support/Makefile \ 1574 c/src/tests/support/include/Makefile \ 1575 c/src/tests/support/stubdr/Makefile \ 1576 c/src/tests/support/wrapup/Makefile \ 1577 c/src/tests/tools/Makefile \ 1578 c/src/tests/tools/generic/Makefile \ 1579 c/src/tests/tools/hppa1_1/Makefile \ 1580 c/src/tests/tools/hppa1_1/simhppa/Makefile \ 1581 c/src/tests/tools/sparc/Makefile \ 1582 c/src/tests/tools/sparc/erc32/Makefile \ 1583 c/src/tests/tools/unix/Makefile \ 1584 c/src/tests/tools/unix/posix/Makefile \ 1585 $makefiles \ 2424 trap 'rm -fr `echo "Makefile 2425 c/Makefile 2426 c/build-tools/Makefile 2427 c/build-tools/os/Makefile 2428 c/build-tools/os/msdos/Makefile 2429 c/build-tools/scripts/Makefile 2430 c/build-tools/src/Makefile 2431 c/make/Makefile 2432 c/make/host.cfg 2433 c/make/Templates/Makefile.inc 2434 c/src/Makefile 2435 c/src/exec/Makefile 2436 c/src/exec/posix/Makefile 2437 c/src/exec/posix/base/Makefile 2438 c/src/exec/posix/headers/Makefile 2439 c/src/exec/posix/inline/Makefile 2440 c/src/exec/posix/macros/Makefile 2441 c/src/exec/posix/optman/Makefile 2442 c/src/exec/posix/src/Makefile 2443 c/src/exec/posix/sys/Makefile 2444 c/src/exec/rtems/Makefile 2445 c/src/exec/rtems/headers/Makefile 2446 c/src/exec/rtems/inline/Makefile 2447 c/src/exec/rtems/macros/Makefile 2448 c/src/exec/rtems/optman/Makefile 2449 c/src/exec/rtems/src/Makefile 2450 c/src/exec/sapi/Makefile 2451 c/src/exec/sapi/headers/Makefile 2452 c/src/exec/sapi/inline/Makefile 2453 c/src/exec/sapi/macros/Makefile 2454 c/src/exec/sapi/optman/Makefile 2455 c/src/exec/sapi/src/Makefile 2456 c/src/exec/score/Makefile 2457 c/src/exec/score/cpu/Makefile 2458 c/src/exec/score/headers/Makefile 2459 c/src/exec/score/inline/Makefile 2460 c/src/exec/score/macros/Makefile 2461 c/src/exec/score/src/Makefile 2462 c/src/exec/score/tools/Makefile 2463 c/src/exec/score/tools/generic/Makefile 2464 c/src/exec/wrapup/Makefile 2465 c/src/exec/wrapup/posix/Makefile 2466 c/src/exec/wrapup/rtems/Makefile 2467 c/src/lib/Makefile 2468 c/src/lib/include/Makefile 2469 c/src/lib/libbsp/Makefile 2470 c/src/lib/libbsp/shmdr/Makefile 2471 c/src/lib/libc/Makefile 2472 c/src/lib/libcpu/Makefile 2473 c/src/lib/libmisc/Makefile 2474 c/src/lib/libmisc/assoc/Makefile 2475 c/src/lib/libmisc/cpuuse/Makefile 2476 c/src/lib/libmisc/error/Makefile 2477 c/src/lib/libmisc/monitor/Makefile 2478 c/src/lib/libmisc/rtmonuse/Makefile 2479 c/src/lib/libmisc/stackchk/Makefile 2480 c/src/lib/libmisc/wrapup/Makefile 2481 c/src/lib/start/Makefile 2482 c/src/lib/wrapup/Makefile 2483 c/src/tests/Makefile 2484 c/src/tests/samples/Makefile 2485 c/src/tests/samples/base_mp/Makefile 2486 c/src/tests/samples/base_mp/node1/Makefile 2487 c/src/tests/samples/base_mp/node2/Makefile 2488 c/src/tests/samples/base_sp/Makefile 2489 c/src/tests/samples/cdtest/Makefile 2490 c/src/tests/samples/hello/Makefile 2491 c/src/tests/samples/paranoia/Makefile 2492 c/src/tests/samples/ticker/Makefile 2493 c/src/tests/support/Makefile 2494 c/src/tests/support/include/Makefile 2495 c/src/tests/support/stubdr/Makefile 2496 c/src/tests/support/wrapup/Makefile 2497 c/src/tests/tools/Makefile 2498 c/src/tests/tools/generic/Makefile 2499 c/src/tests/tools/hppa1_1/Makefile 2500 c/src/tests/tools/hppa1_1/simhppa/Makefile 2501 c/src/tests/tools/sparc/Makefile 2502 c/src/tests/tools/sparc/erc32/Makefile 2503 c/src/tests/tools/unix/Makefile 2504 c/src/tests/tools/unix/posix/Makefile 2505 $makefiles 1586 2506 c/update-tools/Makefile " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 1587 2507 EOF … … 1630 2550 s%@build_vendor@%$build_vendor%g 1631 2551 s%@build_os@%$build_os%g 2552 s%@CAT@%$CAT%g 2553 s%@RM@%$RM%g 2554 s%@CP@%$CP%g 2555 s%@MV@%$MV%g 2556 s%@LN@%$LN%g 2557 s%@CHMOD@%$CHMOD%g 2558 s%@SORT@%$SORT%g 2559 s%@MKDIR@%$MKDIR%g 2560 s%@PR@%$PR%g 2561 s%@PRINT@%$PRINT%g 2562 s%@TOUCH@%$TOUCH%g 2563 s%@CMP@%$CMP%g 2564 s%@DIRNAME@%$DIRNAME%g 2565 s%@BASENAME@%$BASENAME%g 2566 s%@UNIFDEF@%$UNIFDEF%g 2567 s%@ED@%$ED%g 2568 s%@SED@%$SED%g 1632 2569 s%@AWK@%$AWK%g 2570 s%@M4@%$M4%g 2571 s%@FGREP@%$FGREP%g 2572 s%@GREP@%$GREP%g 2573 s%@EGREP@%$EGREP%g 2574 s%@CATMAN@%$CATMAN%g 2575 s%@KSH@%$KSH%g 2576 s%@RCS_IDENT@%$RCS_IDENT%g 2577 s%@RCS_CO@%$RCS_CO%g 1633 2578 s%@LN_S@%$LN_S%g 1634 2579 s%@RTEMS_BSP@%$RTEMS_BSP%g … … 1685 2630 cat >> $CONFIG_STATUS <<EOF 1686 2631 1687 CONFIG_FILES=\${CONFIG_FILES-"Makefile \ 1688 c/Makefile \ 1689 c/build-tools/Makefile \ 1690 c/build-tools/os/Makefile \ 1691 c/build-tools/os/msdos/Makefile \ 1692 c/build-tools/scripts/Makefile \ 1693 c/build-tools/src/Makefile \ 1694 c/make/Makefile \ 1695 c/make/Templates/Makefile.inc \ 1696 c/src/Makefile \ 1697 c/src/exec/Makefile \ 1698 c/src/exec/posix/Makefile \ 1699 c/src/exec/posix/base/Makefile \ 1700 c/src/exec/posix/headers/Makefile \ 1701 c/src/exec/posix/inline/Makefile \ 1702 c/src/exec/posix/macros/Makefile \ 1703 c/src/exec/posix/optman/Makefile \ 1704 c/src/exec/posix/src/Makefile \ 1705 c/src/exec/posix/sys/Makefile \ 1706 c/src/exec/rtems/Makefile \ 1707 c/src/exec/rtems/headers/Makefile \ 1708 c/src/exec/rtems/inline/Makefile \ 1709 c/src/exec/rtems/macros/Makefile \ 1710 c/src/exec/rtems/optman/Makefile \ 1711 c/src/exec/rtems/src/Makefile \ 1712 c/src/exec/sapi/Makefile \ 1713 c/src/exec/sapi/headers/Makefile \ 1714 c/src/exec/sapi/inline/Makefile \ 1715 c/src/exec/sapi/macros/Makefile \ 1716 c/src/exec/sapi/optman/Makefile \ 1717 c/src/exec/sapi/src/Makefile \ 1718 c/src/exec/score/Makefile \ 1719 c/src/exec/score/cpu/Makefile \ 1720 c/src/exec/score/headers/Makefile \ 1721 c/src/exec/score/inline/Makefile \ 1722 c/src/exec/score/macros/Makefile \ 1723 c/src/exec/score/src/Makefile \ 1724 c/src/exec/score/tools/Makefile \ 1725 c/src/exec/score/tools/generic/Makefile \ 1726 c/src/exec/wrapup/Makefile \ 1727 c/src/exec/wrapup/posix/Makefile \ 1728 c/src/exec/wrapup/rtems/Makefile \ 1729 c/src/lib/Makefile \ 1730 c/src/lib/include/Makefile \ 1731 c/src/lib/libbsp/Makefile \ 1732 c/src/lib/libbsp/shmdr/Makefile \ 1733 c/src/lib/libc/Makefile \ 1734 c/src/lib/libcpu/Makefile \ 1735 c/src/lib/libmisc/Makefile \ 1736 c/src/lib/libmisc/assoc/Makefile \ 1737 c/src/lib/libmisc/cpuuse/Makefile \ 1738 c/src/lib/libmisc/error/Makefile \ 1739 c/src/lib/libmisc/monitor/Makefile \ 1740 c/src/lib/libmisc/rtmonuse/Makefile \ 1741 c/src/lib/libmisc/stackchk/Makefile \ 1742 c/src/lib/libmisc/wrapup/Makefile \ 1743 c/src/lib/start/Makefile \ 1744 c/src/lib/wrapup/Makefile \ 1745 c/src/tests/Makefile \ 1746 c/src/tests/samples/Makefile \ 1747 c/src/tests/samples/base_mp/Makefile \ 1748 c/src/tests/samples/base_mp/node1/Makefile \ 1749 c/src/tests/samples/base_mp/node2/Makefile \ 1750 c/src/tests/samples/base_sp/Makefile \ 1751 c/src/tests/samples/cdtest/Makefile \ 1752 c/src/tests/samples/hello/Makefile \ 1753 c/src/tests/samples/paranoia/Makefile \ 1754 c/src/tests/samples/ticker/Makefile \ 1755 c/src/tests/support/Makefile \ 1756 c/src/tests/support/include/Makefile \ 1757 c/src/tests/support/stubdr/Makefile \ 1758 c/src/tests/support/wrapup/Makefile \ 1759 c/src/tests/tools/Makefile \ 1760 c/src/tests/tools/generic/Makefile \ 1761 c/src/tests/tools/hppa1_1/Makefile \ 1762 c/src/tests/tools/hppa1_1/simhppa/Makefile \ 1763 c/src/tests/tools/sparc/Makefile \ 1764 c/src/tests/tools/sparc/erc32/Makefile \ 1765 c/src/tests/tools/unix/Makefile \ 1766 c/src/tests/tools/unix/posix/Makefile \ 1767 $makefiles \ 2632 CONFIG_FILES=\${CONFIG_FILES-"Makefile 2633 c/Makefile 2634 c/build-tools/Makefile 2635 c/build-tools/os/Makefile 2636 c/build-tools/os/msdos/Makefile 2637 c/build-tools/scripts/Makefile 2638 c/build-tools/src/Makefile 2639 c/make/Makefile 2640 c/make/host.cfg 2641 c/make/Templates/Makefile.inc 2642 c/src/Makefile 2643 c/src/exec/Makefile 2644 c/src/exec/posix/Makefile 2645 c/src/exec/posix/base/Makefile 2646 c/src/exec/posix/headers/Makefile 2647 c/src/exec/posix/inline/Makefile 2648 c/src/exec/posix/macros/Makefile 2649 c/src/exec/posix/optman/Makefile 2650 c/src/exec/posix/src/Makefile 2651 c/src/exec/posix/sys/Makefile 2652 c/src/exec/rtems/Makefile 2653 c/src/exec/rtems/headers/Makefile 2654 c/src/exec/rtems/inline/Makefile 2655 c/src/exec/rtems/macros/Makefile 2656 c/src/exec/rtems/optman/Makefile 2657 c/src/exec/rtems/src/Makefile 2658 c/src/exec/sapi/Makefile 2659 c/src/exec/sapi/headers/Makefile 2660 c/src/exec/sapi/inline/Makefile 2661 c/src/exec/sapi/macros/Makefile 2662 c/src/exec/sapi/optman/Makefile 2663 c/src/exec/sapi/src/Makefile 2664 c/src/exec/score/Makefile 2665 c/src/exec/score/cpu/Makefile 2666 c/src/exec/score/headers/Makefile 2667 c/src/exec/score/inline/Makefile 2668 c/src/exec/score/macros/Makefile 2669 c/src/exec/score/src/Makefile 2670 c/src/exec/score/tools/Makefile 2671 c/src/exec/score/tools/generic/Makefile 2672 c/src/exec/wrapup/Makefile 2673 c/src/exec/wrapup/posix/Makefile 2674 c/src/exec/wrapup/rtems/Makefile 2675 c/src/lib/Makefile 2676 c/src/lib/include/Makefile 2677 c/src/lib/libbsp/Makefile 2678 c/src/lib/libbsp/shmdr/Makefile 2679 c/src/lib/libc/Makefile 2680 c/src/lib/libcpu/Makefile 2681 c/src/lib/libmisc/Makefile 2682 c/src/lib/libmisc/assoc/Makefile 2683 c/src/lib/libmisc/cpuuse/Makefile 2684 c/src/lib/libmisc/error/Makefile 2685 c/src/lib/libmisc/monitor/Makefile 2686 c/src/lib/libmisc/rtmonuse/Makefile 2687 c/src/lib/libmisc/stackchk/Makefile 2688 c/src/lib/libmisc/wrapup/Makefile 2689 c/src/lib/start/Makefile 2690 c/src/lib/wrapup/Makefile 2691 c/src/tests/Makefile 2692 c/src/tests/samples/Makefile 2693 c/src/tests/samples/base_mp/Makefile 2694 c/src/tests/samples/base_mp/node1/Makefile 2695 c/src/tests/samples/base_mp/node2/Makefile 2696 c/src/tests/samples/base_sp/Makefile 2697 c/src/tests/samples/cdtest/Makefile 2698 c/src/tests/samples/hello/Makefile 2699 c/src/tests/samples/paranoia/Makefile 2700 c/src/tests/samples/ticker/Makefile 2701 c/src/tests/support/Makefile 2702 c/src/tests/support/include/Makefile 2703 c/src/tests/support/stubdr/Makefile 2704 c/src/tests/support/wrapup/Makefile 2705 c/src/tests/tools/Makefile 2706 c/src/tests/tools/generic/Makefile 2707 c/src/tests/tools/hppa1_1/Makefile 2708 c/src/tests/tools/hppa1_1/simhppa/Makefile 2709 c/src/tests/tools/sparc/Makefile 2710 c/src/tests/tools/sparc/erc32/Makefile 2711 c/src/tests/tools/unix/Makefile 2712 c/src/tests/tools/unix/posix/Makefile 2713 $makefiles 1768 2714 c/update-tools/Makefile "} 1769 2715 EOF -
configure.in
r83bb778 ra50148a 472 472 473 473 # 474 # Generate the configure.host file 475 # 476 477 dnl BEGIN configure.host.in 478 479 AC_PATH_PROG(CAT,cat) 480 dnl FIXME: check if rm accepts -f 481 dnl NOTE : Check for rm -f seems not to be necessary since autoconf 482 dnl itself depends on it 483 AC_PATH_PROG(RM,rm) 484 AC_PATH_PROG(CP,cp) 485 AC_PATH_PROG(MV,mv) 486 AC_PATH_PROG(LN,ln) 487 AC_PATH_PROG(CHMOD,chmod) 488 AC_PATH_PROG(SORT,sort) 489 490 dnl check mkdir behaviour, try to get mkdir -p -m 0755 491 RTEMS_PATH_MKDIR 492 RTEMS_PROG_MKDIR_M 493 RTEMS_PROG_MKDIR_P 494 test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p" 495 test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755" 496 497 dnl determine which program to use to format ps-docs to 2 pages per sheet 498 dnl try enscript 499 AC_PATH_PROG(PR,enscript) 500 test -n "$PR" && PR="$PR -G2r" 501 502 if test -z "$PR"; then 503 dnl try /usr/openwin/mp 504 dnl NOTE: Cannot test for mp in $PATH 505 dnl because there exists a program named mp for TeX 506 dnl which isn't what we want 507 AC_PATH_PROG(PR,mp,,/usr/openwin) 508 test -n "$PR" && PR="$PR -l" 509 fi 510 511 if test -z "$PR"; then 512 dnl fallback to pr 513 AC_PATH_PROG(PR,pr) 514 fi 515 516 if test -z "$PR"; then 517 AC_MSG_WARN( 518 [***] 519 [ Cannot determine a suitable program for] 520 [ printing asci files on ps-printers] 521 [ Expect errors when printing files] ) 522 fi 523 524 dnl Prefer lp over lpr for SYSV systems 525 dnl NOTE: Dangerous for SYSV systems using BSD printing 526 AC_PATH_PROGS(PRINT,lp lpr) 527 528 AC_PATH_PROG(TOUCH,touch) 529 AC_PATH_PROG(CMP,cmp) 530 AC_PATH_PROG(DIRNAME,dirname) 531 AC_PATH_PROG(BASENAME,basename) 532 533 dnl NOTE: Does anybody but SUN have unifdef? 534 dnl should probably be avoided at all 535 AC_PATH_PROG(UNIFDEF,unifdef) 536 AC_PATH_PROG(ED,ed) 537 AC_PATH_PROG(SED,sed) 538 AC_PATH_PROGS(AWK,mawk gawk nawk awk) 539 AC_PATH_PROGS(M4,gm4 m4) 540 541 AC_PATH_PROG(FGREP,fgrep) 542 AC_PATH_PROG(GREP,grep) 543 AC_PATH_PROG(EGREP,egrep) 544 545 dnl catman might not be in $PATH 546 AC_PATH_PROG(CATMAN,catman,,$PATH:/usr/etc:/etc) 547 548 dnl NOTE: prefer bash over ksh over sh 549 AC_PATH_PROGS(KSH,bash ksh sh) 550 551 if test -z "$KSH"; then 552 dnl NOTE: This cannot happen -- /bin/sh must always exist 553 AC_MSG_ERROR( 554 [***] 555 [ Cannot determine a usable shell bash/ksh/sh] 556 [ Please contact your system administrator] ); 557 fi 558 559 dnl check for RCS 560 AC_PATH_PROG(RCS_IDENT,ident) 561 AC_PATH_PROG(RCS_CO,co) 562 563 dnl check for libraries 564 dnl this does't work, uses host-linker instead of target-linker 565 dnl Skip for now, since I (RC) don't believe it is used at all 566 dnl libm 567 dnl AC_CHECK_LIB(m,cos, 568 dnl LIB_MATH="-lm") 569 dnl AC_SUBST(LIB_MATH) 570 571 dnl END configure.host.in 572 573 # 474 574 # Target configurations are listed in alphabetical order. 475 575 # The BSPs for a target configuration are also listed in alphabetical order. … … 539 639 esac 540 640 541 case "${host}" in 542 *-pc-linux*) host_os=Linux ;; 543 sparc-sun-sunos*) host_os=SunOS ;; 544 sparc-sun-solaris*) host_os=Solaris ;; 545 *-nextstep*) host_os=Nextstep3;; 546 mips*-sgi-irix5*) host_os=Irix5;; 547 *-hp-hpux9*) host_os=HPUX9;; 548 *) host_os=none 549 echo RTEMS not supported on host: $host 550 exit 1;; 551 esac 641 dnl NOTE: host_os is automatically set by autoconf 552 642 553 643 if [[ "${program_prefix}" = "NONE" ]] ; then … … 560 650 561 651 562 AC_PROG_AWK563 652 AC_PROG_LN_S 564 653 dnl AC_PROG_CC … … 599 688 AC_SUBST(program_prefix) 600 689 601 AC_OUTPUT( Makefile \ 602 c/Makefile \ 603 c/build-tools/Makefile \ 604 c/build-tools/os/Makefile \ 605 c/build-tools/os/msdos/Makefile \ 606 c/build-tools/scripts/Makefile \ 607 c/build-tools/src/Makefile \ 608 c/make/Makefile \ 609 c/make/Templates/Makefile.inc \ 610 c/src/Makefile \ 611 c/src/exec/Makefile \ 612 c/src/exec/posix/Makefile \ 613 c/src/exec/posix/base/Makefile \ 614 c/src/exec/posix/headers/Makefile \ 615 c/src/exec/posix/inline/Makefile \ 616 c/src/exec/posix/macros/Makefile \ 617 c/src/exec/posix/optman/Makefile \ 618 c/src/exec/posix/src/Makefile \ 619 c/src/exec/posix/sys/Makefile \ 620 c/src/exec/rtems/Makefile \ 621 c/src/exec/rtems/headers/Makefile \ 622 c/src/exec/rtems/inline/Makefile \ 623 c/src/exec/rtems/macros/Makefile \ 624 c/src/exec/rtems/optman/Makefile \ 625 c/src/exec/rtems/src/Makefile \ 626 c/src/exec/sapi/Makefile \ 627 c/src/exec/sapi/headers/Makefile \ 628 c/src/exec/sapi/inline/Makefile \ 629 c/src/exec/sapi/macros/Makefile \ 630 c/src/exec/sapi/optman/Makefile \ 631 c/src/exec/sapi/src/Makefile \ 632 c/src/exec/score/Makefile \ 633 c/src/exec/score/cpu/Makefile \ 634 c/src/exec/score/headers/Makefile \ 635 c/src/exec/score/inline/Makefile \ 636 c/src/exec/score/macros/Makefile \ 637 c/src/exec/score/src/Makefile \ 638 c/src/exec/score/tools/Makefile \ 639 c/src/exec/score/tools/generic/Makefile \ 640 c/src/exec/wrapup/Makefile \ 641 c/src/exec/wrapup/posix/Makefile \ 642 c/src/exec/wrapup/rtems/Makefile \ 643 c/src/lib/Makefile \ 644 c/src/lib/include/Makefile \ 645 c/src/lib/libbsp/Makefile \ 646 c/src/lib/libbsp/shmdr/Makefile \ 647 c/src/lib/libc/Makefile \ 648 c/src/lib/libcpu/Makefile \ 649 c/src/lib/libmisc/Makefile \ 650 c/src/lib/libmisc/assoc/Makefile \ 651 c/src/lib/libmisc/cpuuse/Makefile \ 652 c/src/lib/libmisc/error/Makefile \ 653 c/src/lib/libmisc/monitor/Makefile \ 654 c/src/lib/libmisc/rtmonuse/Makefile \ 655 c/src/lib/libmisc/stackchk/Makefile \ 656 c/src/lib/libmisc/wrapup/Makefile \ 657 c/src/lib/start/Makefile \ 658 c/src/lib/wrapup/Makefile \ 659 c/src/tests/Makefile \ 660 c/src/tests/samples/Makefile \ 661 c/src/tests/samples/base_mp/Makefile \ 662 c/src/tests/samples/base_mp/node1/Makefile \ 663 c/src/tests/samples/base_mp/node2/Makefile \ 664 c/src/tests/samples/base_sp/Makefile \ 665 c/src/tests/samples/cdtest/Makefile \ 666 c/src/tests/samples/hello/Makefile \ 667 c/src/tests/samples/paranoia/Makefile \ 668 c/src/tests/samples/ticker/Makefile \ 669 c/src/tests/support/Makefile \ 670 c/src/tests/support/include/Makefile \ 671 c/src/tests/support/stubdr/Makefile \ 672 c/src/tests/support/wrapup/Makefile \ 673 c/src/tests/tools/Makefile \ 674 c/src/tests/tools/generic/Makefile \ 675 c/src/tests/tools/hppa1_1/Makefile \ 676 c/src/tests/tools/hppa1_1/simhppa/Makefile \ 677 c/src/tests/tools/sparc/Makefile \ 678 c/src/tests/tools/sparc/erc32/Makefile \ 679 c/src/tests/tools/unix/Makefile \ 680 c/src/tests/tools/unix/posix/Makefile \ 681 $makefiles \ 690 AC_OUTPUT( Makefile 691 c/Makefile 692 c/build-tools/Makefile 693 c/build-tools/os/Makefile 694 c/build-tools/os/msdos/Makefile 695 c/build-tools/scripts/Makefile 696 c/build-tools/src/Makefile 697 c/make/Makefile 698 c/make/host.cfg 699 c/make/Templates/Makefile.inc 700 c/src/Makefile 701 c/src/exec/Makefile 702 c/src/exec/posix/Makefile 703 c/src/exec/posix/base/Makefile 704 c/src/exec/posix/headers/Makefile 705 c/src/exec/posix/inline/Makefile 706 c/src/exec/posix/macros/Makefile 707 c/src/exec/posix/optman/Makefile 708 c/src/exec/posix/src/Makefile 709 c/src/exec/posix/sys/Makefile 710 c/src/exec/rtems/Makefile 711 c/src/exec/rtems/headers/Makefile 712 c/src/exec/rtems/inline/Makefile 713 c/src/exec/rtems/macros/Makefile 714 c/src/exec/rtems/optman/Makefile 715 c/src/exec/rtems/src/Makefile 716 c/src/exec/sapi/Makefile 717 c/src/exec/sapi/headers/Makefile 718 c/src/exec/sapi/inline/Makefile 719 c/src/exec/sapi/macros/Makefile 720 c/src/exec/sapi/optman/Makefile 721 c/src/exec/sapi/src/Makefile 722 c/src/exec/score/Makefile 723 c/src/exec/score/cpu/Makefile 724 c/src/exec/score/headers/Makefile 725 c/src/exec/score/inline/Makefile 726 c/src/exec/score/macros/Makefile 727 c/src/exec/score/src/Makefile 728 c/src/exec/score/tools/Makefile 729 c/src/exec/score/tools/generic/Makefile 730 c/src/exec/wrapup/Makefile 731 c/src/exec/wrapup/posix/Makefile 732 c/src/exec/wrapup/rtems/Makefile 733 c/src/lib/Makefile 734 c/src/lib/include/Makefile 735 c/src/lib/libbsp/Makefile 736 c/src/lib/libbsp/shmdr/Makefile 737 c/src/lib/libc/Makefile 738 c/src/lib/libcpu/Makefile 739 c/src/lib/libmisc/Makefile 740 c/src/lib/libmisc/assoc/Makefile 741 c/src/lib/libmisc/cpuuse/Makefile 742 c/src/lib/libmisc/error/Makefile 743 c/src/lib/libmisc/monitor/Makefile 744 c/src/lib/libmisc/rtmonuse/Makefile 745 c/src/lib/libmisc/stackchk/Makefile 746 c/src/lib/libmisc/wrapup/Makefile 747 c/src/lib/start/Makefile 748 c/src/lib/wrapup/Makefile 749 c/src/tests/Makefile 750 c/src/tests/samples/Makefile 751 c/src/tests/samples/base_mp/Makefile 752 c/src/tests/samples/base_mp/node1/Makefile 753 c/src/tests/samples/base_mp/node2/Makefile 754 c/src/tests/samples/base_sp/Makefile 755 c/src/tests/samples/cdtest/Makefile 756 c/src/tests/samples/hello/Makefile 757 c/src/tests/samples/paranoia/Makefile 758 c/src/tests/samples/ticker/Makefile 759 c/src/tests/support/Makefile 760 c/src/tests/support/include/Makefile 761 c/src/tests/support/stubdr/Makefile 762 c/src/tests/support/wrapup/Makefile 763 c/src/tests/tools/Makefile 764 c/src/tests/tools/generic/Makefile 765 c/src/tests/tools/hppa1_1/Makefile 766 c/src/tests/tools/hppa1_1/simhppa/Makefile 767 c/src/tests/tools/sparc/Makefile 768 c/src/tests/tools/sparc/erc32/Makefile 769 c/src/tests/tools/unix/Makefile 770 c/src/tests/tools/unix/posix/Makefile 771 $makefiles 682 772 c/update-tools/Makefile ) 683 773
Note: See TracChangeset
for help on using the changeset viewer.