AryaWu/sqlite
0
1This directory contains components used to build an autoconf-like2package of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz3 4To build the autoconf amalgamation, run from the top of the canonical5source tree:6 7 ./configure8 make amalgamation-tarball9 10The amalgamation-tarball target (available in "main.mk") runs the11script tool/mkautoconfamal.sh which does the work. Refer to that12script for details.13 