|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../mod_python/bash-31.patch
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
|
|
# of the GNU General Public License as published by the Free Software
|
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
|
|
# version.
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
diff -Nur mod_python-3.1.4-orig/configure mod_python-3.1.4/configure
|
|
|
|
--- mod_python-3.1.4-orig/configure 2005-01-29 21:25:27.000000000 +0000
|
|
|
|
+++ mod_python-3.1.4/configure 2006-01-24 21:11:44.387829000 +0000
|
|
|
|
@@ -2772,7 +2772,7 @@
|
|
|
|
# get the mod_python version
|
|
|
|
|
|
|
|
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h`
|
|
|
|
-MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
|
|
|
|
+MP_VERSION=`echo $MP_VERSION | sed s/\"//g`
|
|
|
|
|
|
|
|
ac_config_files="$ac_config_files Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile"
|
|
|
|
cat >confcache <<\_ACEOF
|
|
|
|
diff -Nur mod_python-3.1.4-orig/configure.in mod_python-3.1.4/configure.in
|
|
|
|
--- mod_python-3.1.4-orig/configure.in 2005-01-29 21:25:27.000000000 +0000
|
|
|
|
+++ mod_python-3.1.4/configure.in 2006-01-24 21:11:59.936800750 +0000
|
|
|
|
@@ -275,7 +275,7 @@
|
|
|
|
# get the mod_python version
|
|
|
|
AC_SUBST(MP_VERSION)
|
|
|
|
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h`
|
|
|
|
-MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
|
|
|
|
+MP_VERSION=`echo $MP_VERSION | sed s/\"//g`
|
|
|
|
|
|
|
|
AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile)
|
|
|
|
|