From e20dae2067493883fafbd57ba0d020c99531bc77 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 13 Jun 2019 12:41:53 +0000 Subject: [PATCH] build: update to latest autosetup This version includes the location of the Tcl interpreter used at configure time in config.log. --- autosetup/autosetup | 1 + 1 file changed, 1 insertion(+) diff --git a/autosetup/autosetup b/autosetup/autosetup index f5ac5691e..30f6fc63f 100755 --- a/autosetup/autosetup +++ b/autosetup/autosetup @@ -213,6 +213,7 @@ proc main {argv} { # Log how we were invoked configlog "Invoked as: [getenv WRAPPER $::argv0] [quote-argv $autosetup(argv)]" + configlog "Tclsh: [info nameofexecutable]" # Note that auto.def is *not* loaded in the global scope source $autosetup(autodef) -- 2.40.0