aboutsummaryrefslogtreecommitdiff
path: root/autosetup
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-04-04 22:14:18 +0000
committerstephan <stephan@noemail.net>2025-04-04 22:14:18 +0000
commit205d9960cbd9c0eb46bb545078cddce99b202a47 (patch)
treeeedd5edd8d160dfba5d889cd8f959b1c04d3ae67 /autosetup
parent31076c5f269a00911bbd764105099ff0bce3550c (diff)
downloadsqlite-205d9960cbd9c0eb46bb545078cddce99b202a47.tar.gz
sqlite-205d9960cbd9c0eb46bb545078cddce99b202a47.zip
Add more vars to the tclConfig.sh-to-tcl exporter, for use in the TEA build.
FossilOrigin-Name: b0e1e49c7a4af526143214ce7dee97ef0da5e7baa85728fc667b1f7607693ab7
Diffstat (limited to 'autosetup')
-rw-r--r--autosetup/proj.tcl4
-rw-r--r--autosetup/sqlite-config.tcl2
2 files changed, 5 insertions, 1 deletions
diff --git a/autosetup/proj.tcl b/autosetup/proj.tcl
index 33f95afa4..4f6a60286 100644
--- a/autosetup/proj.tcl
+++ b/autosetup/proj.tcl
@@ -1411,6 +1411,10 @@ proc proj-tclConfig-sh-to-autosetup {tclConfigSh} {
TCL_EXEC_PREFIX
TCL_PREFIX
TCL_VERSION
+ TCL_MAJOR_VERSION
+ TCL_MINOR_VERSION
+ TCL_PATCH_LEVEL
+ TCL_SHLIB_SUFFIX
}
# Build a small shell script which proxies the $tclVars from
# $tclConfigSh into autosetup code...
diff --git a/autosetup/sqlite-config.tcl b/autosetup/sqlite-config.tcl
index 8a99d774e..8f15ddb4c 100644
--- a/autosetup/sqlite-config.tcl
+++ b/autosetup/sqlite-config.tcl
@@ -1510,7 +1510,7 @@ proc sqlite-handle-mac-cversion {} {
########################################################################
# If this is a Mac platform, check for support for
-# -Wl,-install_name,... and, if it's set, define
+# -Wl,-install_name,... and, if it's available, define
# LDFLAGS_MAC_INSTALL_NAME to a variant of that string which is
# intended to expand at make-time, else set LDFLAGS_MAC_INSTALL_NAME
# to an empty string.