]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ac_version.patch
Rediff patches.
[packages/postgresql.git] / postgresql-ac_version.patch
CommitLineData
30b4eb8b
AM
1diff -urNp -x '*.orig' postgresql-9.3.25.org/configure.in postgresql-9.3.25/configure.in
2--- postgresql-9.3.25.org/configure.in 2018-11-05 22:53:28.000000000 +0100
3+++ postgresql-9.3.25/configure.in 2021-11-16 21:00:35.767800068 +0100
4@@ -19,10 +19,10 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
2af9217c 5
30b4eb8b 6 AC_INIT([PostgreSQL], [9.3.25], [pgsql-bugs@postgresql.org])
2af9217c 7
46a5a11c 8-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
266682eb 9-Untested combinations of 'autoconf' and PostgreSQL versions are not
10-recommended. You can remove the check from 'configure.in' but it is then
11-your responsibility whether the result works or not.])])
6ceb4ff1 12+dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
266682eb 13+dnl Untested combinations of 'autoconf' and PostgreSQL versions are not
14+dnl recommended. You can remove the check from 'configure.in' but it is then
15+dnl your responsibility whether the result works or not.])])
5d47dd36 16 AC_COPYRIGHT([Copyright (c) 1996-2013, PostgreSQL Global Development Group])
2af9217c 17 AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
18 AC_CONFIG_AUX_DIR(config)
This page took 0.035331 seconds and 4 git commands to generate.