Re: New --with-rsync-name option

2001-06-12 Thread Dave Dykstra
On Tue, Jun 12, 2001 at 03:17:04PM -0500, [EMAIL PROTECTED] wrote: ... > This should be: > AC_DEFINE_UNQUOTED(RSYNC_PATH, $RSYNC_PATH, [Path to rsync on server]) ... > > ! #undef RSYNC_PATH > > No need for this if you use the 3-argument version of > AC_DEFINE_UNQUOTED. Cool. I changed all th

Re: New --with-rsync-name option

2001-06-12 Thread rsync
On Tue, Jun 12, 2001 at 02:34:15PM -0500, Dave Dykstra wrote: > Below is the patch. I checked it in to the rsync CVS. > > - Dave Dykstra > > > *** configure.in.OTue Jun 12 14:22:15 2001 > --- configure.in Tue Jun 12 14:22:44 2001 > *** > *** 38,43 > --- 38,50 >

Re: New --with-rsync-name option

2001-06-12 Thread Dave Dykstra
On Mon, Jun 11, 2001 at 12:15:57PM -0500, [EMAIL PROTECTED] wrote: > On Mon, Jun 11, 2001 at 10:19:26AM -0500, Dave Dykstra wrote: > > On Sun, Jun 10, 2001 at 03:01:26AM -0500, [EMAIL PROTECTED] wrote: > > > Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, > > > --with-rsync-

Re: New --with-rsync-name option

2001-06-11 Thread rsync
On Mon, Jun 11, 2001 at 10:19:26AM -0500, Dave Dykstra wrote: > On Sun, Jun 10, 2001 at 03:01:26AM -0500, [EMAIL PROTECTED] wrote: > > Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, > > --with-rsync-name, that takes a string that is used to replace > > RSYNC_NAME. The defau

Re: New --with-rsync-name option

2001-06-11 Thread Dave Dykstra
On Sun, Jun 10, 2001 at 03:01:26AM -0500, [EMAIL PROTECTED] wrote: > Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, > --with-rsync-name, that takes a string that is used to replace > RSYNC_NAME. The default is "rsync". I kind of hate to pre-process all of rsync.h for just

New --with-rsync-name option

2001-06-10 Thread rsync
Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, --with-rsync-name, that takes a string that is used to replace RSYNC_NAME. The default is "rsync". -- albert chin ([EMAIL PROTECTED]) -- snip snip Index: configure.in =