merge patched-debian into debian
[shibboleth/xmltooling.git] / debian / patches / 0002-Back-off-autoconf-version.patch
1 From 3158ec0a67452d0837f4f2b444430017b2baa3ec Mon Sep 17 00:00:00 2001
2 From: cantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
3 Date: Sat, 23 Oct 2010 21:09:45 +0000
4 Subject: Back off autoconf version.
5
6 git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@811 de75baf8-a10c-0410-a50a-987c0e22f00f
7 ---
8  configure.ac |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index f9b1889..236f7dc 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -1,5 +1,5 @@
16  # Process this file with autoreconf
17 -AC_PREREQ([2.67])
18 +AC_PREREQ([2.50])
19  AC_INIT([xmltooling],[1.4],[https://bugs.internet2.edu/],[xmltooling])
20  AC_CONFIG_SRCDIR(xmltooling)
21  AC_CONFIG_AUX_DIR(build-aux)
22 -- 
23 1.7.1
24