mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Restructure [826bad10e9ccd6f71e] as that structure mysteriously breaks the --prefix=... configure flag.
FossilOrigin-Name: d284230f68616b78a527d34df777b0220376ba6a00e9e927d4ffb4cbddab900c
This commit is contained in:
@ -28,6 +28,8 @@ proc sqlite-setup-package-info {} {
|
||||
msg-result "Source dir = $srcdir"
|
||||
msg-result "Build dir = $::autosetup(builddir)"
|
||||
}
|
||||
sqlite-setup-package-info
|
||||
use cc cc-db cc-shared cc-lib pkg-config
|
||||
|
||||
#
|
||||
# Object for communicating config-time state across various
|
||||
@ -355,14 +357,6 @@ proc sqlite-configure {buildMode configScript} {
|
||||
dict incr opts -level
|
||||
return {*}$opts $msg
|
||||
}
|
||||
sqlite-setup-package-info
|
||||
uplevel 1 {
|
||||
# The odd placement of this block is so that we can emit the
|
||||
# output from sqlite-setup-package-info after --help is processed
|
||||
# but before any other info is emitted, e.g. the host/target
|
||||
# system info and the C compiler check.
|
||||
use cc cc-db cc-shared cc-lib pkg-config
|
||||
}
|
||||
sqlite-post-options-init
|
||||
uplevel 1 $configScript
|
||||
sqlite-configure-finalize
|
||||
|
Reference in New Issue
Block a user