diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:46:52 +0000 |
commit | 27f97da3234235dd7aa61330a8e05aacf93d026a (patch) | |
tree | 31c1a208b91fab0b07f980580cd7d5d8ae9c6f74 /debian/patches/autoconf2.69 | |
parent | Adding upstream version 15.4. (diff) | |
download | postgresql-15-27f97da3234235dd7aa61330a8e05aacf93d026a.tar.xz postgresql-15-27f97da3234235dd7aa61330a8e05aacf93d026a.zip |
Adding debian version 15.4-3.debian/15.4-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/autoconf2.69 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/autoconf2.69 b/debian/patches/autoconf2.69 new file mode 100644 index 0000000..429044e --- /dev/null +++ b/debian/patches/autoconf2.69 @@ -0,0 +1,7 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -22,4 +21,0 @@ AC_INIT([PostgreSQL], [15devel], [pgsql- +-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. +-Untested combinations of 'autoconf' and PostgreSQL versions are not +-recommended. You can remove the check from 'configure.ac' but it is then +-your responsibility whether the result works or not.])]) |