Re: rsync & gnulib/automake

2014-01-02 Thread Tiziano Müller
Hi Wayne Thanks a lot for the answers. I will then start with converting the build system to automake which makes the inclusion of single modules of gnulib (without including gnulib as a git submodule) already a lot easier and write the patch for the build system to build only the copy-tool side.

Re: rsync & gnulib/automake

2014-01-01 Thread Wayne Davison
[Sorry for the super-late reply.] On Tue, Sep 24, 2013 at 2:40 AM, Tiziano Müller < tiziano.muel...@stepping-stone.ch> wrote: > * Would a patch which changes the build system to automake get accepted? > I'd be glad to consider that. * Would the inclusion of gnulib as git submodule (similar to >

rsync & gnulib/automake

2013-09-24 Thread Tiziano Müller
Hi everyone We are using rsync on Windows and despite the efforts by the cygwin and mingw people it would be nice to see win32 support upstream. When trying to port the latest version of rsync to Windows (not finished yet) I started using parts of gnulib [1] for missing headers, definitions and f