Changeset aef17f2
- Timestamp:
- Jun 25, 2003, 2:14:38 AM (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:
- b7d13f7
- Parents:
- 591e6aa7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbe0a79f raef17f2 1380 1380 else 1381 1381 echo "$ac_t""no" 1>&6 1382 { echo "configure: error: No zephyr library found." 1>&2; exit 1; } 1382 1383 fi 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 … … 1513 1514 1514 1515 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1515 echo "configure:151 6: checking how to run the C preprocessor" >&51516 echo "configure:1517: checking how to run the C preprocessor" >&5 1516 1517 # On Suns, sometimes $CPP names a directory. 1517 1518 if test -n "$CPP" && test -d "$CPP"; then … … 1528 1529 # not just through cpp. 1529 1530 cat > conftest.$ac_ext <<EOF 1530 #line 153 1"configure"1531 #line 1532 "configure" 1531 1532 #include "confdefs.h" 1532 1533 #include <assert.h> … … 1534 1535 EOF 1535 1536 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1536 { (eval echo configure:153 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1537 { (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1537 1538 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1538 1539 if test -z "$ac_err"; then … … 1545 1546 CPP="${CC-cc} -E -traditional-cpp" 1546 1547 cat > conftest.$ac_ext <<EOF 1547 #line 154 8"configure"1548 #line 1549 "configure" 1548 1549 #include "confdefs.h" 1549 1550 #include <assert.h> … … 1551 1552 EOF 1552 1553 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1553 { (eval echo configure:155 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1554 { (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1554 1555 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1555 1556 if test -z "$ac_err"; then … … 1562 1563 CPP="${CC-cc} -nologo -E" 1563 1564 cat > conftest.$ac_ext <<EOF 1564 #line 156 5"configure"1565 #line 1566 "configure" 1565 1566 #include "confdefs.h" 1566 1567 #include <assert.h> … … 1568 1569 EOF 1569 1570 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1570 { (eval echo configure:157 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1571 { (eval echo configure:1572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1571 1572 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1572 1573 if test -z "$ac_err"; then … … 1593 1594 1594 1595 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1595 echo "configure:159 6: checking for ANSI C header files" >&51596 echo "configure:1597: checking for ANSI C header files" >&5 1596 1597 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1597 1598 echo $ac_n "(cached) $ac_c" 1>&6 1598 1599 else 1599 1600 cat > conftest.$ac_ext <<EOF 1600 #line 160 1"configure"1601 #line 1602 "configure" 1601 1602 #include "confdefs.h" 1602 1603 #include <stdlib.h> … … 1606 1607 EOF 1607 1608 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1608 { (eval echo configure:16 09: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1609 { (eval echo configure:1610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1609 1610 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1610 1611 if test -z "$ac_err"; then … … 1623 1624 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1624 1625 cat > conftest.$ac_ext <<EOF 1625 #line 162 6"configure"1626 #line 1627 "configure" 1626 1627 #include "confdefs.h" 1627 1628 #include <string.h> … … 1641 1642 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1642 1643 cat > conftest.$ac_ext <<EOF 1643 #line 164 4"configure"1644 #line 1645 "configure" 1644 1645 #include "confdefs.h" 1645 1646 #include <stdlib.h> … … 1662 1663 else 1663 1664 cat > conftest.$ac_ext <<EOF 1664 #line 166 5"configure"1665 #line 1666 "configure" 1665 1666 #include "confdefs.h" 1666 1667 #include <ctype.h> … … 1673 1674 1674 1675 EOF 1675 if { (eval echo configure:167 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1676 if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1676 1677 then 1677 1678 : … … 1697 1698 1698 1699 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1699 echo "configure:170 0: checking for sys/wait.h that is POSIX.1 compatible" >&51700 echo "configure:1701: checking for sys/wait.h that is POSIX.1 compatible" >&5 1700 1701 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1701 1702 echo $ac_n "(cached) $ac_c" 1>&6 1702 1703 else 1703 1704 cat > conftest.$ac_ext <<EOF 1704 #line 170 5"configure"1705 #line 1706 "configure" 1705 1706 #include "confdefs.h" 1706 1707 #include <sys/types.h> … … 1718 1719 ; return 0; } 1719 1720 EOF 1720 if { (eval echo configure:172 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1721 if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1721 1722 rm -rf conftest* 1722 1723 ac_cv_header_sys_wait_h=yes … … 1742 1743 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1743 1744 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1744 echo "configure:174 5: checking for $ac_hdr" >&51745 echo "configure:1746: checking for $ac_hdr" >&5 1745 1746 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1746 1747 echo $ac_n "(cached) $ac_c" 1>&6 1747 1748 else 1748 1749 cat > conftest.$ac_ext <<EOF 1749 #line 175 0"configure"1750 #line 1751 "configure" 1750 1751 #include "confdefs.h" 1751 1752 #include <$ac_hdr> 1752 1753 EOF 1753 1754 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1754 { (eval echo configure:175 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1755 { (eval echo configure:1756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1755 1756 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1756 1757 if test -z "$ac_err"; then … … 1784 1785 1785 1786 echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 1786 echo "configure:178 7: checking for the perl xsubpp precompiler" >&51787 echo "configure:1788: checking for the perl xsubpp precompiler" >&5 1787 1788 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 1788 1789 if test -n "${XSUBPPDIR}"; then … … 1799 1800 ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` 1800 1801 echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 1801 echo "configure:180 2: checking for /usr/share/terminfo" >&51802 echo "configure:1803: checking for /usr/share/terminfo" >&5 1802 1803 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1803 1804 echo $ac_n "(cached) $ac_c" 1>&6 … … 1824 1825 ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` 1825 1826 echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 1826 echo "configure:182 7: checking for /usr/share/lib/terminfo" >&51827 echo "configure:1828: checking for /usr/share/lib/terminfo" >&5 1827 1828 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1828 1829 echo $ac_n "(cached) $ac_c" 1>&6 … … 1885 1886 # ./install, which can be erroneously created by make from ./install.sh. 1886 1887 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1887 echo "configure:188 8: checking for a BSD compatible install" >&51888 echo "configure:1889: checking for a BSD compatible install" >&5 1888 1889 if test -z "$INSTALL"; then 1889 1890 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then -
configure.in
rbe0a79f raef17f2 41 41 AC_CHECK_LIB(krb4, krb_sendauth,, 42 42 AC_CHECK_LIB(krb, krb_sendauth)) 43 dnlAC_CHECK_LIB(zephyr, ZGetSender,, AC_MSG_ERROR(No zephyr library found.))44 AC_CHECK_LIB(zephyr, ZGetSender)43 AC_CHECK_LIB(zephyr, ZGetSender,, AC_MSG_ERROR(No zephyr library found.)) 44 dnl AC_CHECK_LIB(zephyr, ZGetSender) 45 45 AC_CHECK_LIB(zephyr, ZInitLocationInfo, AC_DEFINE([HAVE_LIBZEPHYR_ZINITLOCATIONINFO], [], [Have ZInitLocationInfo]),) 46 46
Note: See TracChangeset
for help on using the changeset viewer.