Changeset 387 for trunk/README.developer
- Timestamp:
- Jun 25, 2007, 12:46:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r386 r387 6 6 7 7 === bootstrap === 8 At first checkout from the repository, and when configure.ac is 8 9 At first checkout from the repository, or when `configure.ac` is 9 10 changed, you must run 10 11 … … 14 15 15 16 === configure === 16 Run generated configure script with 17 18 Run the generated configure script with 17 19 18 20 `./configure --enable-debug --enable-wctests` … … 24 26 25 27 === Create a distribution === 28 26 29 Create a distribution package with `make dist`. Remember to test 27 30 the package with `make distcheck`. If required packages are installed … … 34 37 Usually you need to set DISTCHECK_CONFIGURE_FLAGS to whatever options 35 38 you pass to configure with the exception of `--enable-wctests`. 36 Passing `--enable-wctests` to distcheck will always fail because a 37 distribution misses some files needed for WC tests. 39 Passing `--enable-wctests` to distcheck will always make the `make` to 40 fail because a distribution do not contain all files needed for WC 41 tests. 38 42 39 43
Note: See TracChangeset
for help on using the changeset viewer.