Ticket #1879 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

prefix doesn't get fully expanded for OSX framework build

Reported by: kyngchaos Assigned to: 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

configure.in.patch (0.6 kB) - added by kyngchaos on 09/30/07 19:11:06.

Change History

09/30/07 19:11:06 changed by kyngchaos

  • attachment configure.in.patch added.

10/05/07 17:06:49 changed by warmerdam

  • keywords set to macos framework.
  • status changed from new to closed.
  • resolution set to fixed.

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

Thanks