#56 closed Defect (fixed)
Fix svn string in configure script
Reported by: | eurotrash | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | Sometime |
Component: | Transmission | Version: | 0.5 |
Severity: | Normal | Keywords: | |
Cc: |
Description
The current svn revision string is hardcoded. It should be grabbed from 'svn info' during the configure process.
Attachments (1)
Change History (3)
Changed 17 years ago by eurotrash
comment:1 Changed 17 years ago by anonymous
Why not add a Xcode script phase that does that instead of the configure file?
comment:2 Changed 17 years ago by titer
- Resolution set to fixed
- Status changed from new to closed
Fixed
Note: See
TracTickets for help on using
tickets.
Grabs the svn revision string from the 'svn info' output. Note that this still doesn't fix incremental make builds where configure isn't called to re-substitute strings.