| Revision: | 1.3 | 
| Committed: | Sat Oct 4 17:07:55 2003 UTC (22 years, 1 month ago) by tdb | 
| Branch: | MAIN | 
| CVS Tags: | LIBUKCPROG_1_0_2, HEAD | 
| Changes since 1.2: | +2 -5 lines | 
| Error occurred while calculating annotation data. | |
| Log Message: | Add autogen.sh, a script to run automake/autoconf/etc. This is used to build the build system when the package is checked out of CVS. Updated README.CVS files accordingly.  | 
| # | Content | 
|---|---|
| 1 | libukcprog CVS README | 
| 2 | http://www.i-scream.org | 
| 3 | |
| 4 | $Id: README.CVS,v 1.2 2003/09/26 21:22:44 tdb Exp $ | 
| 5 | |
| 6 | Starting from CVS there are a few things that need to be done before | 
| 7 | the normal build procedure. These require autoconf, automake, and | 
| 8 | libtool to be installed. | 
| 9 | |
| 10 | Then run the following; | 
| 11 | |
| 12 | ./autogen.sh | 
| 13 | |
| 14 | After this the normal build procedure in the README file can be | 
| 15 | followed. |