bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a


From: Boyd Lynn Gerber
Subject: Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a
Date: Thu, 14 Mar 2002 17:21:39 -0700 (MST)

On Thu, 14 Mar 2002, Paul Eggert wrote:
> Sounds like there may be a transmission error.
> What is the output of these commands?
>
> cat /tmp/tt
> /bin/sh /tmp/tt

$ cat /tmp/tt
ksh -xc '
   set x --help --list
   while test $# -gt 0; do
     case $1 in
       --help | -h )
           at_help_p=:
           ;;

       --list | -l )
           at_list_p=:
           ;;
     esac
     shift
   done
   echo $#
'
$ sh /tmp/tt
+ :
+ [ -z  -a -z /usr/bin/vi ]
+ set x --help --list
+ test 3 -gt 0
+ shift
+ test 2 -gt 0
+ at_help_p=:
+ shift
+ test 1 -gt 0
+ at_list_p=:
+ shift
+ test 0 -gt 0
+ echo 0
0

Thanks,

--
Boyd Gerber <address@hidden>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044




reply via email to

[Prev in Thread] Current Thread [Next in Thread]