the new tag AX_BUILD_TEST allows to use tests without the need of AX_USE_CPPUNIT, so only AX_BUILD_TEST can be used for testing scripts. AX_USE_CPPUNIT calls AX_BUILD_TEST, so you don't need to specify both
This commit is contained in:
2
README
2
README
@@ -5,7 +5,7 @@ Simply setup a new project:
|
||||
2. checkout trunk of the new subversion repository
|
||||
3. cd into the new project subversion working copy
|
||||
4. call with full path: /path/to/bootstrap.sh
|
||||
5. follow the einstructions, i.e. edit configure.ac
|
||||
5. follow the instructions, i.e. edit configure.ac
|
||||
6. run again: /path/to/bootstrap.sh
|
||||
7. add some generated files: svn add COPYING ChangeLog INSTALL
|
||||
8. your project is setup and compilable, test: ./bootstrap.sh -b
|
||||
|
Reference in New Issue
Block a user