mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-10-31 18:11:01 +03:00 
			
		
		
		
	autoconf/tea/configure.ac so that it works with the latest versions of autoconf. (2) Add the "amalgamation-tarball" targets to Makefile.in and main.mk (renamed from "dist" in the latter case). (3) Update the README.first file in autoconf/ (4) The TOP macro in Makefile.in is now an absolute rather than a relative path. FossilOrigin-Name: 3bafeec934e56f633d0de6890e84fca990e54435
		
			
				
	
	
		
			12 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| This directory contains components use to build an autoconf-ready package
 | |
| of the SQLite amalgamation:  sqlite-autoconf-30XXXXXX.tar.gz
 | |
| 
 | |
| To build the autoconf amalgamation, run from the top-level:
 | |
| 
 | |
|    ./configure
 | |
|    make amalgamation-tarball
 | |
| 
 | |
| The amalgamation-tarball target (also available in "main.mk") runs the
 | |
| script tool/mkautoconfamal.sh which does the work.  Refer to that script
 | |
| for details.
 |