- Timestamp:
- Jun 30, 2003, 10:14:02 AM (22 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:
- 6a87084
- Parents:
- 862371b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
raef17f2 re016fc2 1053 1053 fi 1054 1054 1055 echo $ac_n "checking for des425_req_act_vno in -ldes425""... $ac_c" 1>&61056 echo "configure:1057: checking for des425_req_act_vno in -ldes425" >&51057 ac_lib_var=`echo des425'_' des425_req_act_vno | sed 'y%./+-%__p_%'`1055 echo $ac_n "checking for req_act_vno in -ldes425""... $ac_c" 1>&6 1056 echo "configure:1057: checking for req_act_vno in -ldes425" >&5 1057 ac_lib_var=`echo des425'_'req_act_vno | sed 'y%./+-%__p_%'` 1058 1058 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1059 1059 echo $ac_n "(cached) $ac_c" 1>&6 … … 1067 1067 /* We use char because int might match the return type of a gcc2 1068 1068 builtin and then its argument prototype would still apply. */ 1069 char des425_req_act_vno();1069 char req_act_vno(); 1070 1070 1071 1071 int main() { 1072 des425_req_act_vno()1072 req_act_vno() 1073 1073 ; return 0; } 1074 1074 EOF … … 1512 1512 fi 1513 1513 1514 1515 1514 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1516 echo "configure:151 7: checking how to run the C preprocessor" >&51515 echo "configure:1516: checking how to run the C preprocessor" >&5 1517 1516 # On Suns, sometimes $CPP names a directory. 1518 1517 if test -n "$CPP" && test -d "$CPP"; then … … 1529 1528 # not just through cpp. 1530 1529 cat > conftest.$ac_ext <<EOF 1531 #line 153 2"configure"1530 #line 1531 "configure" 1532 1531 #include "confdefs.h" 1533 1532 #include <assert.h> … … 1535 1534 EOF 1536 1535 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1537 { (eval echo configure:153 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1536 { (eval echo configure:1537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1538 1537 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1539 1538 if test -z "$ac_err"; then … … 1546 1545 CPP="${CC-cc} -E -traditional-cpp" 1547 1546 cat > conftest.$ac_ext <<EOF 1548 #line 154 9"configure"1547 #line 1548 "configure" 1549 1548 #include "confdefs.h" 1550 1549 #include <assert.h> … … 1552 1551 EOF 1553 1552 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1554 { (eval echo configure:155 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1553 { (eval echo configure:1554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1555 1554 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1556 1555 if test -z "$ac_err"; then … … 1563 1562 CPP="${CC-cc} -nologo -E" 1564 1563 cat > conftest.$ac_ext <<EOF 1565 #line 156 6"configure"1564 #line 1565 "configure" 1566 1565 #include "confdefs.h" 1567 1566 #include <assert.h> … … 1569 1568 EOF 1570 1569 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1571 { (eval echo configure:157 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1570 { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1572 1571 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1573 1572 if test -z "$ac_err"; then … … 1594 1593 1595 1594 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1596 echo "configure:159 7: checking for ANSI C header files" >&51595 echo "configure:1596: checking for ANSI C header files" >&5 1597 1596 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1598 1597 echo $ac_n "(cached) $ac_c" 1>&6 1599 1598 else 1600 1599 cat > conftest.$ac_ext <<EOF 1601 #line 160 2"configure"1600 #line 1601 "configure" 1602 1601 #include "confdefs.h" 1603 1602 #include <stdlib.h> … … 1607 1606 EOF 1608 1607 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1609 { (eval echo configure:16 10: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1608 { (eval echo configure:1609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1610 1609 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1611 1610 if test -z "$ac_err"; then … … 1624 1623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1625 1624 cat > conftest.$ac_ext <<EOF 1626 #line 162 7"configure"1625 #line 1626 "configure" 1627 1626 #include "confdefs.h" 1628 1627 #include <string.h> … … 1642 1641 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1643 1642 cat > conftest.$ac_ext <<EOF 1644 #line 164 5"configure"1643 #line 1644 "configure" 1645 1644 #include "confdefs.h" 1646 1645 #include <stdlib.h> … … 1663 1662 else 1664 1663 cat > conftest.$ac_ext <<EOF 1665 #line 166 6"configure"1664 #line 1665 "configure" 1666 1665 #include "confdefs.h" 1667 1666 #include <ctype.h> … … 1674 1673 1675 1674 EOF 1676 if { (eval echo configure:167 7: \"$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 1677 1676 then 1678 1677 : … … 1698 1697 1699 1698 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1700 echo "configure:170 1: 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 1701 1700 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1702 1701 echo $ac_n "(cached) $ac_c" 1>&6 1703 1702 else 1704 1703 cat > conftest.$ac_ext <<EOF 1705 #line 170 6"configure"1704 #line 1705 "configure" 1706 1705 #include "confdefs.h" 1707 1706 #include <sys/types.h> … … 1719 1718 ; return 0; } 1720 1719 EOF 1721 if { (eval echo configure:172 2: \"$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 1722 1721 rm -rf conftest* 1723 1722 ac_cv_header_sys_wait_h=yes … … 1743 1742 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1744 1743 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1745 echo "configure:174 6: checking for $ac_hdr" >&51744 echo "configure:1745: checking for $ac_hdr" >&5 1746 1745 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1747 1746 echo $ac_n "(cached) $ac_c" 1>&6 1748 1747 else 1749 1748 cat > conftest.$ac_ext <<EOF 1750 #line 175 1"configure"1749 #line 1750 "configure" 1751 1750 #include "confdefs.h" 1752 1751 #include <$ac_hdr> 1753 1752 EOF 1754 1753 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1755 { (eval echo configure:175 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1754 { (eval echo configure:1755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1756 1755 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1757 1756 if test -z "$ac_err"; then … … 1785 1784 1786 1785 echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 1787 echo "configure:178 8: checking for the perl xsubpp precompiler" >&51786 echo "configure:1787: checking for the perl xsubpp precompiler" >&5 1788 1787 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 1789 1788 if test -n "${XSUBPPDIR}"; then … … 1800 1799 ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` 1801 1800 echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 1802 echo "configure:180 3: checking for /usr/share/terminfo" >&51801 echo "configure:1802: checking for /usr/share/terminfo" >&5 1803 1802 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1804 1803 echo $ac_n "(cached) $ac_c" 1>&6 … … 1825 1824 ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` 1826 1825 echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 1827 echo "configure:182 8: checking for /usr/share/lib/terminfo" >&51826 echo "configure:1827: checking for /usr/share/lib/terminfo" >&5 1828 1827 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1829 1828 echo $ac_n "(cached) $ac_c" 1>&6 … … 1886 1885 # ./install, which can be erroneously created by make from ./install.sh. 1887 1886 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1888 echo "configure:188 9: checking for a BSD compatible install" >&51887 echo "configure:1888: checking for a BSD compatible install" >&5 1889 1888 if test -z "$INSTALL"; then 1890 1889 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
Note: See TracChangeset
for help on using the changeset viewer.