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}
_______________________________________________
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