~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/patches/003_build_with_autoconf_2.5

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- build-tree.orig/apache2/srclib/apr/configure.in     2003-04-05 11:07:54.000000000 +0200
2
 
+++ build-tree/apache2/srclib/apr/configure.in  2003-04-05 11:18:34.000000000 +0200
3
 
@@ -4,6 +4,7 @@
4
 
 dnl Process this file with autoconf to produce a configure script.
5
 
 dnl Use ./buildconf to prepare build files and run autoconf for APR.
6
 
 
7
 
+AC_PREREQ(2.50)
8
 
 AC_INIT(build/apr_common.m4)
9
 
 AC_CONFIG_HEADER(include/arch/unix/apr_private.h)
10
 
 AC_CONFIG_AUX_DIR(build)
11
 
--- build-tree/apache2/srclib/apr-util/configure.in     2005-04-17 23:06:37.000000000 -0600
12
 
+++ build-tree/apache2/srclib/apr-util/configure.in     2005-04-17 23:06:54.000000000 -0600
13
 
@@ -2,7 +2,7 @@
14
 
 dnl Process this file with autoconf to produce a configure script
15
 
 dnl
16
 
 
17
 
-AC_PREREQ(2.13)
18
 
+AC_PREREQ(2.50)
19
 
 AC_INIT(export_vars.sh.in)
20
 
 
21
 
 AC_CONFIG_HEADER(include/private/apu_config.h)