On Nov 8 17 16:18, Christoph Iserlohn wrote: > Hi, > > with the update to autosetup 0.6.6 > (seec5e41007050b7c48a718ca06a5aec0331ddf77bd5d2d9447261996a515fe7e1a - > "procoptions-add") options without ":" are handled as boolean options. This > breaksthe "--with-tcl=" option which expects a path.. This can be easily > fixed by replacing the "=" with ":" in "auto.def" (see the attached patch > against version 2.3). > > Best Regards, > Christoph >
> --- auto.def.orig 2017-10-05 20:06:48.000000000 +0200
> +++ auto.def 2017-10-05 20:06:37.000000000 +0200
> @@ -13,7 +13,7 @@
> with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout
> files)}
> with-th1-docs=0 => {Enable TH1 for embedded documentation pages}
> with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages}
> - with-tcl=path => {Enable Tcl integration, with Tcl in the
> specified path}
> + with-tcl:path => {Enable Tcl integration, with Tcl in the
> specified path}
> with-tcl-stubs=0 => {Enable Tcl integration via stubs library
> mechanism}
> with-tcl-private-stubs=0
> => {Enable Tcl integration via private stubs
> mechanism}
FWIW, this is exactly what we are doing in FreeBSD:
https://svnweb.freebsd.org/ports/head/devel/fossil/files/patch-auto.def?view=markup
--
Pietro Cerutti
[email protected]
signature.asc
Description: PGP signature
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

