blob: 5c2ea0a70f295d6cc78488911cdac751f3192d95 [file] [log] [blame]
drhb43be552015-01-15 15:47:06 +00001This directory contains components use to build an autoconf-ready package
2of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz
danf6f8ac62013-05-27 17:19:58 +00003
drhb43be552015-01-15 15:47:06 +00004To build the autoconf amalgamation, run from the top-level:
danf6f8ac62013-05-27 17:19:58 +00005
drhb43be552015-01-15 15:47:06 +00006 ./configure
7 make amalgamation-tarball
danf6f8ac62013-05-27 17:19:58 +00008
drhb43be552015-01-15 15:47:06 +00009The amalgamation-tarball target (also available in "main.mk") runs the
10script tool/mkautoconfamal.sh which does the work. Refer to that script
11for details.