diff -Nru sqlite-autoconf-3430100-mirrored/tea/configure sqlite-autoconf-3430100-upstream/tea/configure
old
|
new
|
|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | # Generated by GNU Autoconf 2.71 for sqlite 3.43.0. |
| 3 | # Generated by GNU Autoconf 2.71 for sqlite 3.43.1. |
4 | 4 | # |
5 | 5 | # |
6 | 6 | # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, |
… |
… |
|
608 | 608 | # Identity of this package. |
609 | 609 | PACKAGE_NAME='sqlite' |
610 | 610 | PACKAGE_TARNAME='sqlite' |
611 | | PACKAGE_VERSION='3.43.0' |
612 | | PACKAGE_STRING='sqlite 3.43.0' |
| 611 | PACKAGE_VERSION='3.43.1' |
| 612 | PACKAGE_STRING='sqlite 3.43.1' |
613 | 613 | PACKAGE_BUGREPORT='' |
614 | 614 | PACKAGE_URL='' |
615 | 615 | |
… |
… |
|
1331 | 1331 | # Omit some internal or obsolete options to make the list less imposing. |
1332 | 1332 | # This message is too long to be a string in the A/UX 3.1 sh. |
1333 | 1333 | cat <<_ACEOF |
1334 | | \`configure' configures sqlite 3.43.0 to adapt to many kinds of systems. |
| 1334 | \`configure' configures sqlite 3.43.1 to adapt to many kinds of systems. |
1335 | 1335 | |
1336 | 1336 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1337 | 1337 | |
… |
… |
|
1393 | 1393 | |
1394 | 1394 | if test -n "$ac_init_help"; then |
1395 | 1395 | case $ac_init_help in |
1396 | | short | recursive ) echo "Configuration of sqlite 3.43.0:";; |
| 1396 | short | recursive ) echo "Configuration of sqlite 3.43.1:";; |
1397 | 1397 | esac |
1398 | 1398 | cat <<\_ACEOF |
1399 | 1399 | |
… |
… |
|
1496 | 1496 | test -n "$ac_init_help" && exit $ac_status |
1497 | 1497 | if $ac_init_version; then |
1498 | 1498 | cat <<\_ACEOF |
1499 | | sqlite configure 3.43.0 |
| 1499 | sqlite configure 3.43.1 |
1500 | 1500 | generated by GNU Autoconf 2.71 |
1501 | 1501 | |
1502 | 1502 | Copyright (C) 2021 Free Software Foundation, Inc. |
… |
… |
|
1795 | 1795 | This file contains any messages produced by compilers while |
1796 | 1796 | running configure, to aid debugging if configure makes a mistake. |
1797 | 1797 | |
1798 | | It was created by sqlite $as_me 3.43.0, which was |
| 1798 | It was created by sqlite $as_me 3.43.1, which was |
1799 | 1799 | generated by GNU Autoconf 2.71. Invocation command line was |
1800 | 1800 | |
1801 | 1801 | $ $0$ac_configure_args_raw |
… |
… |
|
9560 | 9560 | # report actual input values of CONFIG_FILES etc. instead of their |
9561 | 9561 | # values after options handling. |
9562 | 9562 | ac_log=" |
9563 | | This file was extended by sqlite $as_me 3.43.0, which was |
| 9563 | This file was extended by sqlite $as_me 3.43.1, which was |
9564 | 9564 | generated by GNU Autoconf 2.71. Invocation command line was |
9565 | 9565 | |
9566 | 9566 | CONFIG_FILES = $CONFIG_FILES |
… |
… |
|
9615 | 9615 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
9616 | 9616 | ac_cs_config='$ac_cs_config_escaped' |
9617 | 9617 | ac_cs_version="\\ |
9618 | | sqlite config.status 3.43.0 |
| 9618 | sqlite config.status 3.43.1 |
9619 | 9619 | configured by $0, generated by GNU Autoconf 2.71, |
9620 | 9620 | with options \\"\$ac_cs_config\\" |
9621 | 9621 | |
… |
… |
|
10175 | 10175 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
10176 | 10176 | printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
10177 | 10177 | fi |
10178 | | |
10179 | | |
diff -Nru sqlite-autoconf-3430100-mirrored/tea/configure.ac sqlite-autoconf-3430100-upstream/tea/configure.ac
old
|
new
|
|
19 | 19 | # so that we create the export library with the dll. |
20 | 20 | #----------------------------------------------------------------------- |
21 | 21 | |
22 | | AC_INIT([sqlite],[3.43.0]) |
| 22 | AC_INIT([sqlite],[3.43.1]) |
23 | 23 | |
24 | 24 | #-------------------------------------------------------------------- |
25 | 25 | # Call TEA_INIT as the first TEA_ macro to set up initial vars. |