Ticket #68161: sqlite3-src.diff

File sqlite3-src.diff, 3.4 KB (added by jmroot (Joshua Root), 14 months ago)
  • tea/configure

    diff -Nru sqlite-autoconf-3430100-mirrored/tea/configure sqlite-autoconf-3430100-upstream/tea/configure
    old new  
    11#! /bin/sh
    22# 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.
    44#
    55#
    66# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
     
    608608# Identity of this package.
    609609PACKAGE_NAME='sqlite'
    610610PACKAGE_TARNAME='sqlite'
    611 PACKAGE_VERSION='3.43.0'
    612 PACKAGE_STRING='sqlite 3.43.0'
     611PACKAGE_VERSION='3.43.1'
     612PACKAGE_STRING='sqlite 3.43.1'
    613613PACKAGE_BUGREPORT=''
    614614PACKAGE_URL=''
    615615
     
    13311331  # Omit some internal or obsolete options to make the list less imposing.
    13321332  # This message is too long to be a string in the A/UX 3.1 sh.
    13331333  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.
    13351335
    13361336Usage: $0 [OPTION]... [VAR=VALUE]...
    13371337
     
    13931393
    13941394if test -n "$ac_init_help"; then
    13951395  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:";;
    13971397   esac
    13981398  cat <<\_ACEOF
    13991399
     
    14961496test -n "$ac_init_help" && exit $ac_status
    14971497if $ac_init_version; then
    14981498  cat <<\_ACEOF
    1499 sqlite configure 3.43.0
     1499sqlite configure 3.43.1
    15001500generated by GNU Autoconf 2.71
    15011501
    15021502Copyright (C) 2021 Free Software Foundation, Inc.
     
    17951795This file contains any messages produced by compilers while
    17961796running configure, to aid debugging if configure makes a mistake.
    17971797
    1798 It was created by sqlite $as_me 3.43.0, which was
     1798It was created by sqlite $as_me 3.43.1, which was
    17991799generated by GNU Autoconf 2.71.  Invocation command line was
    18001800
    18011801  $ $0$ac_configure_args_raw
     
    95609560# report actual input values of CONFIG_FILES etc. instead of their
    95619561# values after options handling.
    95629562ac_log="
    9563 This file was extended by sqlite $as_me 3.43.0, which was
     9563This file was extended by sqlite $as_me 3.43.1, which was
    95649564generated by GNU Autoconf 2.71.  Invocation command line was
    95659565
    95669566  CONFIG_FILES    = $CONFIG_FILES
     
    96159615cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    96169616ac_cs_config='$ac_cs_config_escaped'
    96179617ac_cs_version="\\
    9618 sqlite config.status 3.43.0
     9618sqlite config.status 3.43.1
    96199619configured by $0, generated by GNU Autoconf 2.71,
    96209620  with options \\"\$ac_cs_config\\"
    96219621
     
    1017510175  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    1017610176printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    1017710177fi
    10178 
    10179 
  • tea/configure.ac

    diff -Nru sqlite-autoconf-3430100-mirrored/tea/configure.ac sqlite-autoconf-3430100-upstream/tea/configure.ac
    old new  
    1919# so that we create the export library with the dll.
    2020#-----------------------------------------------------------------------
    2121
    22 AC_INIT([sqlite],[3.43.0])
     22AC_INIT([sqlite],[3.43.1])
    2323
    2424#--------------------------------------------------------------------
    2525# Call TEA_INIT as the first TEA_ macro to set up initial vars.