]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ac_version.patch
Rediff patches.
[packages/postgresql.git] / postgresql-ac_version.patch
1 diff -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
5  
6  AC_INIT([PostgreSQL], [9.3.25], [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.63], [], [m4_fatal([Autoconf version 2.63 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)
This page took 0.037682 seconds and 3 git commands to generate.