Opened 17 years ago

Closed 17 years ago

#1879 closed defect (fixed)

prefix doesn't get fully expanded for OSX framework build

Reported by: kyngchaos Owned by: warmerdam
Priority: normal Milestone: 1.4.3
Component: ConfigBuild Version: 1.4.2
Severity: normal Keywords: macos framework
Cc:

Description

In configure, for the OSX framework build, the GDAL version number vars don't get expanded immediately when setting "prefix". This makes it into the binary unexpanded and so support resources won't be found.

It looks like it it due to the assignment being single-quoted. Patch file included, for GDAL 1.5 trunk. It should be backported to 1.4.

Attachments (1)

configure.in.patch (580 bytes ) - added by kyngchaos 17 years ago.

Download all attachments as: .zip

Change History (2)

by kyngchaos, 17 years ago

Attachment: configure.in.patch added

comment:1 by warmerdam, 17 years ago

Keywords: macos framework added
Resolution: fixed
Status: newclosed

Patch applied in 1.4 branch (r12337) and trunk (r12336).

Thanks

Note: See TracTickets for help on using tickets.