Opened 20 years ago
Closed 20 years ago
Last modified 19 years ago
#22 closed patch (fixed)
Fix shell specific configure script bits
| Reported by: | anonymous | Owned by: | Isaac Richards |
|---|---|---|---|
| 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 (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.

Wouldn't "dirname $0" work better than the sed hackery?