Modify ↓
Ticket #22 (closed patch: fixed)
Opened 7 years ago
Last modified 5 years ago
Fix shell specific configure script bits
| Reported by: | anonymous | Owned by: | ijr |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Part of the configure script doesn't work with zsh ($0 returns 'configure', not './configure' in zsh). There is also problem where sometimes config.h gets cleaned away and $MYTH_CONFIG_H doesn't. config.h is then not re-created because $MYTH_CONFIG_H exists and is up to date.
I'll attach a patch that fixes these (taking on faith that the patch button will appear once I submit).
Attachments
Change History
comment:1 Changed 7 years ago by Robert Tsai <rtsai1111>
Wouldn't "dirname $0" work better than the sed hackery?
Note: See
TracTickets for help on using
tickets.
