Changeset 387 for trunk/README.developer


Ignore:
Timestamp:
Jun 25, 2007, 12:46:44 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #202.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.developer

    r386 r387  
    66
    77=== bootstrap ===
    8 At first checkout from the repository, and when configure.ac is
     8
     9At first checkout from the repository, or when `configure.ac` is
    910changed, you must run
    1011
     
    1415
    1516=== configure ===
    16 Run generated configure script with
     17
     18Run the generated configure script with
    1719
    1820  `./configure --enable-debug --enable-wctests`
     
    2426
    2527=== Create a distribution ===
     28
    2629Create a distribution package with `make dist`. Remember to test
    2730the package with `make distcheck`. If required packages are installed
     
    3437Usually you need to set DISTCHECK_CONFIGURE_FLAGS to whatever options
    3538you 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.
     39Passing `--enable-wctests` to distcheck will always make the `make` to
     40fail because a distribution do not contain all files needed for WC
     41tests.
    3842
    3943
Note: See TracChangeset for help on using the changeset viewer.