drh | b43be55 | 2015-01-15 15:47:06 +0000 | [diff] [blame] | 1 | This directory contains components use to build an autoconf-ready package |
| 2 | of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz |
dan | f6f8ac6 | 2013-05-27 17:19:58 +0000 | [diff] [blame] | 3 | |
drh | b43be55 | 2015-01-15 15:47:06 +0000 | [diff] [blame] | 4 | To build the autoconf amalgamation, run from the top-level: |
dan | f6f8ac6 | 2013-05-27 17:19:58 +0000 | [diff] [blame] | 5 | |
drh | b43be55 | 2015-01-15 15:47:06 +0000 | [diff] [blame] | 6 | ./configure |
| 7 | make amalgamation-tarball |
dan | f6f8ac6 | 2013-05-27 17:19:58 +0000 | [diff] [blame] | 8 | |
drh | b43be55 | 2015-01-15 15:47:06 +0000 | [diff] [blame] | 9 | The amalgamation-tarball target (also available in "main.mk") runs the |
| 10 | script tool/mkautoconfamal.sh which does the work. Refer to that script |
| 11 | for details. |