]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-ac_version.patch
- release 4
[packages/postgresql.git] / postgresql-ac_version.patch
1 diff -urpa postgresql-9.3.24.orig/configure.in postgresql-9.3.24/configure.in
2 --- postgresql-9.3.24.orig/configure.in 2018-08-23 19:56:17.313401333 +0000
3 +++ postgresql-9.3.24/configure.in      2018-08-23 20:06:23.401394509 +0000
4 @@ -19,10 +19,10 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
5  
6  AC_INIT([PostgreSQL], [9.3.24], [pgsql-bugs@postgresql.org])
7  
8 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
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.])])
12 +dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
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.])])
16  AC_COPYRIGHT([Copyright (c) 1996-2013, PostgreSQL Global Development Group])
17  AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
18  AC_CONFIG_AUX_DIR(config)