|
Lines 275-281
Link Here
|
| 275 |
# get the mod_python version |
275 |
# get the mod_python version |
| 276 |
AC_SUBST(MP_VERSION) |
276 |
AC_SUBST(MP_VERSION) |
| 277 |
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h` |
277 |
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h` |
| 278 |
MP_VERSION=`echo $MP_VERSION | sed s/\\"//g` |
278 |
MP_VERSION=`echo $MP_VERSION | sed s/\"//g` |
| 279 |
|
279 |
|
| 280 |
AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile) |
280 |
AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile) |
| 281 |
|
281 |
|