mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
11 lines
296 B
Tcl
11 lines
296 B
Tcl
#!/do/not/tclsh
|
|
# ^^^ help out editors which guess this file's content type.
|
|
#
|
|
# This is the main autosetup-compatible configure script for the
|
|
# "autoconf" bundle of the SQLite project.
|
|
use sqlite-config
|
|
sqlite-configure autoconf {
|
|
sqlite-check-common-bins
|
|
sqlite-check-common-system-deps
|
|
}
|