Changeset 69894d2
- Timestamp:
- Apr 20, 2003, 12:21:48 PM (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:
- 4594d83
- Parents:
- ac70242
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rac70242 r69894d2 63 63 zcrypt.c: include owl.h so we get the configure-generated config.h 64 64 Change to codelist.pl to deal with new code style 65 Remove some ancient stuff from zcrypt.c 65 66 66 67 1.2.8 -
codelist.pl
rac70242 r69894d2 1 1 #! /usr/bin/perl 2 2 # $Id$ 3 3 … … 18 18 && !/^#/ 19 19 && !/^static/ 20 && !/^system/ 20 21 && !/\/\*/) 21 22 {s/\s+\{/\;/; s/\)[ \t]*$/\)\;/; print "extern "; print;} -
configure
r316962a r69894d2 1099 1099 fi 1100 1100 1101 echo $ac_n "checking for des_quad_cksum in -ldes""... $ac_c" 1>&6 1102 echo "configure:1103: checking for des_quad_cksum in -ldes" >&5 1103 ac_lib_var=`echo des'_'des_quad_cksum | sed 'y%./+-%__p_%'` 1104 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1105 echo $ac_n "(cached) $ac_c" 1>&6 1106 else 1107 ac_save_LIBS="$LIBS" 1108 LIBS="-ldes $LIBS" 1109 cat > conftest.$ac_ext <<EOF 1110 #line 1111 "configure" 1111 #include "confdefs.h" 1112 /* Override any gcc2 internal prototype to avoid an error. */ 1113 /* We use char because int might match the return type of a gcc2 1114 builtin and then its argument prototype would still apply. */ 1115 char des_quad_cksum(); 1116 1117 int main() { 1118 des_quad_cksum() 1119 ; return 0; } 1120 EOF 1121 if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1122 rm -rf conftest* 1123 eval "ac_cv_lib_$ac_lib_var=yes" 1124 else 1125 echo "configure: failed program was:" >&5 1126 cat conftest.$ac_ext >&5 1127 rm -rf conftest* 1128 eval "ac_cv_lib_$ac_lib_var=no" 1129 fi 1130 rm -f conftest* 1131 LIBS="$ac_save_LIBS" 1132 1133 fi 1134 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1135 echo "$ac_t""yes" 1>&6 1136 ac_tr_lib=HAVE_LIB`echo des | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1137 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1138 cat >> confdefs.h <<EOF 1139 #define $ac_tr_lib 1 1140 EOF 1141 1142 LIBS="-ldes $LIBS" 1143 1144 else 1145 echo "$ac_t""no" 1>&6 1146 fi 1147 1101 1148 echo $ac_n "checking for krb5_get_credentials in -lkrb5""... $ac_c" 1>&6 1102 echo "configure:11 03: checking for krb5_get_credentials in -lkrb5" >&51149 echo "configure:1150: checking for krb5_get_credentials in -lkrb5" >&5 1103 1150 ac_lib_var=`echo krb5'_'krb5_get_credentials | sed 'y%./+-%__p_%'` 1104 1151 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1108 1155 LIBS="-lkrb5 $LIBS" 1109 1156 cat > conftest.$ac_ext <<EOF 1110 #line 11 11"configure"1157 #line 1158 "configure" 1111 1158 #include "confdefs.h" 1112 1159 /* Override any gcc2 internal prototype to avoid an error. */ … … 1119 1166 ; return 0; } 1120 1167 EOF 1121 if { (eval echo configure:11 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1168 if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1122 1169 rm -rf conftest* 1123 1170 eval "ac_cv_lib_$ac_lib_var=yes" … … 1147 1194 1148 1195 echo $ac_n "checking for krb_sendauth in -lkrb4""... $ac_c" 1>&6 1149 echo "configure:11 50: checking for krb_sendauth in -lkrb4" >&51196 echo "configure:1197: checking for krb_sendauth in -lkrb4" >&5 1150 1197 ac_lib_var=`echo krb4'_'krb_sendauth | sed 'y%./+-%__p_%'` 1151 1198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1155 1202 LIBS="-lkrb4 $LIBS" 1156 1203 cat > conftest.$ac_ext <<EOF 1157 #line 1 158"configure"1204 #line 1205 "configure" 1158 1205 #include "confdefs.h" 1159 1206 /* Override any gcc2 internal prototype to avoid an error. */ … … 1166 1213 ; return 0; } 1167 1214 EOF 1168 if { (eval echo configure:1 169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1215 if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1169 1216 rm -rf conftest* 1170 1217 eval "ac_cv_lib_$ac_lib_var=yes" … … 1193 1240 fi 1194 1241 1242 echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6 1243 echo "configure:1244: checking for krb_sendauth in -lkrb" >&5 1244 ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'` 1245 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1246 echo $ac_n "(cached) $ac_c" 1>&6 1247 else 1248 ac_save_LIBS="$LIBS" 1249 LIBS="-lkrb $LIBS" 1250 cat > conftest.$ac_ext <<EOF 1251 #line 1252 "configure" 1252 #include "confdefs.h" 1253 /* Override any gcc2 internal prototype to avoid an error. */ 1254 /* We use char because int might match the return type of a gcc2 1255 builtin and then its argument prototype would still apply. */ 1256 char krb_sendauth(); 1257 1258 int main() { 1259 krb_sendauth() 1260 ; return 0; } 1261 EOF 1262 if { (eval echo configure:1263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1263 rm -rf conftest* 1264 eval "ac_cv_lib_$ac_lib_var=yes" 1265 else 1266 echo "configure: failed program was:" >&5 1267 cat conftest.$ac_ext >&5 1268 rm -rf conftest* 1269 eval "ac_cv_lib_$ac_lib_var=no" 1270 fi 1271 rm -f conftest* 1272 LIBS="$ac_save_LIBS" 1273 1274 fi 1275 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1276 echo "$ac_t""yes" 1>&6 1277 ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1278 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1279 cat >> confdefs.h <<EOF 1280 #define $ac_tr_lib 1 1281 EOF 1282 1283 LIBS="-lkrb $LIBS" 1284 1285 else 1286 echo "$ac_t""no" 1>&6 1287 fi 1288 1195 1289 echo $ac_n "checking for ZGetSender in -lzephyr""... $ac_c" 1>&6 1196 echo "configure:1 197: checking for ZGetSender in -lzephyr" >&51290 echo "configure:1291: checking for ZGetSender in -lzephyr" >&5 1197 1291 ac_lib_var=`echo zephyr'_'ZGetSender | sed 'y%./+-%__p_%'` 1198 1292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1202 1296 LIBS="-lzephyr $LIBS" 1203 1297 cat > conftest.$ac_ext <<EOF 1204 #line 12 05"configure"1298 #line 1299 "configure" 1205 1299 #include "confdefs.h" 1206 1300 /* Override any gcc2 internal prototype to avoid an error. */ … … 1213 1307 ; return 0; } 1214 1308 EOF 1215 if { (eval echo configure:1 216: \"$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 1216 1310 rm -rf conftest* 1217 1311 eval "ac_cv_lib_$ac_lib_var=yes" … … 1242 1336 1243 1337 echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6 1244 echo "configure:1 245: checking for ZInitLocationInfo in -lzephyr" >&51338 echo "configure:1339: checking for ZInitLocationInfo in -lzephyr" >&5 1245 1339 ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'` 1246 1340 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1250 1344 LIBS="-lzephyr $LIBS" 1251 1345 cat > conftest.$ac_ext <<EOF 1252 #line 1 253"configure"1346 #line 1347 "configure" 1253 1347 #include "confdefs.h" 1254 1348 /* Override any gcc2 internal prototype to avoid an error. */ … … 1261 1355 ; return 0; } 1262 1356 EOF 1263 if { (eval echo configure:1 264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1357 if { (eval echo configure:1358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1264 1358 rm -rf conftest* 1265 1359 eval "ac_cv_lib_$ac_lib_var=yes" … … 1277 1371 echo "$ac_t""yes" 1>&6 1278 1372 cat >> confdefs.h <<\EOF 1279 #define HAVE_LIBZEPHYR_ZINITLOCATIONINFO 11373 #define HAVE_LIBZEPHYR_ZINITLOCATIONINFO 1280 1374 EOF 1281 1375 … … 1285 1379 1286 1380 1381 echo $ac_n "checking for des_ecb_encrypt prototype""... $ac_c" 1>&6 1382 echo "configure:1383: checking for des_ecb_encrypt prototype" >&5 1383 cat > conftest.$ac_ext <<EOF 1384 #line 1385 "configure" 1385 #include "confdefs.h" 1386 #include <des.h> 1387 int des_ecb_encrypt(char foo[], char bar[], des_key_schedule baz, int qux); 1388 int main() { 1389 int foo = des_ecb_encrypt(0,0,0,0); 1390 ; return 0; } 1391 EOF 1392 if { (eval echo configure:1393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1393 rm -rf conftest* 1394 ac_cv_des_ecb_encrypt_proto=no 1395 else 1396 echo "configure: failed program was:" >&5 1397 cat conftest.$ac_ext >&5 1398 rm -rf conftest* 1399 ac_cv_des_ecb_encrypt_proto=yes 1400 fi 1401 rm -f conftest* 1402 echo "$ac_t""$ac_cv_des_ecb_encrypt_proto" 1>&6 1403 if test "$ac_cv_des_ecb_encrypt_proto" = yes; then 1404 cat >> confdefs.h <<\EOF 1405 #define HAVE_DES_ECB_ENCRYPT_PROTO 1406 EOF 1407 1408 fi 1409 1287 1410 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1288 echo "configure:1 289: checking how to run the C preprocessor" >&51411 echo "configure:1412: checking how to run the C preprocessor" >&5 1289 1412 # On Suns, sometimes $CPP names a directory. 1290 1413 if test -n "$CPP" && test -d "$CPP"; then … … 1301 1424 # not just through cpp. 1302 1425 cat > conftest.$ac_ext <<EOF 1303 #line 1 304"configure"1426 #line 1427 "configure" 1304 1427 #include "confdefs.h" 1305 1428 #include <assert.h> … … 1307 1430 EOF 1308 1431 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1309 { (eval echo configure:1 310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1432 { (eval echo configure:1433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1310 1433 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1311 1434 if test -z "$ac_err"; then … … 1318 1441 CPP="${CC-cc} -E -traditional-cpp" 1319 1442 cat > conftest.$ac_ext <<EOF 1320 #line 1 321"configure"1443 #line 1444 "configure" 1321 1444 #include "confdefs.h" 1322 1445 #include <assert.h> … … 1324 1447 EOF 1325 1448 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1326 { (eval echo configure:1 327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1449 { (eval echo configure:1450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1327 1450 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1328 1451 if test -z "$ac_err"; then … … 1335 1458 CPP="${CC-cc} -nologo -E" 1336 1459 cat > conftest.$ac_ext <<EOF 1337 #line 1 338"configure"1460 #line 1461 "configure" 1338 1461 #include "confdefs.h" 1339 1462 #include <assert.h> … … 1341 1464 EOF 1342 1465 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1343 { (eval echo configure:1 344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1466 { (eval echo configure:1467: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1344 1467 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1345 1468 if test -z "$ac_err"; then … … 1366 1489 1367 1490 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1368 echo "configure:1 369: checking for ANSI C header files" >&51491 echo "configure:1492: checking for ANSI C header files" >&5 1369 1492 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1370 1493 echo $ac_n "(cached) $ac_c" 1>&6 1371 1494 else 1372 1495 cat > conftest.$ac_ext <<EOF 1373 #line 1 374"configure"1496 #line 1497 "configure" 1374 1497 #include "confdefs.h" 1375 1498 #include <stdlib.h> … … 1379 1502 EOF 1380 1503 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1381 { (eval echo configure:1 382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1504 { (eval echo configure:1505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1382 1505 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1383 1506 if test -z "$ac_err"; then … … 1396 1519 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1397 1520 cat > conftest.$ac_ext <<EOF 1398 #line 1 399"configure"1521 #line 1522 "configure" 1399 1522 #include "confdefs.h" 1400 1523 #include <string.h> … … 1414 1537 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1415 1538 cat > conftest.$ac_ext <<EOF 1416 #line 1 417"configure"1539 #line 1540 "configure" 1417 1540 #include "confdefs.h" 1418 1541 #include <stdlib.h> … … 1435 1558 else 1436 1559 cat > conftest.$ac_ext <<EOF 1437 #line 1 438"configure"1560 #line 1561 "configure" 1438 1561 #include "confdefs.h" 1439 1562 #include <ctype.h> … … 1446 1569 1447 1570 EOF 1448 if { (eval echo configure:1 449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1571 if { (eval echo configure:1572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1449 1572 then 1450 1573 : … … 1470 1593 1471 1594 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1472 echo "configure:1 473: checking for sys/wait.h that is POSIX.1 compatible" >&51595 echo "configure:1596: checking for sys/wait.h that is POSIX.1 compatible" >&5 1473 1596 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1474 1597 echo $ac_n "(cached) $ac_c" 1>&6 1475 1598 else 1476 1599 cat > conftest.$ac_ext <<EOF 1477 #line 1 478"configure"1600 #line 1601 "configure" 1478 1601 #include "confdefs.h" 1479 1602 #include <sys/types.h> … … 1491 1614 ; return 0; } 1492 1615 EOF 1493 if { (eval echo configure:1 494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1616 if { (eval echo configure:1617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1494 1617 rm -rf conftest* 1495 1618 ac_cv_header_sys_wait_h=yes … … 1515 1638 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1516 1639 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1517 echo "configure:1 518: checking for $ac_hdr" >&51640 echo "configure:1641: checking for $ac_hdr" >&5 1518 1641 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1519 1642 echo $ac_n "(cached) $ac_c" 1>&6 1520 1643 else 1521 1644 cat > conftest.$ac_ext <<EOF 1522 #line 1 523"configure"1645 #line 1646 "configure" 1523 1646 #include "confdefs.h" 1524 1647 #include <$ac_hdr> 1525 1648 EOF 1526 1649 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1527 { (eval echo configure:1 528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1650 { (eval echo configure:1651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1528 1651 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1529 1652 if test -z "$ac_err"; then … … 1557 1680 1558 1681 echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 1559 echo "configure:1 560: checking for the perl xsubpp precompiler" >&51682 echo "configure:1683: checking for the perl xsubpp precompiler" >&5 1560 1683 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 1561 1684 if test -n "${XSUBPPDIR}"; then … … 1572 1695 ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` 1573 1696 echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 1574 echo "configure:1 575: checking for /usr/share/terminfo" >&51697 echo "configure:1698: checking for /usr/share/terminfo" >&5 1575 1698 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1576 1699 echo $ac_n "(cached) $ac_c" 1>&6 … … 1597 1720 ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` 1598 1721 echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 1599 echo "configure:1 600: checking for /usr/share/lib/terminfo" >&51722 echo "configure:1723: checking for /usr/share/lib/terminfo" >&5 1600 1723 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1601 1724 echo $ac_n "(cached) $ac_c" 1>&6 … … 1626 1749 1627 1750 1751 1752 1753 ac_aux_dir= 1754 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1755 if test -f $ac_dir/install-sh; then 1756 ac_aux_dir=$ac_dir 1757 ac_install_sh="$ac_aux_dir/install-sh -c" 1758 break 1759 elif test -f $ac_dir/install.sh; then 1760 ac_aux_dir=$ac_dir 1761 ac_install_sh="$ac_aux_dir/install.sh -c" 1762 break 1763 fi 1764 done 1765 if test -z "$ac_aux_dir"; then 1766 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 1767 fi 1768 ac_config_guess=$ac_aux_dir/config.guess 1769 ac_config_sub=$ac_aux_dir/config.sub 1770 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1771 1772 # Find a good install program. We prefer a C program (faster), 1773 # so one script is as good as another. But avoid the broken or 1774 # incompatible versions: 1775 # SysV /etc/install, /usr/sbin/install 1776 # SunOS /usr/etc/install 1777 # IRIX /sbin/install 1778 # AIX /bin/install 1779 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1780 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1781 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1782 # ./install, which can be erroneously created by make from ./install.sh. 1783 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1784 echo "configure:1785: checking for a BSD compatible install" >&5 1785 if test -z "$INSTALL"; then 1786 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1787 echo $ac_n "(cached) $ac_c" 1>&6 1788 else 1789 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 1790 for ac_dir in $PATH; do 1791 # Account for people who put trailing slashes in PATH elements. 1792 case "$ac_dir/" in 1793 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1794 *) 1795 # OSF1 and SCO ODT 3.0 have their own names for install. 1796 # Don't use installbsd from OSF since it installs stuff as root 1797 # by default. 1798 for ac_prog in ginstall scoinst install; do 1799 if test -f $ac_dir/$ac_prog; then 1800 if test $ac_prog = install && 1801 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1802 # AIX install. It has an incompatible calling convention. 1803 : 1804 else 1805 ac_cv_path_install="$ac_dir/$ac_prog -c" 1806 break 2 1807 fi 1808 fi 1809 done 1810 ;; 1811 esac 1812 done 1813 IFS="$ac_save_IFS" 1814 1815 fi 1816 if test "${ac_cv_path_install+set}" = set; then 1817 INSTALL="$ac_cv_path_install" 1818 else 1819 # As a last resort, use the slow shell script. We don't cache a 1820 # path for INSTALL within a source directory, because that will 1821 # break other packages using the cache if that directory is 1822 # removed, or if the path is relative. 1823 INSTALL="$ac_install_sh" 1824 fi 1825 fi 1826 echo "$ac_t""$INSTALL" 1>&6 1827 1828 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1829 # It thinks the first close brace ends the variable substitution. 1830 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1831 1832 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1833 1834 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1628 1835 1629 1836 … … 1727 1934 1728 1935 ac_given_srcdir=$srcdir 1936 ac_given_INSTALL="$INSTALL" 1729 1937 1730 1938 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 1763 1971 s%@CPP@%$CPP%g 1764 1972 s%@XSUBPPDIR@%$XSUBPPDIR%g 1973 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1974 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1975 s%@INSTALL_DATA@%$INSTALL_DATA%g 1765 1976 1766 1977 CEOF … … 1839 2050 esac 1840 2051 2052 case "$ac_given_INSTALL" in 2053 [/$]*) INSTALL="$ac_given_INSTALL" ;; 2054 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2055 esac 1841 2056 1842 2057 echo creating "$ac_file" … … 1854 2069 s%@srcdir@%$srcdir%g 1855 2070 s%@top_srcdir@%$top_srcdir%g 2071 s%@INSTALL@%$INSTALL%g 1856 2072 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 1857 2073 fi; done -
zcrypt.c
rac70242 r69894d2 21 21 #define LAST_CODE (BASE_CODE + 15) 22 22 #define OUTPUT_BLOCK_SIZE 16 23 24 #if defined(vax) || defined(ibm032)25 #define pid_t int26 int waitpid(pid_t pid, int *statloc, int options)27 {28 while (wait(statloc) != pid)29 ;30 }31 #define STDIN_FILENO 032 #else33 23 #include <unistd.h> 34 #endif35 24 #include <sys/types.h> 36 25 #include <des.h>
Note: See TracChangeset
for help on using the changeset viewer.