Deleted Added
full compact
configure.ac (346983) configure.ac (347347)
1#!/bin/bash -norc
2dnl This file is an input file used by the GNU "autoconf" program to
3dnl generate the file "configure", which is run during Tcl installation
4dnl to configure the system for the local environment.
5#
6# RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $
7
8#-----------------------------------------------------------------------

--- 5 unchanged lines hidden (view full) ---

14# __CHANGE__
15# Set your package name and version numbers here.
16#
17# This initializes the environment with PACKAGE_NAME and PACKAGE_VERSION
18# set as provided. These will also be added as -D defs in your Makefile
19# so you can encode the package version directly into the source files.
20#-----------------------------------------------------------------------
21
1#!/bin/bash -norc
2dnl This file is an input file used by the GNU "autoconf" program to
3dnl generate the file "configure", which is run during Tcl installation
4dnl to configure the system for the local environment.
5#
6# RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $
7
8#-----------------------------------------------------------------------

--- 5 unchanged lines hidden (view full) ---

14# __CHANGE__
15# Set your package name and version numbers here.
16#
17# This initializes the environment with PACKAGE_NAME and PACKAGE_VERSION
18# set as provided. These will also be added as -D defs in your Makefile
19# so you can encode the package version directly into the source files.
20#-----------------------------------------------------------------------
21
22AC_INIT([sqlite], [3.27.2])
22AC_INIT([sqlite], [3.28.0])
23
24#--------------------------------------------------------------------
25# Call TEA_INIT as the first TEA_ macro to set up initial vars.
26# This will define a ${TEA_PLATFORM} variable == "unix" or "windows"
27# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
28#--------------------------------------------------------------------
29
30TEA_INIT([3.9])

--- 171 unchanged lines hidden ---
23
24#--------------------------------------------------------------------
25# Call TEA_INIT as the first TEA_ macro to set up initial vars.
26# This will define a ${TEA_PLATFORM} variable == "unix" or "windows"
27# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
28#--------------------------------------------------------------------
29
30TEA_INIT([3.9])

--- 171 unchanged lines hidden ---