On Wed, Mar 24, 2004 at 11:51:34PM +0100, Nicolas Schodet wrote:
> I diffed the two configure.in files and find many lines changed only
> with a extra white space at end of line.
Yes, I tend to get rid of superfluous trailing whitespace if I happen to
notice it while I'm making other changes.
..w
* 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
On Wed, Mar 24, 2004 at 10:47:16PM +0100, Nicolas Schodet wrote:
> 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.
..wayne
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