Opened 14 years ago

Closed 14 years ago

#3489 closed defect (fixed)

Old-gen Python bindings incompletely removed

Reported by: Markus Neteler Owned by: hobu
Priority: normal Milestone: 1.7.2
Component: PythonBindings Version: 1.7.0
Severity: normal Keywords:
Cc:

Description

GDAL configuration on machines without old-gen Python bindings fail to recognise python properly. The attached patch cures the problem (affects both 1.7 release branch and trunk). Apparently the old-gen bindings removal in r18310 was incomplete.

Thanks to Juergen Fischer for finding the problem.

Attachments (1)

acinclude.m4.diff (1.0 KB ) - added by Markus Neteler 14 years ago.
completion of r18310

Download all attachments as: .zip

Change History (6)

by Markus Neteler, 14 years ago

Attachment: acinclude.m4.diff added

completion of r18310

comment:1 by hobu, 14 years ago

Resolution: fixed
Status: newclosed

Applied in r19157

comment:2 by hobu, 14 years ago

backported to 1.7 branch in r19158

comment:3 by Markus Neteler, 14 years ago

Resolution: fixed
Status: closedreopened

IMHO a change in acinclude.m4 requires that configure is rebuilt with autoconf.

because [neteler@gisdata gdal-1.7.svn]$ grep PYTHON=no * configure: PYTHON=no

comment:4 by hobu, 14 years ago

I have a mac, so I don't regenerate configure. It would happen at release time regardless.

comment:5 by Even Rouault, 14 years ago

Resolution: fixed
Status: reopenedclosed

configure cannot run on a Mac ;-) ?

it was refreshed in trunk as the same time as r19162 and I've just refreshed it in branches/1.7 in r19204

Note: See TracTickets for help on using tickets.