Fossil SCM

Update auto.def to MINIMUM_SQLITE_VERSION 3.43.00 to match [2abb23dba8bdc5db].

stephan 2023-06-16 08:15 trunk
Commit cbd27f23a694fa4d113915244d9b322bc8d682a3629e521ca334b8c4afd7f7b1
1 file changed +5 -4
+5 -4
--- auto.def
+++ auto.def
@@ -34,11 +34,11 @@
3434
}
3535
3636
# Update the minimum required SQLite version number here, and also
3737
# in src/main.c near the sqlite3_libversion_number() call. Take care
3838
# that both places agree!
39
-define MINIMUM_SQLITE_VERSION "3.38.0"
39
+define MINIMUM_SQLITE_VERSION "3.43.0"
4040
4141
# This is useful for people wanting Fossil to use an external SQLite library
4242
# to compare the one they have against the minimum required
4343
if {[opt-bool print-minimum-sqlite-version]} {
4444
puts [get-define MINIMUM_SQLITE_VERSION]
@@ -178,13 +178,14 @@
178178
}
179179
180180
find_system_sqlite
181181
182182
proc test_system_sqlite {} {
183
- # Check compatibility of the system SQLite library by running the sqlcompttest.c
184
- # program in the source tree
185
- # passes MINIMUM_SQLITE_VERSION set at the top of this file to sqlcompttest.c
183
+ # Check compatibility of the system SQLite library by running the
184
+ # sqlcompttest.c program in the source tree passes
185
+ # MINIMUM_SQLITE_VERSION set at the top of this file to
186
+ # sqlcompttest.c
186187
#
187188
set cmdline {}
188189
lappend cmdline {*}[get-define CCACHE]
189190
lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS]
190191
lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__
191192
--- auto.def
+++ auto.def
@@ -34,11 +34,11 @@
34 }
35
36 # Update the minimum required SQLite version number here, and also
37 # in src/main.c near the sqlite3_libversion_number() call. Take care
38 # that both places agree!
39 define MINIMUM_SQLITE_VERSION "3.38.0"
40
41 # This is useful for people wanting Fossil to use an external SQLite library
42 # to compare the one they have against the minimum required
43 if {[opt-bool print-minimum-sqlite-version]} {
44 puts [get-define MINIMUM_SQLITE_VERSION]
@@ -178,13 +178,14 @@
178 }
179
180 find_system_sqlite
181
182 proc test_system_sqlite {} {
183 # Check compatibility of the system SQLite library by running the sqlcompttest.c
184 # program in the source tree
185 # passes MINIMUM_SQLITE_VERSION set at the top of this file to sqlcompttest.c
 
186 #
187 set cmdline {}
188 lappend cmdline {*}[get-define CCACHE]
189 lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS]
190 lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__
191
--- auto.def
+++ auto.def
@@ -34,11 +34,11 @@
34 }
35
36 # Update the minimum required SQLite version number here, and also
37 # in src/main.c near the sqlite3_libversion_number() call. Take care
38 # that both places agree!
39 define MINIMUM_SQLITE_VERSION "3.43.0"
40
41 # This is useful for people wanting Fossil to use an external SQLite library
42 # to compare the one they have against the minimum required
43 if {[opt-bool print-minimum-sqlite-version]} {
44 puts [get-define MINIMUM_SQLITE_VERSION]
@@ -178,13 +178,14 @@
178 }
179
180 find_system_sqlite
181
182 proc test_system_sqlite {} {
183 # Check compatibility of the system SQLite library by running the
184 # sqlcompttest.c program in the source tree passes
185 # MINIMUM_SQLITE_VERSION set at the top of this file to
186 # sqlcompttest.c
187 #
188 set cmdline {}
189 lappend cmdline {*}[get-define CCACHE]
190 lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS]
191 lappend cmdline $::autosetup(dir)/../tools/sqlcompattest.c -o conftest__
192

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button