]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-sh.patch
- perl req/prov fix
[packages/gdal.git] / gdal-sh.patch
1 --- gdal-1.9.0/configure.in.orig        2012-01-04 08:03:42.000000000 +0100
2 +++ gdal-1.9.0/configure.in     2012-01-19 20:50:08.902476176 +0100
3 @@ -1493,7 +1493,7 @@
4        AC_MSG_CHECKING([libnetcdf version with $ncdump]) 
5        netcdf_version=`$ncdump 2>&1 | grep "netcdf library version" | awk '{gsub(/"/,"");print $4}'`
6        AC_MSG_RESULT([got $netcdf_version])
7 -      if test "$netcdf_version" != "" -a "${netcdf_version:0:1}" == "4" ; then
8 +      if test "$netcdf_version" != "" -a "$(echo ${netcdf_version} | sed 's/^\(.\).*/\1/')" == "4" ; then
9            nc_config=$NETCDF_ROOT"/bin/nc-config"
10        fi
11      fi
This page took 0.036236 seconds and 3 git commands to generate.