On Wed, Jul 13, 2011 at 11:33 PM, Steve Bennett <ste...@workware.net.au>wrote:

> On 14/07/2011, at 9:27 AM, Richard Hipp wrote:
>
> I have tagged the release of Fossil version 1.18.  You can pickup a copy at
>
>     http://www.fossil-scm.org/download.html
>
> Comments on the download page enumerate the changes in this release.  This
> is no compelling reason to upgrade - it just had been a long time since
> there had been a release and so I felt I ought to do one.
>
> Yes, I know the OpenBSD binary is not available just yet.  I'm working on
> that....
>
>
> I notice that you kept the --disable-internal-sqlite option in auto.def,
> but removed
> the corresponding change in src/main.mk to actually implement it.
> Is that because it used a gnu-make feature?
> If so, it could be done more portably.
>

Right.  Your changes required gnumake, which not all platforms have.  That
would be fine if the #ifdefs were all in GNUmakefile.  But you put them in
main.mk which is also used by Makefile.

I have not yet figured out a work-around.  Suggestions are welcomed.


>
> Cheers,
> Steve
>
>    --
> µWeb: Embedded Web Framework - http://uweb.workware.net.au/
> WorkWare Systems Pty Ltd
> W: www.workware.net.au      P: +61 434 921 300
> E: ste...@workware.net.au   F: +61 7 3391 6002
>
>
>
>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to