I like this change.
One small suggestion, Can you attach the patch instead of inline text?
Erik Huelsmann wrote:
> Our current configure script warns at the end if BDB hasn't been
> found. Given that it's now just one of the components that can be used
> Index: configure.in
> ===================================================================
> --- configure.in (revision 21833)
> +++ configure.in (working copy)
>
> -You don't seem to have Berkeley DB version $db_version or newer
> -installed and linked to APR-UTIL. We have created Makefiles which
> -will build without the Berkeley DB back-end; your repositories will
> -use FSFS as the default back-end. You can find the latest version of
> -Berkeley DB here:
> - http://www.sleepycat.com/download/index.shtml
> -])
> -;;
> + AC_MSG_NOTICE([ BerkeleyDB no])
> + ;;
> + "yes" )
> + AC_MSG_NOTICE([ BerkeleyDB $db_version])
> + ;;
> esac
> -
> +case "!$APXS!" in
> + "!no!"|"!!" )
Why we have cruft of "!" here?
With regards
Kamesh Jayachandran
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 9 12:25:30 2006