Opened 17 years ago
Closed 17 years ago
#84 closed task (fixed)
Make 'make distckeck' to pass at least on one of the machines we compile on
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
'make distcheck' is a nice feature of autotools for checking that a distribution package actually works. The command will create a tar file, unpack it, run configure, perform a 'make' and a 'make check' automagically.
Currently the need to point out where apr and svn APIs are located will make configure to fail in the test. Your mission is to resolve this problem without creating stupid defaults in configure.ac. If you choose to accept the mission ...
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [221]) Fixes #84. Read developer information in README about how to do 'make distcheck'.