]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-acfix.patch
- massive attack: adding Source-md5
[packages/gdal.git] / gdal-acfix.patch
CommitLineData
faf5649c
JB
1--- gdal-1.1.7/aclocal.m4.orig Thu Jan 17 02:40:48 2002
2+++ gdal-1.1.7/aclocal.m4 Mon Jun 17 22:24:56 2002
3@@ -395,10 +395,12 @@
4 py_makefile="`$PYTHON -c '
5 import sys
6 print \"%s/lib/python%s/config/Makefile\"%(sys.exec_prefix, sys.version[:3])'`"
7+ changequote([, ])
8 if test ! -f "$py_makefile"; then
9 AC_MSG_ERROR([*** Couldn't find the python config makefile. Maybe you are
10 *** missing the development portion of the python installation])
11 fi
12+ changequote(,)dnl
13 eval `sed -n \
14 -e "s/^CC=[ ]*\(.*\)/am_cv_python_CC='\1'/p" \
15 -e "s/^OPT=[ ]*\(.*\)/am_cv_python_OPT='\1'/p" \
This page took 0.029593 seconds and 4 git commands to generate.