1 --- mod_python-3.3.1/configure 2013-05-07 16:37:13.377770000 +0200
2 +++ mod_python-3.3.1/configure 2006-03-11 04:46:52.000000000 +0100
7 -PyLIBPL=${PyLIBP}/config
8 +PyLIBPL=`ls -d1 ${PyLIBP}/config*/.`
9 PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
10 PyLIBS=`grep "^LIB[[SMC]]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`
11 PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`