Changeset e016fc2


Ignore:
Timestamp:
Jun 30, 2003, 10:14:02 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
Bug fix to make zwrite -m work with -c/-i
Fix in autoconf for des425
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r03ad7b2 re016fc2  
    44        Initialze $owl::auth
    55        'addbuddy aim' now works and 'delbuddy aim' mostly works
     6        Bug fix to make zwrite -m work with -c/-i
     7        Fix in autoconf for des425
    68       
    792.0.5
  • configure

    raef17f2 re016fc2  
    10531053fi
    10541054
    1055 echo $ac_n "checking for des425_req_act_vno in -ldes425""... $ac_c" 1>&6
    1056 echo "configure:1057: checking for des425_req_act_vno in -ldes425" >&5
    1057 ac_lib_var=`echo des425'_'des425_req_act_vno | sed 'y%./+-%__p_%'`
     1055echo $ac_n "checking for req_act_vno in -ldes425""... $ac_c" 1>&6
     1056echo "configure:1057: checking for req_act_vno in -ldes425" >&5
     1057ac_lib_var=`echo des425'_'req_act_vno | sed 'y%./+-%__p_%'`
    10581058if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    10591059  echo $ac_n "(cached) $ac_c" 1>&6
     
    10671067/* We use char because int might match the return type of a gcc2
    10681068    builtin and then its argument prototype would still apply.  */
    1069 char des425_req_act_vno();
     1069char req_act_vno();
    10701070
    10711071int main() {
    1072 des425_req_act_vno()
     1072req_act_vno()
    10731073; return 0; }
    10741074EOF
     
    15121512fi
    15131513
    1514 
    15151514echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1516 echo "configure:1517: checking how to run the C preprocessor" >&5
     1515echo "configure:1516: checking how to run the C preprocessor" >&5
    15171516# On Suns, sometimes $CPP names a directory.
    15181517if test -n "$CPP" && test -d "$CPP"; then
     
    15291528  # not just through cpp.
    15301529  cat > conftest.$ac_ext <<EOF
    1531 #line 1532 "configure"
     1530#line 1531 "configure"
    15321531#include "confdefs.h"
    15331532#include <assert.h>
     
    15351534EOF
    15361535ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1537 { (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1536{ (eval echo configure:1537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15381537ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15391538if test -z "$ac_err"; then
     
    15461545  CPP="${CC-cc} -E -traditional-cpp"
    15471546  cat > conftest.$ac_ext <<EOF
    1548 #line 1549 "configure"
     1547#line 1548 "configure"
    15491548#include "confdefs.h"
    15501549#include <assert.h>
     
    15521551EOF
    15531552ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1554 { (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1553{ (eval echo configure:1554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15551554ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15561555if test -z "$ac_err"; then
     
    15631562  CPP="${CC-cc} -nologo -E"
    15641563  cat > conftest.$ac_ext <<EOF
    1565 #line 1566 "configure"
     1564#line 1565 "configure"
    15661565#include "confdefs.h"
    15671566#include <assert.h>
     
    15691568EOF
    15701569ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1571 { (eval echo configure:1572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1570{ (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15721571ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15731572if test -z "$ac_err"; then
     
    15941593
    15951594echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1596 echo "configure:1597: checking for ANSI C header files" >&5
     1595echo "configure:1596: checking for ANSI C header files" >&5
    15971596if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15981597  echo $ac_n "(cached) $ac_c" 1>&6
    15991598else
    16001599  cat > conftest.$ac_ext <<EOF
    1601 #line 1602 "configure"
     1600#line 1601 "configure"
    16021601#include "confdefs.h"
    16031602#include <stdlib.h>
     
    16071606EOF
    16081607ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1609 { (eval echo configure:1610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1608{ (eval echo configure:1609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16101609ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16111610if test -z "$ac_err"; then
     
    16241623  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    16251624cat > conftest.$ac_ext <<EOF
    1626 #line 1627 "configure"
     1625#line 1626 "configure"
    16271626#include "confdefs.h"
    16281627#include <string.h>
     
    16421641  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    16431642cat > conftest.$ac_ext <<EOF
    1644 #line 1645 "configure"
     1643#line 1644 "configure"
    16451644#include "confdefs.h"
    16461645#include <stdlib.h>
     
    16631662else
    16641663  cat > conftest.$ac_ext <<EOF
    1665 #line 1666 "configure"
     1664#line 1665 "configure"
    16661665#include "confdefs.h"
    16671666#include <ctype.h>
     
    16741673
    16751674EOF
    1676 if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1675if { (eval echo configure:1676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16771676then
    16781677  :
     
    16981697
    16991698echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1700 echo "configure:1701: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1699echo "configure:1700: checking for sys/wait.h that is POSIX.1 compatible" >&5
    17011700if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    17021701  echo $ac_n "(cached) $ac_c" 1>&6
    17031702else
    17041703  cat > conftest.$ac_ext <<EOF
    1705 #line 1706 "configure"
     1704#line 1705 "configure"
    17061705#include "confdefs.h"
    17071706#include <sys/types.h>
     
    17191718; return 0; }
    17201719EOF
    1721 if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1720if { (eval echo configure:1721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17221721  rm -rf conftest*
    17231722  ac_cv_header_sys_wait_h=yes
     
    17431742ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17441743echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1745 echo "configure:1746: checking for $ac_hdr" >&5
     1744echo "configure:1745: checking for $ac_hdr" >&5
    17461745if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17471746  echo $ac_n "(cached) $ac_c" 1>&6
    17481747else
    17491748  cat > conftest.$ac_ext <<EOF
    1750 #line 1751 "configure"
     1749#line 1750 "configure"
    17511750#include "confdefs.h"
    17521751#include <$ac_hdr>
    17531752EOF
    17541753ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1755 { (eval echo configure:1756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1754{ (eval echo configure:1755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17561755ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17571756if test -z "$ac_err"; then
     
    17851784
    17861785echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    1787 echo "configure:1788: checking for the perl xsubpp precompiler" >&5
     1786echo "configure:1787: checking for the perl xsubpp precompiler" >&5
    17881787XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    17891788if test -n "${XSUBPPDIR}"; then
     
    18001799ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'`
    18011800echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6
    1802 echo "configure:1803: checking for /usr/share/terminfo" >&5
     1801echo "configure:1802: checking for /usr/share/terminfo" >&5
    18031802if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18041803  echo $ac_n "(cached) $ac_c" 1>&6
     
    18251824ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'`
    18261825echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6
    1827 echo "configure:1828: checking for /usr/share/lib/terminfo" >&5
     1826echo "configure:1827: checking for /usr/share/lib/terminfo" >&5
    18281827if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    18291828  echo $ac_n "(cached) $ac_c" 1>&6
     
    18861885# ./install, which can be erroneously created by make from ./install.sh.
    18871886echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1888 echo "configure:1889: checking for a BSD compatible install" >&5
     1887echo "configure:1888: checking for a BSD compatible install" >&5
    18891888if test -z "$INSTALL"; then
    18901889if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  • configure.in

    r0435c7d re016fc2  
    3535AC_CHECK_LIB(socket, socket)
    3636AC_CHECK_LIB(k5crypto, krb5_derive_key)
    37 AC_CHECK_LIB(des425, des425_req_act_vno)
     37AC_CHECK_LIB(des425, req_act_vno)
    3838AC_CHECK_LIB(des, des_quad_cksum)
    3939AC_CHECK_LIB(resolv, res_search)
  • zwrite.c

    rae0a5fc re016fc2  
    8484        break;
    8585      }
    86       /* we must already have users */
    87       if (owl_list_get_size(&(z->recips))<1) {
     86      /* we must already have users or a class or an instance*/
     87      if (owl_list_get_size(&(z->recips))<1 && (!z->class) && (!z->inst)) {
    8888        badargs=1;
    8989        break;
Note: See TracChangeset for help on using the changeset viewer.