stephan f5965e9d51 Makefile doc updates. Remove a couple extraneous targets. No functional changes. 2 days ago
..
tea da5f813878 Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. 1 week ago
Makefile.fallback fc232d6f65 Add the Makefile.fallback makefile to the amalgamation tarball. 6 years ago
Makefile.in f5965e9d51 Makefile doc updates. Remove a couple extraneous targets. No functional changes. 2 days ago
Makefile.msc 17b620eb60 Update the autoconf Makefile for nmake to support SETLK_TIMEOUT. 1 week ago
README.first 631900291d Remove now-extraneous autoconf/INSTALL and autoconf/configure.ac and update autoconf/README.* to account for the port to autosetup. 1 month ago
README.txt 5d60f47001 Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. 1 week ago
auto.def 51770439ff Slightly simplify auto.def and autoconf/auto.def. 1 week ago

README.first

This directory contains components used to build an autoconf-like
package of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz

To build the autoconf amalgamation, run from the top of the canonical
source tree:

./configure
make amalgamation-tarball

The amalgamation-tarball target (available in "main.mk") runs the
script tool/mkautoconfamal.sh which does the work. Refer to that
script for details.