Changeset 13935

Show
Ignore:
Timestamp:
03/05/08 10:18:20 (2 months ago)
Author:
warmerdam
Message:

allow specification of a python binary for --with-ogpython (#2258)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/configure

    r13352 r13935  
    2669226692HAVE_OGPYTHON=no 
    2669326693 
    26694 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 
     26694if test "x$with_ogpython" != "xno" ; then 
    2669526695 
    2669626696                for ac_prog in python python1.5 python1.4 python1.3 
     
    2943729437 
    2943829438 
    29439 echo "  NETCDF support:            ${NETCDF_SETTING}" 
     29439echo "  NetCDF support:            ${NETCDF_SETTING}" 
    2944029440 
    2944129441 
     
    2946429464 
    2946529465 
    29466 echo "  KAKADU support:            ${HAVE_KAKADU}" 
     29466echo "  Kakadu support:            ${HAVE_KAKADU}" 
    2946729467 
    2946829468if test "x$HAVE_JASPER_UUID" != "x" ; then 
    2946929469 
    29470 echo "  JASPER support:            ${HAVE_JASPER} (GeoJP2=${HAVE_JASPER_UUID})" 
    29471  
    29472 else 
    29473  
    29474 echo "  JASPER support:            ${HAVE_JASPER}" 
     29470echo "  JasPer support:            ${HAVE_JASPER} (GeoJP2=${HAVE_JASPER_UUID})" 
     29471 
     29472else 
     29473 
     29474echo "  JasPer support:            ${HAVE_JASPER}" 
    2947529475 
    2947629476fi 
     
    2948529485 
    2948629486 
    29487 echo "  CURL support (wms/wcs/...):${CURL_SETTING}" 
    29488  
    29489  
    29490 echo "  POSTGRESQL support:        ${HAVE_PG}" 
     29487echo "  cURL support (wms/wcs/...):${CURL_SETTING}" 
     29488 
     29489 
     29490echo "  PostgreSQL support:        ${HAVE_PG}" 
    2949129491 
    2949229492 
     
    2949429494 
    2949529495 
    29496 echo "  XERCES support:            ${HAVE_XERCES}" 
     29496echo "  Xerces-C support:            ${HAVE_XERCES}" 
    2949729497 
    2949829498 
     
    2950329503 
    2950429504 
    29505 echo "  PGEO support:              ${ODBC_SETTING}" 
     29505echo "  PGeo support:              ${ODBC_SETTING}" 
    2950629506 
    2950729507 
  • branches/1.5/gdal/configure.in

    r13390 r13935  
    20872087HAVE_OGPYTHON=no 
    20882088 
    2089 if test "x$with_ogpython" = "xyes" -o "x$with_ogpython" = "x"; then 
     2089if test "x$with_ogpython" != "xno" ; then 
    20902090  AM_PATH_PYTHON 
    20912091  AM_INIT_PYEXEC_MOD