Changeset 481 for trunk/README.developer
- Timestamp:
- Oct 9, 2007, 6:40:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r442 r481 21 21 22 22 23 === bootstrap ===23 === bootstrap and autoreconf === 24 24 25 At first checkout from the repository , or when `configure.ac` is26 changed, you must run 25 At first checkout from the repository you must run the bootstrapping 26 utility 27 27 28 28 `./bootstrap` 29 29 30 to setup autoconf files. 30 to setup autoconf files. To push subsequent changes of this file into 31 the build scripts you run 32 33 `autoreconf` 31 34 32 35
Note: See TracChangeset
for help on using the changeset viewer.