Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118948 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-1 / +1 lines)
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

Return to bug 118948