* Wayne Davison <[EMAIL PROTECTED]> [040324 23:26]:
> > EGREP seems to be null and the yes command is executed forever.
> I fixed an EGREP problem in the CVS version of configure a while back,
> so try out the brand new 2.6.1pre-1 release and let me know if you still
> see a problem.
It works for
Hi,
I tried to run configure for rsync 2.6.0 on a Debian stable system. It
hangs on configure line 7842 :
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then
rsync_cv_HAVE_GETADDR_DEFINES=yes
else
rsync_cv_HAVE_GETADDR_DEFINES=no
fi
EGREP seems to be null and the