ffe65da569
FossilOrigin-Name: 17fd6836f362c646d6dadb40adc0a8a31e2bfc9416651dde2c156400b3aa06dd
17 lines
529 B
Modula-2
17 lines
529 B
Modula-2
#!/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.
|
|
#
|
|
# This script and all of its dependencies must be kept compatible with
|
|
# JimTCL, a copy of which is included in this source tree as
|
|
# ./autosetup/jimsh0.c.
|
|
#
|
|
use sqlite-config
|
|
sqlite-config-bootstrap autoconf
|
|
define ENABLE_STATIC_SHELL [opt-bool static-shell]
|
|
sqlite-check-common-bins
|
|
sqlite-check-common-system-deps
|
|
sqlite-config-finalize
|