diff options
author | stephan <stephan@noemail.net> | 2025-04-12 02:30:04 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-04-12 02:30:04 +0000 |
commit | 19b070108749bb548e03c0b3aef850bd51486cb1 (patch) | |
tree | 05848dbade28b36a6acab04888243c1f64355df7 /autosetup | |
parent | 0aa95099f5003dc99f599ab77ac0004950b281ef (diff) | |
download | sqlite-19b070108749bb548e03c0b3aef850bd51486cb1.tar.gz sqlite-19b070108749bb548e03c0b3aef850bd51486cb1.zip |
Initial port of the TEA build (autoconf/tea) from autotools to autosetup.
FossilOrigin-Name: 95227341cf290ca6f20b5ff7e707a28b59f87784947425c3fd1d8e5e7eb878a4
Diffstat (limited to 'autosetup')
-rw-r--r-- | autosetup/proj.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autosetup/proj.tcl b/autosetup/proj.tcl index 75ec46c64..9ae12929f 100644 --- a/autosetup/proj.tcl +++ b/autosetup/proj.tcl @@ -76,7 +76,7 @@ set proj_(isatty) [isatty? stdout] # Emits a warning message to stderr. proc proj-warn {args} { show-notices - puts stderr "WARNING: $args" + puts stderr [join [list "WARNING:" {*}$args] " "] } ######################################################################## |