From: David Dykstra Date: Fri, 22 Jun 2001 20:36:43 +0000 (+0000) Subject: Improve the description of --with-default-rsync. X-Git-Tag: mbp_bk_export0~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd491d45e7fc3bb21443876bb91c78d098f99a1;p=thirdparty%2Frsync.git Improve the description of --with-default-rsync. --- diff --git a/configure.in b/configure.in index 22999151..71481437 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,7 @@ AC_ARG_WITH(included-popt, [ --with-included-popt use bundled popt library, not from system]) AC_ARG_WITH(rsync-path, - [ --with-rsync-path=PATH set rsync path used on server to PATH (default: "rsync")], + [ --with-rsync-path=PATH set default --rsync-path to PATH (default: \"rsync\")], [ RSYNC_PATH="$with_rsync_name" ], [ RSYNC_PATH="rsync" ]) AC_DEFINE_UNQUOTED(RSYNC_PATH, "$RSYNC_PATH", [ ])