aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2013-06-09 01:32:46 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2013-06-09 01:32:46 +0000
commita48742a95886610a1799cf69cc333ea30df08ca6 (patch)
tree89725d00f1432488e671f3a178dc241ce4a7404d
parentFixed regress patch by regressing. (diff)
downloadpatches-a48742a95886610a1799cf69cc333ea30df08ca6.tar.gz
patches-a48742a95886610a1799cf69cc333ea30df08ca6.tar.bz2
patches-a48742a95886610a1799cf69cc333ea30df08ca6.zip
Update for 9.3
-rw-r--r--autoconf.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/autoconf.patch b/autoconf.patch
index 1a0d62c..0fc74c7 100644
--- a/autoconf.patch
+++ b/autoconf.patch
@@ -1,14 +1,14 @@
diff -Naur a/configure.in b/configure.in
---- a/configure.in 2012-05-10 18:35:09.000000000 -0400
-+++ b/configure.in 2012-05-16 10:08:26.709844367 -0400
+--- a/configure.in 2013-05-06 20:57:06.000000000 +0000
++++ b/configure.in 2013-06-09 01:29:36.637888301 +0000
@@ -19,10 +19,6 @@
- AC_INIT([PostgreSQL], [9.2beta1], [pgsql-bugs@postgresql.org])
+ AC_INIT([PostgreSQL], [9.3beta1], [pgsql-bugs@postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not
-recommended. You can remove the check from 'configure.in' but it is then
-your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2013, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)