- Timestamp:
- Jul 2, 2003, 8:15:04 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 210c261
- Parents:
- 03955f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r03955f3 re6449bc 757 757 if test -d /usr/athena/include; then 758 758 CFLAGS=${CFLAGS}\ -I/usr/athena/include 759 CPPFLAGS=${CPPFLAGS}\ -I/usr/athena/include 759 760 echo "$ac_t""yes" 1>&6 760 761 else … … 762 763 fi 763 764 echo $ac_n "checking for /usr/athena/lib""... $ac_c" 1>&6 764 echo "configure:76 5: checking for /usr/athena/lib" >&5765 echo "configure:766: checking for /usr/athena/lib" >&5 765 766 if test -d /usr/athena/lib; then 766 767 LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS} … … 771 772 772 773 echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6 773 echo "configure:77 4: checking for initscr in -lncurses" >&5774 echo "configure:775: checking for initscr in -lncurses" >&5 774 775 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'` 775 776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 779 780 LIBS="-lncurses $LIBS" 780 781 cat > conftest.$ac_ext <<EOF 781 #line 78 2"configure"782 #line 783 "configure" 782 783 #include "confdefs.h" 783 784 /* Override any gcc2 internal prototype to avoid an error. */ … … 790 791 ; return 0; } 791 792 EOF 792 if { (eval echo configure:79 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then793 if { (eval echo configure:794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 793 794 rm -rf conftest* 794 795 eval "ac_cv_lib_$ac_lib_var=yes" … … 816 817 echo "$ac_t""no" 1>&6 817 818 echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6 818 echo "configure:8 19: checking for initscr in -lcurses" >&5819 echo "configure:820: checking for initscr in -lcurses" >&5 819 820 ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'` 820 821 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 824 825 LIBS="-lcurses $LIBS" 825 826 cat > conftest.$ac_ext <<EOF 826 #line 82 7"configure"827 #line 828 "configure" 827 828 #include "confdefs.h" 828 829 /* Override any gcc2 internal prototype to avoid an error. */ … … 835 836 ; return 0; } 836 837 EOF 837 if { (eval echo configure:83 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then838 if { (eval echo configure:839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 838 839 rm -rf conftest* 839 840 eval "ac_cv_lib_$ac_lib_var=yes" … … 866 867 867 868 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 868 echo "configure:8 69: checking for com_err in -lcom_err" >&5869 echo "configure:870: checking for com_err in -lcom_err" >&5 869 870 ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 870 871 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 874 875 LIBS="-lcom_err $LIBS" 875 876 cat > conftest.$ac_ext <<EOF 876 #line 87 7"configure"877 #line 878 "configure" 877 878 #include "confdefs.h" 878 879 /* Override any gcc2 internal prototype to avoid an error. */ … … 885 886 ; return 0; } 886 887 EOF 887 if { (eval echo configure:88 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then888 if { (eval echo configure:889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 888 889 rm -rf conftest* 889 890 eval "ac_cv_lib_$ac_lib_var=yes" … … 913 914 914 915 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 915 echo "configure:91 6: checking for gethostbyname in -lnsl" >&5916 echo "configure:917: checking for gethostbyname in -lnsl" >&5 916 917 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 917 918 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 921 922 LIBS="-lnsl $LIBS" 922 923 cat > conftest.$ac_ext <<EOF 923 #line 92 4"configure"924 #line 925 "configure" 924 925 #include "confdefs.h" 925 926 /* Override any gcc2 internal prototype to avoid an error. */ … … 932 933 ; return 0; } 933 934 EOF 934 if { (eval echo configure:93 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then935 if { (eval echo configure:936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 935 936 rm -rf conftest* 936 937 eval "ac_cv_lib_$ac_lib_var=yes" … … 960 961 961 962 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 962 echo "configure:96 3: checking for socket in -lsocket" >&5963 echo "configure:964: checking for socket in -lsocket" >&5 963 964 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` 964 965 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 968 969 LIBS="-lsocket $LIBS" 969 970 cat > conftest.$ac_ext <<EOF 970 #line 97 1"configure"971 #line 972 "configure" 971 972 #include "confdefs.h" 972 973 /* Override any gcc2 internal prototype to avoid an error. */ … … 979 980 ; return 0; } 980 981 EOF 981 if { (eval echo configure:98 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then982 if { (eval echo configure:983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 982 983 rm -rf conftest* 983 984 eval "ac_cv_lib_$ac_lib_var=yes" … … 1007 1008 1008 1009 echo $ac_n "checking for krb5_derive_key in -lk5crypto""... $ac_c" 1>&6 1009 echo "configure:101 0: checking for krb5_derive_key in -lk5crypto" >&51010 echo "configure:1011: checking for krb5_derive_key in -lk5crypto" >&5 1010 1011 ac_lib_var=`echo k5crypto'_'krb5_derive_key | sed 'y%./+-%__p_%'` 1011 1012 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1015 1016 LIBS="-lk5crypto $LIBS" 1016 1017 cat > conftest.$ac_ext <<EOF 1017 #line 101 8"configure"1018 #line 1019 "configure" 1018 1019 #include "confdefs.h" 1019 1020 /* Override any gcc2 internal prototype to avoid an error. */ … … 1026 1027 ; return 0; } 1027 1028 EOF 1028 if { (eval echo configure:10 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1029 if { (eval echo configure:1030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1029 1030 rm -rf conftest* 1030 1031 eval "ac_cv_lib_$ac_lib_var=yes" … … 1054 1055 1055 1056 echo $ac_n "checking for req_act_vno in -ldes425""... $ac_c" 1>&6 1056 echo "configure:105 7: checking for req_act_vno in -ldes425" >&51057 echo "configure:1058: checking for req_act_vno in -ldes425" >&5 1057 1058 ac_lib_var=`echo des425'_'req_act_vno | sed 'y%./+-%__p_%'` 1058 1059 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1062 1063 LIBS="-ldes425 $LIBS" 1063 1064 cat > conftest.$ac_ext <<EOF 1064 #line 106 5"configure"1065 #line 1066 "configure" 1065 1066 #include "confdefs.h" 1066 1067 /* Override any gcc2 internal prototype to avoid an error. */ … … 1073 1074 ; return 0; } 1074 1075 EOF 1075 if { (eval echo configure:107 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1076 if { (eval echo configure:1077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1076 1077 rm -rf conftest* 1077 1078 eval "ac_cv_lib_$ac_lib_var=yes" … … 1101 1102 1102 1103 echo $ac_n "checking for des_quad_cksum in -ldes""... $ac_c" 1>&6 1103 echo "configure:110 4: checking for des_quad_cksum in -ldes" >&51104 echo "configure:1105: checking for des_quad_cksum in -ldes" >&5 1104 1105 ac_lib_var=`echo des'_'des_quad_cksum | sed 'y%./+-%__p_%'` 1105 1106 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1109 1110 LIBS="-ldes $LIBS" 1110 1111 cat > conftest.$ac_ext <<EOF 1111 #line 111 2"configure"1112 #line 1113 "configure" 1112 1113 #include "confdefs.h" 1113 1114 /* Override any gcc2 internal prototype to avoid an error. */ … … 1120 1121 ; return 0; } 1121 1122 EOF 1122 if { (eval echo configure:112 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1123 if { (eval echo configure:1124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1123 1124 rm -rf conftest* 1124 1125 eval "ac_cv_lib_$ac_lib_var=yes" … … 1148 1149 1149 1150 echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 1150 echo "configure:115 1: checking for res_search in -lresolv" >&51151 echo "configure:1152: checking for res_search in -lresolv" >&5 1151 1152 ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` 1152 1153 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1156 1157 LIBS="-lresolv $LIBS" 1157 1158 cat > conftest.$ac_ext <<EOF 1158 #line 11 59"configure"1159 #line 1160 "configure" 1159 1160 #include "confdefs.h" 1160 1161 /* Override any gcc2 internal prototype to avoid an error. */ … … 1167 1168 ; return 0; } 1168 1169 EOF 1169 if { (eval echo configure:117 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1170 if { (eval echo configure:1171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1170 1171 rm -rf conftest* 1171 1172 eval "ac_cv_lib_$ac_lib_var=yes" … … 1195 1196 1196 1197 echo $ac_n "checking for krb5_get_credentials in -lkrb5""... $ac_c" 1>&6 1197 echo "configure:119 8: checking for krb5_get_credentials in -lkrb5" >&51198 echo "configure:1199: checking for krb5_get_credentials in -lkrb5" >&5 1198 1199 ac_lib_var=`echo krb5'_'krb5_get_credentials | sed 'y%./+-%__p_%'` 1199 1200 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1203 1204 LIBS="-lkrb5 $LIBS" 1204 1205 cat > conftest.$ac_ext <<EOF 1205 #line 120 6"configure"1206 #line 1207 "configure" 1206 1207 #include "confdefs.h" 1207 1208 /* Override any gcc2 internal prototype to avoid an error. */ … … 1214 1215 ; return 0; } 1215 1216 EOF 1216 if { (eval echo configure:121 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1217 if { (eval echo configure:1218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1217 1218 rm -rf conftest* 1218 1219 eval "ac_cv_lib_$ac_lib_var=yes" … … 1242 1243 1243 1244 echo $ac_n "checking for krb_sendauth in -lkrb4""... $ac_c" 1>&6 1244 echo "configure:124 5: checking for krb_sendauth in -lkrb4" >&51245 echo "configure:1246: checking for krb_sendauth in -lkrb4" >&5 1245 1246 ac_lib_var=`echo krb4'_'krb_sendauth | sed 'y%./+-%__p_%'` 1246 1247 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1250 1251 LIBS="-lkrb4 $LIBS" 1251 1252 cat > conftest.$ac_ext <<EOF 1252 #line 125 3"configure"1253 #line 1254 "configure" 1253 1254 #include "confdefs.h" 1254 1255 /* Override any gcc2 internal prototype to avoid an error. */ … … 1261 1262 ; return 0; } 1262 1263 EOF 1263 if { (eval echo configure:126 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1264 if { (eval echo configure:1265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1264 1265 rm -rf conftest* 1265 1266 eval "ac_cv_lib_$ac_lib_var=yes" … … 1287 1288 echo "$ac_t""no" 1>&6 1288 1289 echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6 1289 echo "configure:129 0: checking for krb_sendauth in -lkrb" >&51290 echo "configure:1291: checking for krb_sendauth in -lkrb" >&5 1290 1291 ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'` 1291 1292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1295 1296 LIBS="-lkrb $LIBS" 1296 1297 cat > conftest.$ac_ext <<EOF 1297 #line 129 8"configure"1298 #line 1299 "configure" 1298 1299 #include "confdefs.h" 1299 1300 /* Override any gcc2 internal prototype to avoid an error. */ … … 1306 1307 ; return 0; } 1307 1308 EOF 1308 if { (eval echo configure:13 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1309 if { (eval echo configure:1310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1309 1310 rm -rf conftest* 1310 1311 eval "ac_cv_lib_$ac_lib_var=yes" … … 1336 1337 1337 1338 echo $ac_n "checking for ZGetSender in -lzephyr""... $ac_c" 1>&6 1338 echo "configure:13 39: checking for ZGetSender in -lzephyr" >&51339 echo "configure:1340: checking for ZGetSender in -lzephyr" >&5 1339 1340 ac_lib_var=`echo zephyr'_'ZGetSender | sed 'y%./+-%__p_%'` 1340 1341 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1344 1345 LIBS="-lzephyr $LIBS" 1345 1346 cat > conftest.$ac_ext <<EOF 1346 #line 134 7"configure"1347 #line 1348 "configure" 1347 1348 #include "confdefs.h" 1348 1349 /* Override any gcc2 internal prototype to avoid an error. */ … … 1355 1356 ; return 0; } 1356 1357 EOF 1357 if { (eval echo configure:135 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1358 if { (eval echo configure:1359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1358 1359 rm -rf conftest* 1359 1360 eval "ac_cv_lib_$ac_lib_var=yes" … … 1383 1384 1384 1385 echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6 1385 echo "configure:138 6: checking for ZInitLocationInfo in -lzephyr" >&51386 echo "configure:1387: checking for ZInitLocationInfo in -lzephyr" >&5 1386 1387 ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'` 1387 1388 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1391 1392 LIBS="-lzephyr $LIBS" 1392 1393 cat > conftest.$ac_ext <<EOF 1393 #line 139 4"configure"1394 #line 1395 "configure" 1394 1395 #include "confdefs.h" 1395 1396 /* Override any gcc2 internal prototype to avoid an error. */ … … 1402 1403 ; return 0; } 1403 1404 EOF 1404 if { (eval echo configure:140 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1405 if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1405 1406 rm -rf conftest* 1406 1407 eval "ac_cv_lib_$ac_lib_var=yes" … … 1429 1430 do 1430 1431 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1431 echo "configure:143 2: checking for $ac_func" >&51432 echo "configure:1433: checking for $ac_func" >&5 1432 1433 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1433 1434 echo $ac_n "(cached) $ac_c" 1>&6 1434 1435 else 1435 1436 cat > conftest.$ac_ext <<EOF 1436 #line 143 7"configure"1437 #line 1438 "configure" 1437 1438 #include "confdefs.h" 1438 1439 /* System header to define __stub macros and hopefully few prototypes, … … 1457 1458 ; return 0; } 1458 1459 EOF 1459 if { (eval echo configure:146 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1460 1461 rm -rf conftest* 1461 1462 eval "ac_cv_func_$ac_func=yes" … … 1483 1484 1484 1485 echo $ac_n "checking for des_ecb_encrypt prototype""... $ac_c" 1>&6 1485 echo "configure:148 6: checking for des_ecb_encrypt prototype" >&51486 echo "configure:1487: checking for des_ecb_encrypt prototype" >&5 1486 1487 cat > conftest.$ac_ext <<EOF 1487 #line 148 8"configure"1488 #line 1489 "configure" 1488 1489 #include "confdefs.h" 1489 1490 #include <des.h> … … 1493 1494 ; return 0; } 1494 1495 EOF 1495 if { (eval echo configure:149 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1496 if { (eval echo configure:1497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1496 1497 rm -rf conftest* 1497 1498 ac_cv_des_ecb_encrypt_proto=no … … 1512 1513 1513 1514 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1514 echo "configure:151 5: checking how to run the C preprocessor" >&51515 echo "configure:1516: checking how to run the C preprocessor" >&5 1515 1516 # On Suns, sometimes $CPP names a directory. 1516 1517 if test -n "$CPP" && test -d "$CPP"; then … … 1527 1528 # not just through cpp. 1528 1529 cat > conftest.$ac_ext <<EOF 1529 #line 153 0"configure"1530 #line 1531 "configure" 1530 1531 #include "confdefs.h" 1531 1532 #include <assert.h> … … 1533 1534 EOF 1534 1535 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1535 { (eval echo configure:153 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1536 { (eval echo configure:1537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1536 1537 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1537 1538 if test -z "$ac_err"; then … … 1544 1545 CPP="${CC-cc} -E -traditional-cpp" 1545 1546 cat > conftest.$ac_ext <<EOF 1546 #line 154 7"configure"1547 #line 1548 "configure" 1547 1548 #include "confdefs.h" 1548 1549 #include <assert.h> … … 1550 1551 EOF 1551 1552 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1552 { (eval echo configure:155 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1553 { (eval echo configure:1554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1553 1554 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1554 1555 if test -z "$ac_err"; then … … 1561 1562 CPP="${CC-cc} -nologo -E" 1562 1563 cat > conftest.$ac_ext <<EOF 1563 #line 156 4"configure"1564 #line 1565 "configure" 1564 1565 #include "confdefs.h" 1565 1566 #include <assert.h> … … 1567 1568 EOF 1568 1569 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1569 { (eval echo configure:157 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1570 { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1570 1571 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1571 1572 if test -z "$ac_err"; then … … 1592 1593 1593 1594 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1594 echo "configure:159 5: checking for ANSI C header files" >&51595 echo "configure:1596: checking for ANSI C header files" >&5 1595 1596 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1596 1597 echo $ac_n "(cached) $ac_c" 1>&6 1597 1598 else 1598 1599 cat > conftest.$ac_ext <<EOF 1599 #line 160 0"configure"1600 #line 1601 "configure" 1600 1601 #include "confdefs.h" 1601 1602 #include <stdlib.h> … … 1605 1606 EOF 1606 1607 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1607 { (eval echo configure:160 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1608 { (eval echo configure:1609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1608 1609 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1609 1610 if test -z "$ac_err"; then … … 1622 1623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1623 1624 cat > conftest.$ac_ext <<EOF 1624 #line 162 5"configure"1625 #line 1626 "configure" 1625 1626 #include "confdefs.h" 1626 1627 #include <string.h> … … 1640 1641 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1641 1642 cat > conftest.$ac_ext <<EOF 1642 #line 164 3"configure"1643 #line 1644 "configure" 1643 1644 #include "confdefs.h" 1644 1645 #include <stdlib.h> … … 1661 1662 else 1662 1663 cat > conftest.$ac_ext <<EOF 1663 #line 166 4"configure"1664 #line 1665 "configure" 1664 1665 #include "confdefs.h" 1665 1666 #include <ctype.h> … … 1672 1673 1673 1674 EOF 1674 if { (eval echo configure:167 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1675 if { (eval echo configure:1676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1675 1676 then 1676 1677 : … … 1696 1697 1697 1698 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1698 echo "configure:1 699: checking for sys/wait.h that is POSIX.1 compatible" >&51699 echo "configure:1700: checking for sys/wait.h that is POSIX.1 compatible" >&5 1699 1700 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1700 1701 echo $ac_n "(cached) $ac_c" 1>&6 1701 1702 else 1702 1703 cat > conftest.$ac_ext <<EOF 1703 #line 170 4"configure"1704 #line 1705 "configure" 1704 1705 #include "confdefs.h" 1705 1706 #include <sys/types.h> … … 1717 1718 ; return 0; } 1718 1719 EOF 1719 if { (eval echo configure:172 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1720 if { (eval echo configure:1721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1720 1721 rm -rf conftest* 1721 1722 ac_cv_header_sys_wait_h=yes … … 1737 1738 fi 1738 1739 1739 for ac_hdr in strings.h sys/ioctl.h unistd.h 1740 for ac_hdr in strings.h sys/ioctl.h unistd.h com_err.h 1740 1741 do 1741 1742 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1742 1743 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1743 echo "configure:174 4: checking for $ac_hdr" >&51744 echo "configure:1745: checking for $ac_hdr" >&5 1744 1745 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1745 1746 echo $ac_n "(cached) $ac_c" 1>&6 1746 1747 else 1747 1748 cat > conftest.$ac_ext <<EOF 1748 #line 17 49"configure"1749 #line 1750 "configure" 1749 1750 #include "confdefs.h" 1750 1751 #include <$ac_hdr> 1751 1752 EOF 1752 1753 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1753 { (eval echo configure:175 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1754 { (eval echo configure:1755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1754 1755 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1755 1756 if test -z "$ac_err"; then … … 1783 1784 1784 1785 echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 1785 echo "configure:178 6: checking for the perl xsubpp precompiler" >&51786 echo "configure:1787: checking for the perl xsubpp precompiler" >&5 1786 1787 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 1787 1788 if test -n "${XSUBPPDIR}"; then … … 1798 1799 ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` 1799 1800 echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 1800 echo "configure:180 1: checking for /usr/share/terminfo" >&51801 echo "configure:1802: checking for /usr/share/terminfo" >&5 1801 1802 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1802 1803 echo $ac_n "(cached) $ac_c" 1>&6 … … 1823 1824 ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` 1824 1825 echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 1825 echo "configure:182 6: checking for /usr/share/lib/terminfo" >&51826 echo "configure:1827: checking for /usr/share/lib/terminfo" >&5 1826 1827 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1827 1828 echo $ac_n "(cached) $ac_c" 1>&6 … … 1884 1885 # ./install, which can be erroneously created by make from ./install.sh. 1885 1886 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1886 echo "configure:188 7: checking for a BSD compatible install" >&51887 echo "configure:1888: checking for a BSD compatible install" >&5 1887 1888 if test -z "$INSTALL"; then 1888 1889 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
Note: See TracChangeset
for help on using the changeset viewer.