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 the AC_DEFINE and AC_DEFINE_UNQUOTED into the
3-argument versions and cleaned up acconfig.h.
I didn't take the time to add meaningful descriptions, since none of
them had them before; I just added a blank description.
- Dave