Opened 20 years ago

Closed 20 years ago

Last modified 18 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)

configure.patch (593 bytes) - added by anonymous 20 years ago.

Download all attachments as: .zip

Change History (3)

Changed 20 years ago by anonymous

Attachment: configure.patch added

comment:1 Changed 20 years ago by Robert Tsai <rtsai1111>

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

comment:2 Changed 20 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [6757]) Closes #22. Apply patch & use dirname instead of sed, per comment in the bug.

Note: See TracTickets for help on using tickets.