X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f0323d68eb0e0b982bb79880527bb9c5b3524f1e..2b7e12924d91ce2470b0fefb20fe409ce090b3e7:/configure.in diff --git a/configure.in b/configure.in index eee9bada..d36cc397 100644 --- a/configure.in +++ b/configure.in @@ -86,10 +86,10 @@ then fi AC_ARG_WITH(included-popt, - [ --with-included-popt use bundled popt library, not from system]) + AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system])) AC_ARG_WITH(rsync-path, - [ --with-rsync-path=PATH set default --rsync-path to PATH (default: rsync)], + AC_HELP_STRING([--with-rsync-path=PATH], [set default --rsync-path to PATH (default: rsync)]), [ RSYNC_PATH="$with_rsync_path" ], [ RSYNC_PATH="rsync" ])