OLD | NEW |
1 | 1 |
2 This file describes how to use the files in this directory to create a new | 2 This file describes how to use the files in this directory to create a new |
3 version of the "autoconf-amalgamation" package. | 3 version of the "autoconf-amalgamation" package. |
4 | 4 |
5 1. The following files should have executable permission: | 5 1. The following files should have executable permission: |
6 | 6 |
7 chmod 755 install-sh | 7 chmod 755 install-sh |
8 chmod 755 missing | 8 chmod 755 missing |
9 chmod 755 depcomp | 9 chmod 755 depcomp |
10 chmod 755 config.sub | 10 chmod 755 config.sub |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 7. From the 'tea' directory, run the following commands: | 48 7. From the 'tea' directory, run the following commands: |
49 | 49 |
50 autoconf | 50 autoconf |
51 rm -rf autom4te.cache | 51 rm -rf autom4te.cache |
52 | 52 |
53 8. Run "./configure && make dist". This builds a distribution package | 53 8. Run "./configure && make dist". This builds a distribution package |
54 named something like "sqlite-3.6.3.tar.gz". Rename to | 54 named something like "sqlite-3.6.3.tar.gz". Rename to |
55 "sqlite-amalgamation-3.6.3.tar.gz" and use. | 55 "sqlite-amalgamation-3.6.3.tar.gz" and use. |
56 | 56 |
57 | 57 |
OLD | NEW |