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

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

Change History

Changed 7 years ago by anonymous

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

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

comment:2 Changed 7 years ago by ijr

  • Status changed from new to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.