| 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 |
| 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. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | tdb | 1.1 | libukcprog CVS README |
| 2 | tdb | 1.2 | http://www.i-scream.org |
| 3 | tdb | 1.1 | |
| 4 | tdb | 1.3 | $Id: README.CVS,v 1.2 2003/09/26 21:22:44 tdb Exp $ |
| 5 | tdb | 1.1 | |
| 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 | tdb | 1.3 | ./autogen.sh |
| 13 | tdb | 1.1 | |
| 14 | After this the normal build procedure in the README file can be | ||
| 15 | followed. |